Home
last modified time | relevance | path

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

/dports/audio/carla/Carla-2.4.1/source/frontend/C++/
H A Dcarla_widgets.hpp148 void slot_handleNoteOffCallback(int pluginId, int channel, int note);
H A Dcarla_host.hpp319 void slot_handleNoteOffCallback(int pluginId, int channel, int note);
H A Dcarla_host.cpp1475 connect(&host, SIGNAL(NoteOffCallback()), SLOT(slot_handleNoteOffCallback())); in CarlaHostWindow()
2300 void CarlaHostWindow::slot_handleNoteOffCallback(int pluginId, int channel, int note) in slot_handleNoteOffCallback() function in CarlaHostWindow
/dports/audio/carla/Carla-2.4.1/source/frontend/
H A Dcarla_widgets.py795 host.NoteOffCallback.connect(self.slot_handleNoteOffCallback)
821 def slot_handleNoteOffCallback(self, pluginId, channel, note): member in PluginEdit
H A Dcarla_host.py582 host.NoteOffCallback.connect(self.slot_handleNoteOffCallback)
2332 def slot_handleNoteOffCallback(self, pluginId, channel, note): member in HostWindow