[PlanetCCRMA] cm rts problem
Fernando Lopez-Lezcano
nando at ccrma.Stanford.EDU
Sun Apr 22 11:55:01 PDT 2007
On Sun, 2007-04-22 at 10:21 -0700, Anthony Green wrote:
> 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?
I'll try to take a look at this later today. This is a new version of cm
and I never had time to test much... the older version had rt working
but this is completely new implementation AFAIK.
-- Fernando
More information about the PlanetCCRMA
mailing list