mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
15 lines
161 B
Modula-2
15 lines
161 B
Modula-2
autogen definitions pipe_test.tpl;
|
|
|
|
data_type = {
|
|
type_name = short ;
|
|
};
|
|
|
|
data_type = {
|
|
type_name = float ;
|
|
};
|
|
|
|
data_type = {
|
|
type_name = double ;
|
|
};
|
|
|