[Csnd] using csound IO port in python
| Date | 2010-10-06 05:33 |
| From | Anthony Palomba |
| Subject | [Csnd] using csound IO port in python |
| I am working on creating a python score. The score will consist of various mappings of data that are rendered (in realtime if possible). I want to use the csnd python interface for timing and IO. Is it possible to send MIDI data to the MIDI port through the csnd python interface, with out loading a .csd file? Thanks, Anthony |
| Date | 2010-10-06 07:07 |
| From | Andres Cabrera |
| Subject | [Csnd] Re: using csound IO port in python |
Hi Anthony, No, you will need to run at least a dummy csd file (which also determines things like channels,sample rate and control rate). Cheers, Andrés On Wed, Oct 6, 2010 at 5:33 AM, Anthony Palomba |