scamp.instruments
Module containing user-facing playback classes: Ensemble
, ScampInstrument
, and NoteHandle
/
ChordHandle
The underlying implementation of playback is done by PlaybackImplementation
and
all of its subclasses, which are found in playback_implementations.py.
Classes
|
This handle, returned by instrument.start_chord, allows us to manipulate a chord that we have started, (i.e. |
|
Host for multiple |
|
This handle, which is returned by instrument.start_note, allows us to manipulate the note that we have started, (i.e. |
|
Instrument class that does the playing of the notes. |