Hi,
(I am using a recent version of Gentoo-Linux)
...again a very newbish question:
Since I have no midi-hardware I like to know whether there is some "software-keyboard" which sends midi signals and which I can connect to PureData? And -- if yes -- how can I connect it to PureData?
Thank you very much in advance for any help!
Have a nice weekend! Best regards, mcc
Hi you need the object key... then makenote... and a synth or pd synth, maybe a midiout.... but you dont have a midi interface...
[key]
[number]
[sel x] th
[makenote] or osc~, what you want
Best regards
José
2010/1/15 meino.cramer@gmx.de
Hi,
(I am using a recent version of Gentoo-Linux)
...again a very newbish question:
Since I have no midi-hardware I like to know whether there is some "software-keyboard" which sends midi signals and which I can connect to PureData? And -- if yes -- how can I connect it to PureData?
Thank you very much in advance for any help!
Have a nice weekend! Best regards, mcc
-- Please don't send me any Word- or Powerpoint-Attachments unless it's absolutely neccessary. - Send simply Text. See http://www.gnu.org/philosophy/no-word-attachments.html In a world without fences and walls nobody needs gates and windows.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
no need to reinvent the wheel, i am sure you can find a gop piano / keyboard in pd-extended or use mtl/piano:
http://puredata.info/Members/mtl/index_html
pat
hello, I'm starting to port ix widgets scriptlets for opening them in [sys_gui]
attached is a virtual keyboard scriptlet test and a patch that loads it,
if you are familiar with tcl-tk you might be interested? if not, someone (me or anyone else) would have to finish the job... too much things to do...
notice that it's a proposition for any pd user...
Selon Jose Luis Santorcuato santorcuato76@gmail.com:
Hi you need the object key... then makenote... and a synth or pd synth, maybe a midiout.... but you dont have a midi interface...
[key]
[number]
[sel x] th
[makenote] or osc~, what you want
Best regards
José
2010/1/15 meino.cramer@gmx.de
Hi,
(I am using a recent version of Gentoo-Linux)
...again a very newbish question:
Since I have no midi-hardware I like to know whether there is some "software-keyboard" which sends midi signals and which I can connect to PureData? And -- if yes -- how can I connect it to PureData?
Thank you very much in advance for any help!
Have a nice weekend! Best regards, mcc
-- Please don't send me any Word- or Powerpoint-Attachments unless it's absolutely neccessary. - Send simply Text. See http://www.gnu.org/philosophy/no-word-attachments.html In a world without fences and walls nobody needs gates and windows.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- http://www.chilemigra.cl http://arselectronicachile.blogspot.com http://www.myspace.com/santorcuato
Try http://linux.die.net/man/1/vkeybd
and use aconnect for command line MIDI connection, or Qjackctl for graphical connection if you are using JACK.
Best! D.
meino.cramer@gmx.de wrote:
Hi,
(I am using a recent version of Gentoo-Linux)
...again a very newbish question:
Since I have no midi-hardware I like to know whether there is some "software-keyboard" which sends midi signals and which I can connect to PureData? And -- if yes -- how can I connect it to PureData?
Thank you very much in advance for any help!
Have a nice weekend! Best regards, mcc
yes yes yes
there is a very simple software-midikeyboard, it's called vkeybd. i always connect midi things via alsa in linux. that means you have to set midi to alsa in puredata and then use a software like alsa patchbay to connect the vkeybd to puredata. if you use the excellent jack for audio, you probably use qjackctl to set things up, qjackctl has a alsa patchbay tab as well.
hope this helps
On Fri, 2010-01-15 at 04:28 +0100, meino.cramer@gmx.de wrote:
Hi,
(I am using a recent version of Gentoo-Linux)
...again a very newbish question:
Since I have no midi-hardware I like to know whether there is some "software-keyboard" which sends midi signals and which I can connect to PureData? And -- if yes -- how can I connect it to PureData?
Thank you very much in advance for any help!
Have a nice weekend! Best regards, mcc
This seems trivial but I've never managed to figure out how to do it in a non-trivial way:
Have a number (atom) and a slider (be it horizontal or vertical) which are 'synced', that is if one changes the number the slider changes and vice-versa.
Lorenzo
hello
atom [set $1< slider [set $1< s to atom
should work c
Lorenzo a écrit :
This seems trivial but I've never managed to figure out how to do it in a non-trivial way:
Have a number (atom) and a slider (be it horizontal or vertical) which are 'synced', that is if one changes the number the slider changes and vice-versa.
Lorenzo
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
ahh set that was it, right! thanks :)
Lorenzo
-------- Original Message -------- Subject: Re: [PD] 'synced' number and slider From: cyrille henry ch@chnry.net To: Lorenzo lsutton@libero.it CC: pd-list@iem.at Date: 15/01/2010 15.16
hello
atom [set $1< slider [set $1< s to atom
should work c
Lorenzo a écrit :
This seems trivial but I've never managed to figure out how to do it in a non-trivial way:
Have a number (atom) and a slider (be it horizontal or vertical) which are 'synced', that is if one changes the number the slider changes and vice-versa.
Lorenzo
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Lorenzo wrote:
This seems trivial but I've never managed to figure out how to do it in a non-trivial way:
Have a number (atom) and a slider (be it horizontal or vertical) which are 'synced', that is if one changes the number the slider changes and vice-versa.
if you use numberbox2 as the numberbox, you can give both the nbx and the slider the same send/receive names (that is: numberbox2.sendname=numberbox2.receivename=slider.sendname=slider.receivename)
and they will be magically linked to each other.
to use the value in the patch add another receiver [r <samereceivename>]
gfmadr IOhannes
--- On Sat, 1/16/10, IOhannes zmölnig zmoelnig@iem.at wrote:
From: IOhannes zmölnig zmoelnig@iem.at Subject: Re: [PD] 'synced' number and slider To: "Lorenzo" lsutton@libero.it Cc: pd-list@iem.at Date: Saturday, January 16, 2010, 11:36 AM Lorenzo wrote:
This seems trivial but I've never managed to figure
out how to do it in
a non-trivial way:
Have a number (atom) and a slider (be it horizontal or
vertical) which
are 'synced', that is if one changes the number the
slider changes and
vice-versa.
if you use numberbox2 as the numberbox, you can give both the nbx and the slider the same send/receive names (that is: numberbox2.sendname=numberbox2.receivename=slider.sendname=slider.receivename)
and they will be magically linked to each other.
to use the value in the patch add another receiver [r <samereceivename>]
Except if you need to send a value to the inlet of the numbox2 or the slider. Then this method magically doesn't work, whereas the [set $1( idiom does.
gfmadr IOhannes
-----Inline Attachment Follows-----
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
You can still send the set message directly to the inlet of the numberbox2 or slider and it won't effect the other. See patch.
2010/1/16 Jonathan Wilkes jancsika@yahoo.com
--- On Sat, 1/16/10, IOhannes zmölnig zmoelnig@iem.at wrote:
From: IOhannes zmölnig zmoelnig@iem.at Subject: Re: [PD] 'synced' number and slider To: "Lorenzo" lsutton@libero.it Cc: pd-list@iem.at Date: Saturday, January 16, 2010, 11:36 AM Lorenzo wrote:
This seems trivial but I've never managed to figure
out how to do it in
a non-trivial way:
Have a number (atom) and a slider (be it horizontal or
vertical) which
are 'synced', that is if one changes the number the
slider changes and
vice-versa.
if you use numberbox2 as the numberbox, you can give both the nbx and the slider the same send/receive names (that is:
numberbox2.sendname=numberbox2.receivename=slider.sendname=slider.receivename)
and they will be magically linked to each other.
to use the value in the patch add another receiver [r <samereceivename>]
Except if you need to send a value to the inlet of the numbox2 or the slider. Then this method magically doesn't work, whereas the [set $1( idiom does.
gfmadr IOhannes
-----Inline Attachment Follows-----
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list