[Cs-dev] Portmidi Python with wxController?
Date | 2005-03-08 20:46 |
From | Iain Duncan |
Subject | [Cs-dev] Portmidi Python with wxController? |
I would love to know if anyone has tried using John Harrison's python wrapper for portmidi, and if so, could this be successfully added to the wxController example? By the way John, if you are looking for another great way to improve the situation for Python embedded csound apps, wxWidgets is in desperate need of a freaking knob widget .... Thanks iain ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-03-09 08:37 |
From | Oeyvind Brandtsegg |
Subject | [Cs-dev] re: [Csnd] Portmidi Python with wxController? |
I've used it, and it works great. I could write an example combining wxController and pyPortMidi. But, right now I'm on my way to travelling for 2 weeks. I'll try to get it done on the road, if no one else does it forst. Oeyvind > From: Iain Duncan [iainduncan@telus.net] > Sent: 2005-03-08 21:46:22 CET > To: csound-devel@lists.sourceforge.net, csound@lists.bath.ac.uk > Subject: [Csnd] Portmidi Python with wxController? > > I would love to know if anyone has tried using John Harrison's python > wrapper for portmidi, and if so, could this be successfully added to the > wxController example? > > By the way John, if you are looking for another great way to improve the > situation for Python embedded csound apps, wxWidgets is in desperate > need of a freaking knob widget .... > > Thanks > iain > -- > Send bugs reports to csound-bugs@cs.bath.ac.uk > (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk > |
Date | 2005-03-09 10:17 |
From | Oeyvind Brandtsegg |
Subject | [Cs-dev] re: Portmidi Python with wxController? |
Attachments | wx_and_midi.py |
ok. managed to whip this together just now, hope it is of any use, it is *just* a technical example showing the basic setup Oeyvind > > From: Iain Duncan [iainduncan@telus.net] > > Sent: 2005-03-08 21:46:22 CET > > To: csound-devel@lists.sourceforge.net, csound@lists.bath.ac.uk > > Subject: [Csnd] Portmidi Python with wxController? > > > > I would love to know if anyone has tried using John Harrison's python > > wrapper for portmidi, and if so, could this be successfully added to the > > wxController example? > > > > By the way John, if you are looking for another great way to improve the > > situation for Python embedded csound apps, wxWidgets is in desperate > > need of a freaking knob widget .... > > > > Thanks > > iain > > -- > > Send bugs reports to csound-bugs@cs.bath.ac.uk > > (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk > > |