On Sun, Sep 28, 2008 at 4:01 PM, Roger Dannenberg <[EMAIL PROTECTED]> wrote:
> I took a look at pmmacosxcm.c and found:
> -------------------------------
> static PmError
> midi_abort(PmInternal *midi)
> {
>     return pmNoError;
> }
> -------------------------------

I think the patch I sent implemented it, right?  Or did I forget to
send that one?

One thing to beware of: there is a bug where a pending pitchbend will
get replaced with a pitchbend to 0.  So if you cancel a stream with
pitchbends in it, you may wind up with the synthesizer bent all the
way down.  The workaround is to wait a little while and then send a
0.5 pitchbend to return it to the center.
_______________________________________________
media_api mailing list
media_api@create.ucsb.edu
http://lists.create.ucsb.edu/mailman/listinfo/media_api

Reply via email to