[CM] real-time

Rick Taube taube@uiuc.edu
Sat, 13 Jul 2002 07:14:42 -0700


the last example in processes.cm should show how to do this, but be advised
that "real time" in common lisp wont be good enough for most things.
depending on what you are trying to do you might find it more useful to call
midi-read-messages yourself in a loop and process the bytes directly to the
output port.

----- Original Message -----
From: "Johannes Quint" <Johannes.Quint@web.de>
To: <cmdist@ccrma.Stanford.EDU>
Sent: Friday, July 12, 2002 2:07 AM
Subject: [CM] real-time


> probably a very simple question:
> how can i create a process which takes midi-input (in real-time-modus),
> translates it via a function and creates immediately a midi-output?
> i.e. i want to play c-df-d-ef (chromatic-scale) on my midi-keyboard and
want
> to hear c-d-e-fs (whole-tone-scale).
> of course, my problem is'nt such a translation but the real-time stuff.
> thanks for help.
>
> j.quint
>
> --
> Johannes Quint
> Rilkestr. 55
> D-53225 Bonn
> 0228 46 82 56
> Johannes.Quint@web.de
>
> _______________________________________________
> Cmdist mailing list
> Cmdist@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
>