mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 04:32:00 +01: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 ;
|
|
};
|
|
|