Class
midi-stream
Defines a common set of slots available in subclasses
midi-file,
midishare-stream and
player-stream.
midi-stream supports the following slot initializations:
:channel-map list*midi-channel-map*.
:channel-tuning {boolean | 1-15 | list}*midi-skip-drum-channel* to true if you want to
omit channel 9 from the channel rotation.) To cycle through only a
subrange of channels specify a list: (true start end) where
start and end specify the inclusive starting and
ending bounds for the channel rotation. If the value is an integer
1-15 inclusive then floating point key numbers are quantized to that
number of divisions per semitone. For example, a value of 2 will
quantize floating point key numbers to to the nearest quarter-tone
This method of channel tuning much more efficient than then
note-by-note method, but quantization means that you will not get the
precise microtonal values encoded in the key numbers. However, since
the maximimum of 15 divisions per semitone provides for a quantization
step size of 6.6 cents (very close to the minimum perceivable change
by humans), in most cases quantization can provide a sufficiently
close approximation to the actual microtonal value. By default
channel allocation for quanitization starts at channel 0. To specify a
different starting channel use a list: (n start),
where n is the channel tuning value and start is
the starting channel.
:pitch-bend-width integeraudio-file [Class]clm-file [Class]cmn-file [Class]io [Macro]midi-file [Class]midishare-stream [Class]player-stream [Class]sco-file [Class]