|
@@ -1911,22 +1911,22 @@ class CarlaHostNull(CarlaHostMeta): |
|
|
return False |
|
|
return False |
|
|
|
|
|
|
|
|
def engine_idle(self): |
|
|
def engine_idle(self): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def is_engine_running(self): |
|
|
def is_engine_running(self): |
|
|
return False |
|
|
return False |
|
|
|
|
|
|
|
|
def set_engine_about_to_close(self): |
|
|
def set_engine_about_to_close(self): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_engine_callback(self, func): |
|
|
def set_engine_callback(self, func): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_engine_option(self, option, value, valueStr): |
|
|
def set_engine_option(self, option, value, valueStr): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_file_callback(self, func): |
|
|
def set_file_callback(self, func): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def load_file(self, filename): |
|
|
def load_file(self, filename): |
|
|
return False |
|
|
return False |
|
@@ -1947,13 +1947,13 @@ class CarlaHostNull(CarlaHostMeta): |
|
|
return False |
|
|
return False |
|
|
|
|
|
|
|
|
def transport_play(self): |
|
|
def transport_play(self): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def transport_pause(self): |
|
|
def transport_pause(self): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def transport_relocate(self, frame): |
|
|
def transport_relocate(self, frame): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def get_current_transport_frame(self): |
|
|
def get_current_transport_frame(self): |
|
|
return 0 |
|
|
return 0 |
|
@@ -2067,64 +2067,64 @@ class CarlaHostNull(CarlaHostMeta): |
|
|
return 0.0 |
|
|
return 0.0 |
|
|
|
|
|
|
|
|
def set_option(self, pluginId, option, yesNo): |
|
|
def set_option(self, pluginId, option, yesNo): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_active(self, pluginId, onOff): |
|
|
def set_active(self, pluginId, onOff): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_drywet(self, pluginId, value): |
|
|
def set_drywet(self, pluginId, value): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_volume(self, pluginId, value): |
|
|
def set_volume(self, pluginId, value): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_balance_left(self, pluginId, value): |
|
|
def set_balance_left(self, pluginId, value): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_balance_right(self, pluginId, value): |
|
|
def set_balance_right(self, pluginId, value): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_panning(self, pluginId, value): |
|
|
def set_panning(self, pluginId, value): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_ctrl_channel(self, pluginId, channel): |
|
|
def set_ctrl_channel(self, pluginId, channel): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_parameter_value(self, pluginId, parameterId, value): |
|
|
def set_parameter_value(self, pluginId, parameterId, value): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_parameter_midi_channel(self, pluginId, parameterId, channel): |
|
|
def set_parameter_midi_channel(self, pluginId, parameterId, channel): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_parameter_midi_cc(self, pluginId, parameterId, cc): |
|
|
def set_parameter_midi_cc(self, pluginId, parameterId, cc): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_program(self, pluginId, programId): |
|
|
def set_program(self, pluginId, programId): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_midi_program(self, pluginId, midiProgramId): |
|
|
def set_midi_program(self, pluginId, midiProgramId): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_custom_data(self, pluginId, type_, key, value): |
|
|
def set_custom_data(self, pluginId, type_, key, value): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def set_chunk_data(self, pluginId, chunkData): |
|
|
def set_chunk_data(self, pluginId, chunkData): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def prepare_for_save(self, pluginId): |
|
|
def prepare_for_save(self, pluginId): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def reset_parameters(self, pluginId): |
|
|
def reset_parameters(self, pluginId): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def randomize_parameters(self, pluginId): |
|
|
def randomize_parameters(self, pluginId): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def send_midi_note(self, pluginId, channel, note, velocity): |
|
|
def send_midi_note(self, pluginId, channel, note, velocity): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def show_custom_ui(self, pluginId, yesNo): |
|
|
def show_custom_ui(self, pluginId, yesNo): |
|
|
pass |
|
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
|
def get_buffer_size(self): |
|
|
def get_buffer_size(self): |
|
|
return 0 |
|
|
return 0 |
|
|