mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-08 15:52:53 +02:00
4 lines
151 B
C
4 lines
151 B
C
sound_type snd_make_compose(sound_type f, sound_type g);
|
|
sound_type snd_compose(sound_type f, sound_type g);
|
|
/* LISP: (snd-compose SOUND SOUND) */
|