| The parsing time is minimal, it should not be a problem.
Regards,
Mike
----- Original Message -----
From: "Iain Duncan"
To:
Sent: Sunday, March 19, 2006 10:47 PM
Subject: Re: [Csnd] pythonAPI: passing midi
>
>> Currently, you can only send MIDI messages to, and receive from Csound
>> with
>> a C or C++ host, as these require using callback functions for which
>> Python
>> and Java wrappers are not implemented yet.
>> So, you can either use real time score events with Csound::InputMessage()
>> or
>> Csound::ScoreEvent() (note also the software bus interfaces for sending
>> and
>> receiving control signals), or send MIDI messages using some sort of MIDI
>> loopback device.
>
> Is there much of a performance difference on the csound end between the
> two? Seems like input message would require more parsing, but I don't
> know the internal well enough to know if that matters.
>
> Thanks
> Iain
> --
> Send bugs reports to this list.
> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
|