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 <[email protected]>: > 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 <[email protected]> > > > > > 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. > > > > > > _______________________________________________ > > [email protected] 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 >
#N canvas 449 123 590 584 10; #X obj 25 49 canvas_name; #X obj 25 211 sys_gui; #X obj 25 14 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 412 79 canvas_name; #X obj 412 44 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 412 134 sys_gui; #X msg 412 112 destroy \$1.frame; #X obj 536 132 print; #X obj 25 71 pack s \$0; #X obj 536 95 r \$0-sys_gui-r; #X text 91 70 create a frame in patch and load widget scriptlet; #X text 435 42 destroy created frame; #X text 538 70 retrieve messages from widget; #X msg 25 105 set w [\$1 create window 200 300 -window [frame \$1.frame -height 60 ] ] \, set f [open kbd.tcl] \, set wid [read $f] \, eval $wid \, kbd \$1.frame 5 black white \$2; #X connect 0 0 8 0; #X connect 2 0 0 0; #X connect 3 0 6 0; #X connect 4 0 3 0; #X connect 6 0 5 0; #X connect 8 0 13 0; #X connect 9 0 7 0; #X connect 13 0 1 0;
kbd.tcl
Description: Binary data
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
