Effects not working on Korvo2 #1970
-
I have a device that sends musical notes over UDP and I then convert this on the Korvo to a frequency. Everything works well, except that the effects are not being applied for some reason. It just sounds like a plain sine wave. I tested the effects using keys instead and they work, but when I do my UDP port, no effects. PS: I would love some guidance on synth a Trumpet sound as I am unable to make something anywhere similar.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I suggest that you use the following chain: GeneratedSoundStream -copy-> AudioEffectStream -> AudioBoardStream
The following would also work GeneratedSoundStream --> AudioEffectStream -copy> AudioBoardStream
The STK library has some instruments... |
Beta Was this translation helpful? Give feedback.
I suggest that you use the following chain: GeneratedSoundStream -copy-> AudioEffectStream -> AudioBoardStream
so you need to change
The following would also work GeneratedSoundStream --> AudioEffectStream -copy> AudioBoardStream
The STK library has some instruments...