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

MultiNoteHandle([note_handles])

The equivalent of an NoteHandle but for a MultiPresetInstrument.

MultiPresetInstrument(session, name[, ...])

A convenient wrapper for bundling multiple ScampInstrument objects or soundfont presets into a single notated part, and assigning particular notations to these presets.