Followers
0
Following
0
Joined
Last Online
-
AllForMusic
helo,
I want to make an iPad application. The app will mutate, crossover the sounds in multitouch platform.
One plan to make this application is this:
input.txt -> sound_engine -> "the software that mutate,crossover the sounds"
it is an example of input.txt file
l1 line 1 %(0.1,0.5) 0 0.01 % %(0.1,0.8) 0 0.01
l2 line 1 %(0.1,0.5) 0 0.01 % %(0.1,0.8) 0 0.01
s1 sawFM %(40,85) s2 %(0,0.3) l1
s2 sawFM %(40,85) s1 %(0,0.3) l2
amix add s1 s2
l3 line % % % %
afilt lpf amix l3 %
aout mul afilt 0.3
dummy out aoutsound engine generates the tones. the sound engine takes the input from a text file (input.txt), plays the sound.
"the software that mutate,crossover the sounds" uses the sound that sound engine produces.
it is said that this application can be done by using pd, but i do not know how, do you have an idea?
-