| Trees | Index | Help |
|
|---|
| Package PMIDI :: Module Composer :: Class Instrument |
|
object--+ |Voice--+ | Instrument
| Method Summary | |
|---|---|
| list of string |
Return a list of standard instrument names. |
Set the current instrument by name. | |
Set the current instrument by number. | |
Inherited from Voice:
__init__,
NewMeasure,
Sequence,
ToMIDI
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
| |
| Instance Variable Summary | |
|---|---|
Inherited from Voice:
channel,
instrument,
measures
|
| Method Details |
|---|
ListInstruments(self)Return a list of standard instrument names.
|
SetInstrumentByName(self, name)Set the current instrument by name.
|
SetInstrumentByNumber(self, i)Set the current instrument by number.
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Feb 22 16:24:34 2005 | http://epydoc.sf.net |