i worked out an example patch for my stutter project.... seems to work so far.
when you open the patch, load a drumloop into the sampler and adjust the "bpm" numberbox to the tempo of the loop. to trigger the effect press "q" on your keyboard and then play with the notelength ("beats") and the transposition slider.
suggestions and feedback would be welcome. thanks in advance!
-
Stutter
-
Nice thanks for posting. I found a small problem here with [keystroke] that doesn't emit a 1 on some systems for keyup. That means your effect never gets started. It might be better to have 2 keys to start and stop the effect using the ordinary [key] object.
Use the Source.
-
thank you for your feedback. on what system occurs that problem? i tried on winxp and on linux (suse), where it works so far (on linux you have to switch off the repetition of the keys, when holding them down...).
however, i'll try it with the key-object....
edit:
although it's annoying, using two keys for on fx... at the moment i'm building a little keymasher where a stutter is just one of a bunch of fx.... if i was using two keys for every fx, this would definitely lead to mental desease...
is there no other solution?edit: what about [keyname]? the same problem there?
-
instead of using two keys for each function you could use one key + a modifier key.
-
That was on Linux, but with an old Pd version. Not anything to worry about I think Taxonic.
Use the Source.