Frequently Asked Questions

Hello, Ryan:

I did some experiments: 1): the attached image, is a simple programming line that my audio loop is being played by mixing with your other sounds, which is cool but is not my intention. :-)2) I put my file both in the folder of /snd/t/upper or _loop_folder with different code lines as described below:
p1 >> loop(“Ted Demo 16.wav”, sample=1)
p1 >> play(“T”, sample=1)
So here is what I heard: I heard my original sound, but only repleting the length of one bar. No matter how change the number s of sample(for instance, from 1-4) it sounds exactly the same.


3) I also tried to code the whole folder name, for instance:
p1 >> play(“snd/t/upper/Ted Demo 16.wav”, sample=1)
It was being mixed. Kindly let me know if you have any unclear points. Many thanks! I am still new for your application, I guess that do I have to add the duration, if that’s case?

Warmly regards,

Yang