#include <bse/bsesource.hh>
Go to the source code of this file.
Classes | |
struct | BseSubSynth |
struct | BseSubSynthClass |
class | Bse::SubSynthImpl |
Namespaces | |
Bse | |
The Bse namespace contains all functions of the synthesis engine. | |
Functions | |
void | bse_sub_synth_set_null_shortcut (BseSubSynth *self, bool enabled) |
Set whether to pass inputs through to outputs if SNet is unset. | |
void | bse_sub_synth_set_midi_channel (BseSubSynth *self, uint midi_channel) |
Override the midi_channel for the SNet (unset override with midi_channel=0). | |