Hi all,
I remember a very old patch with a piano keyboard display that would allow users to play the computer keyboard as if it would be a piano. Does anyone know where that patch is, or if I didn't just dream it?
Thanks,
jmmmp
Hello,
there have been topics about it on the mailing-list concluding that pd needs another implementation of [key] object for playing note on and note off, [hid/keyup] can help to do this, like in examples proposed in here:
http://puredata.hurleur.com/sujet-5566-key-keyup-powered-poly-synth
Le 13/12/2013 09:56, João Pais a écrit :
Hi all,
I remember a very old patch with a piano keyboard display that would allow users to play the computer keyboard as if it would be a piano. Does anyone know where that patch is, or if I didn't just dream it?
Thanks,
jmmmp
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
there have been topics about it on the mailing-list concluding that pd needs another implementation of [key] object for playing note on and note off, [hid/keyup] can help to do this, like in examples proposed in here:
actually I got that quite easily sorted by storing the current value on a table and checking it before allowing new notes in (can send that at some point, it's very easy). What I meant was if there was a patch with a GUI that already has the interface prepared to look like it's ready to play some notes.
João
thanks. for some reason it wasn't yet what I'm looking for. for now I used funbuff to assign computer keys to midi values.
mtl/piano? https://github.com/patricksebastien/mtl
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Maybe you would be interested about trying attached gpiano abstraction Tested on pd-l2ork, this should be working on pd-extended
thanks. for some reason it wasn't yet what I'm looking for. for now I used funbuff to assign computer keys to midi values.
mtl/piano? https://github.com/patricksebastien/mtl
thanks. I ended up using funbuf to assign the keys to the midi pitches, and make a piano layout of the computer keyboard. but I'll keep these examples around, for the next time.
João
Maybe you would be interested about trying attached gpiano abstraction Tested on pd-l2ork, this should be working on pd-extended
thanks. for some reason it wasn't yet what I'm looking for. for now I used funbuff to assign computer keys to midi values.
mtl/piano? https://github.com/patricksebastien/mtl