Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:5476] Re: More SConstruct changes - PortMIDI

Date2004-12-05 15:00
From"Art Hunkins"
Subject[CSOUND-DEV:5476] Re: More SConstruct changes - PortMIDI
John,

I thought the device defaults (and beginning list numbers) for both -o dac
and -M were 0. Furthermore, that the zero is required for -M but not for -o
dac.

As a result, I'd think that the default values for these devices would be
listed as:
-o dac -M0

(Of course, I'd requested that the 0 be optional for -M, but I gather there
are good reasons to keep it required.)

Art Hunkins

----- Original Message -----
From: 
To: "Csound Developers Discussion List" 
Sent: Sunday, December 05, 2004 8:05 AM
Subject: [CSOUND-DEV:5474] Re: More SConstruct changes - PortMIDI


> I changed the code to list MIDI devices.  As far as I can tell midi
> devices are numbered, but as I do not have any the opening of a MIDI
> port just fails.  I would expect a command line of
>      csound5 --sched -W -d -o dac1 -b128 -B256 -M 1 mycsd.csd
> ==John ffitch
>