We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello there! I have a question: when i play a string sound pressing a key using soundcipher the sound has a lenght and after a while it starts to glitching. how can i play longer notes , string sound notes, and have them stop when i just release the sound key, but keeping the quality of the string sound without glitches?
Answers
If you post some code, we could see your approach and maybe we could reproduce your error. More importantly, people will be happy to make suggestions to improve it or offer different approaches.
Kf
Ok here is a code that it is working. I put two different instruments, a string and a piano to be played when the keys 's' and 'k' are pressed respectively. The sounds are trigged but in the piano case it has a duration and decay, in the string case the duration is much longer. What i need is a way to shrten the string sound if i desire to play a short note. The piano sound it is ok What i want is to have the possibility to prolong or shorten sounds like strings , sinth bass, basses, if i press and release the trigger keys. I know some sound can not do that but like in a sintesizer some can and they are going to be sounding as long as i keep pressing the key.... thanks for any help!!! Here is the code:
Format your code above. Edit your post, select your code and hit ctrl+o. Ensure one empty line above and below your code block.
Kf