Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mod-host] Full implementation #112

Open
8 of 33 tasks
SrMouraSilva opened this issue Feb 25, 2024 · 0 comments
Open
8 of 33 tasks

[mod-host] Full implementation #112

SrMouraSilva opened this issue Feb 25, 2024 · 0 comments

Comments

@SrMouraSilva
Copy link
Member

SrMouraSilva commented Feb 25, 2024

  • add <lv2_uri> <instance_number>
  • remove <instance_number>
  • preset_load <instance_number> <preset_uri>
  • preset_save <instance_number> <preset_name> <dir> <file_name>
  • preset_show <instance_number> <preset_uri>
  • connect <origin_port> <destination_port>
  • disconnect <origin_port> <destination_port>
  • bypass <instance_number> <bypass_value>
    • Check if it is working
  • param_set <instance_number> <param_symbol> <param_value>
  • param_get <instance_number> <param_symbol>
  • param_monitor <instance_number> <param_symbol> <cond_op> <value>
  • licensee <instance_number>
  • monitor <addr> <port> <status>
  • monitor_output <instance_number> <param_symbol>
  • midi_learn <instance_number> <param_symbol> <minimum> <maximum>
  • midi_map <instance_number> <param_symbol> <midi_channel> <midi_cc> <minimum> <maximum>
  • midi_unmap <instance_number> <param_symbol>
  • set_midi_program_change_pedalboard_bank_channel <enable> <midi_channel>
  • set_midi_program_change_pedalboard_snapshot_channel <enable> <midi_channel>
  • cc_map <instance_number> <param_symbol> <device_id> <actuator_id> <label> <value> <minimum> <maximum> <steps> <unit> <scalepoints_count> <scalepoints...>
  • cc_unmap <instance_number> <param_symbol>
  • cv_map <instance_number> <param_symbol> <source_port_name> <minimum> <maximum> <operational-mode>
  • cv_unmap <instance_number> <param_symbol>
  • cpu_load
  • load <file_name>
  • save <file_name>
  • bundle_add <bundle_path>
  • bundle_remove <bundle_path>
  • feature_enable <feature> <enable>
  • transport <rolling> <beats_per_bar> <beats_per_minute>
  • output_data_ready
  • help
  • quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant