Home
last modified time | relevance | path

Searched refs:bankpatch (Results 1 – 5 of 5) sorted by relevance

/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/src/
H A Dgmsynth.c168 LV2_BankPatch* bankpatch; member
274 self->bankpatch = (LV2_BankPatch*)features[i]->data; in instantiate()
434 if (self->bankpatch) { in run()
435 self->bankpatch->notify (self->bankpatch->handle, chn, in run()
465 if (self->send_bankpgm && self->bankpatch) { in run()
468 self->bankpatch->notify (self->bankpatch->handle, chn, in run()
/dports/audio/ardour6/Ardour-6.8.0/libs/plugins/a-fluidsynth.lv2/
H A Da-fluidsynth.cc144 LV2_BankPatch* bankpatch; member
379 self->bankpatch = (LV2_BankPatch*)features[i]->data; in instantiate()
403 if (!self->bankpatch) { in instantiate()
667 if (self->bankpatch) { in run()
668 self->bankpatch->notify (self->bankpatch->handle, chn, in run()
705 if (self->send_bankpgm && self->bankpatch) { in run()
708 self->bankpatch->notify (self->bankpatch->handle, chn, in run()
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/lv2ttl/
H A Dgmsynth.ttl.in15 <http://ardour.org/lv2/bankpatch#notify> a lv2:Feature .
36 lv2:optionalFeature <http://ardour.org/lv2/bankpatch#notify>;
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dpatch_change_widget.cc609 uint32_t bankpatch = pi->plugin()->bank_patch (chn); in bank() local
610 if (bankpatch != UINT32_MAX) { in bank()
611 return bankpatch >> 7; in bank()
624 uint32_t bankpatch = pi->plugin()->bank_patch (chn); in program() local
625 if (bankpatch != UINT32_MAX) { in program()
626 return bankpatch & 127; in program()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dlv2_plugin.cc383 LV2_BankPatch* bankpatch; member
530 _impl->bankpatch = (LV2_BankPatch*) in init()
532 _impl->bankpatch->handle = this; in init()
533 _impl->bankpatch->notify = bankpatch_notify; in init()
536 _bankpatch_feature.data = _impl->bankpatch; in init()
1028 free(_impl->bankpatch); in ~LV2Plugin()