[CM] rts midi question

Anthony Green green@redhat.com
Tue, 05 Jun 2007 13:34:57 -0700


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

Rick Taube wrote:
> i think you shnould specify different streams using a common ".pm" 
> extension:
> 
> open "one.pm", output: 2, input: 3
> open "two.pm", output: 3

Thanks for the hint.  I got this working with...

(defparameter *ws* (open-io "ws.pm" t :output "WhySynth 20070418 DSSI 
plugin" :latency 0))
(defparameter *zyn* (open-io "zyn.pm" t :output "ZynAddSubFX" :latency
0))

It took some poking in the source to find open-io.

AG

--------------060405090402020608060804
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


--------------060405090402020608060804--