Home
last modified time | relevance | path

Searched refs:PORT_DRIVE (Results 1 – 4 of 4) sorted by relevance

/dports/audio/kapitonov-plugins-pack-lv2/Kapitonov-Plugins-Pack-1.2.1/LV2/kpp_bluedream/kpp_bluedream_ui.src/
H A Dkpp_bluedream_gui.cpp39 enum {PORT_BYPASS, PORT_BASS, PORT_DRIVE, PORT_MIDDLE, PORT_TREBLE, PORT_VOICE, PORT_LEVEL}; enumerator
413 case PORT_DRIVE: in port_event()
498 win->active_dial = PORT_DRIVE; in win_handle_events()
553 case PORT_DRIVE: in win_handle_events()
556 win->write_function(win->controller,PORT_DRIVE,sizeof(float),0,&value); in win_handle_events()
/dports/audio/kapitonov-plugins-pack-lv2/Kapitonov-Plugins-Pack-1.2.1/LV2/kpp_distruction/kpp_distruction_ui.src/
H A Dkpp_distruction_gui.cpp39 enum {PORT_BYPASS, PORT_BASS, PORT_DRIVE, PORT_MIDDLE, PORT_TREBLE, PORT_VOICE, PORT_LEVEL}; enumerator
414 case PORT_DRIVE: in port_event()
499 win->active_dial = PORT_DRIVE; in win_handle_events()
554 case PORT_DRIVE: in win_handle_events()
557 win->write_function(win->controller,PORT_DRIVE,sizeof(float),0,&value); in win_handle_events()
/dports/audio/kapitonov-plugins-pack-lv2/Kapitonov-Plugins-Pack-1.2.1/LV2/kpp_tubeamp/kpp_tubeamp_ui.src/
H A Dkpp_tubeamp_gui.cpp48 enum {PORT_BASS, PORT_MIDDLE, PORT_TREBLE, PORT_DRIVE, PORT_MASTERGAIN, PORT_VOLUME, enumerator
572 case PORT_DRIVE: in port_event()
723 win->active_dial = PORT_DRIVE; in win_handle_events()
779 case PORT_DRIVE: in win_handle_events()
782 win->write_function(win->controller,PORT_DRIVE,sizeof(float),0,&value); in win_handle_events()
/dports/audio/kapitonov-plugins-pack-lv2/Kapitonov-Plugins-Pack-1.2.1/LV2/kpp_tubeamp/
H A Dkpp_tubeamp.cpp84 enum {PORT_LOW, PORT_MIDDLE, PORT_HIGH, PORT_DRIVE, PORT_MASTERGAIN, PORT_VOLUME, PORT_CABINET, enumerator
303 case PORT_DRIVE: in connect_port()