-
atux
@avenir
@jameslo
Nice patch.
Just one question: what is the easiest way to make the previous .wav file not stop when the next file starts? That way you would have some overlapping sounds (at most in a certain time interval all the files could play at the same time).
Thanks,
a. -
-
atux
I was wondering how to use [spigot] as a sieve:
if the input number is equal to any element of list A, pass it through. Otherwise send it out another outlet.
a.
list_spigot.pd -
atux
@whale-av
Nice. Basically [spigot] acts as a "switch" that lets the number through only when the condition imposed in the right inlet is met (in this case [== 0]).
Thanks,
a -
atux
OK, thanks.
So with [stripnote] I only select note-on messages.
I was wondering what is the way to select only note-off messages.
a. -
atux
Hi,
playing with a MIDI keyboard, why does nothing appear in the number boxes under [stripnote]?
I would like to separate the messages for when I press the key and when I release it.
Thanks,
a.
stripnote.pd -
-
atux
Now my problem is connecting [notein] values to [vstplugin~].
I've tried various ways, but they don't work...
VST_02.pd -
atux
@jameslo said:
@atux My installation of [vstplugin~] is fairly old, but it had this in the help file. Is this what you're looking for?
Right, I hadn't seen it.
It can be done like this:
Nice.
NOTE: does anyone know if it is possible to load also the. lv2 plugins in pd?Thanks,
a. -
atux
Hi,
in this patch I would like to connect the top part with the bottom part. What is the correct way to send MIDI notes to [vstplugin~]?
In the part below I have loaded the VST3 synth "Odin2". By clicking, the plugin opens and works correctly.
Thank you,
a.