Remote Control Default Value for Buttons and BASIC documentation

Official support for: bluecataudio.com
Post Reply New Topic
RELATED
PRODUCTS

Post

I'd like to have a button set the value to 127 when I change to the preset. I've wasted significant amounts of time guess how templates and settings files work together. BC could save A LOT of time with a simple documentation that explains the options for each element type (button, knob, slider, etc.)

<COLUMN v_align="top" spacing="4">
<TEXT_FIELD string_id="input23_name" width="46" cursor="system::hand"/>
<STRING id="input23_name" default="C 23" persistent="true" name="C23 Name"/>
<LAYER_STACK>
<THEME_ON_OFF_SWITCH param_id="dsp.input23" >
</THEME_ON_OFF_SWITCH >
<ROW v_align="bottom" v_offset="5" spacing="-2">
<THEME_DSP_PARAM_SETTINGS_BUTTON param_id="dsp.input23"/>
<OUTPUT_DSP_PARAM_SETTINGS_BUTTON param_id="dsp.output22"/>
</ROW>
</LAYER_STACK>
<CUS_TEXT_VALUE param_id="dsp.input23" />
</COLUMN>
----
Changing value from 0 to 127 has no effect, which makes sense because there don't seem to be docs explaining what the value is SUPPOSED to do...

<p43 name="learn_out22" value="127"/>
<p44 name="learn_out22_cc.enabled" value="127"/>
<p45 name="learn_out22_channel.enabled" value="127"/>

-----

setting22 channel="5" version="3" number="79" midiEnabled="1" automationEnabled="0" curve="Linear" min="0" max="100" type="CC"/>

Post

Hi,

All the elements and their attributes are described in the KUIML documentation here.

However it seems that what you are trying to modify is the preset file, which is indeed not documented, as you are not supposed to edit it manually (the format is definitely not guaranteed not to change in the future).

All parameter values range from 0 to 100 (not 0 to 127). If you want to create a preset with a parameter set to 100%, the easiest way is to do it in the plug-in user interface and then save the preset.

I hope this clarifies.

Post Reply

Return to “Blue Cat Audio”