scamp_extensions.playback.multi_preset_instrument
This module defines the MultiPresetInstrument
class,
a convenience class that combines multiple ScampInstrument
objects so that they can create a single part in
the score. A typical use case would be to combine arco, pizzicato and harmonic presets from a soundfont into a single
string instrument part.
Classes
|
The equivalent of an |
|
A convenient wrapper for bundling multiple ScampInstrument objects or soundfont presets into a single notated part, and assigning particular notations to these presets. |