[PlanetCCRMA] cm rts problem

Anthony Green green@redhat.com
Sun Apr 22 10:23:01 2007


This is a multi-part message in MIME format.
--------------060002000205040506000607
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

I was experimenting with cm for the first time the other day and having trouble with real-time midi
output.  Given this...

(defparameter pm-zyn (portmidi-open :output "ZynAddSubFX" :latency 0))
(rts pm-zyn :time-format :sec)

If I send a few seconds of midi events to it like so...

(events (gen-my-events) pm-zyn)

...they all end up being played immediately, at the same time.

However, if I send them to a midi file...

(events (gen-my-events) "foo.mid")

...and play foo.mid in rosegarden, I see that all of the events are sequenced properly, and it
sounds perfect.

The problem is that I really want the real-time output from cm.  Does anybody have rts working?

AG


--------------060002000205040506000607
Content-Type: text/x-vcard; charset=utf-8;
 name="green.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="green.vcf"

begin:vcard
fn:Anthony Green
n:Green;Anthony
org:Red Hat, Inc.
email;internet:green@redhat.com
tel;cell:(650) 207-7122
x-mozilla-html:FALSE
version:2.1
end:vcard


--------------060002000205040506000607--