MIDI Input. List of DSP Device Parameters not found!

In the next thread I am going to list the parameters that need to be added in certain DSP devices to control from MIDI input.

Native/Effects

Native/Effects: Bus Compressor (6 parameters, 0 missing)
Native/Effects: Chorus (11 parameters, 0 missing)
Native/Effects: Comb Filter (5 parameters, 0 missing)
Native/Effects: Compressor (5 parameters, 0 missing)
Native/Effects: DC Offset (2 parameters, 0 missing)
Native/Effects: Delay (15 parameters, 0 missing)
Native/Effects: EQ5 (15 parameters, 0 missing)
Native/Effects: EQ10 (30 parameters, 0 missing)
Native/Effects: Flanger (11 parameters, 0 missing)
Native/Effects: LofMat (6 parameters, 0 missing)
Native/Effects: Maximizer (5 parameters, 0 missing)
Native/Effects: Mixer EQ (5 parameters, 0 missing)
Native/Effects: mpReverb (9 parameters, 0 missing)
Native/Effects: Multitap Delay (90 parameters, 0 missing)
Native/Effects: Phaser (8 parameters, 0 missing)
Native/Effects: Repeater (27 parameters, 0 missing)
Native/Effects: Reverb (5 parameters, 0 missing)
Native/Effects: Oscilator (5 parameters, 0 missing)

Native/Effects: Analog Filter (5 parameters, 1 missing)

  • “Type” popup (2P K35, 2P Moog…). Value range: [0,3]

Native/Effects: Cabinet Simulator (12 parameters, 1 missing)

  • “Processing Mode” switch (Mono, Stereo). Value range: [0,1]

Native/Effects: Convolver (8 parameters, 1 missing)

  • “Processing Mode” switch (Mono, Stereo). Value range: [0,1]

Native/Effects: Digital Filter (5 parameters, 0 missing)

  • *Change “(void)” name to “Ripple” name!

Native/Effects: Distorsion (5 parameters, 1 missing)

  • Enable/disable “8x oversampling” switch. Value range: [0,1]

Native/Effects: Exciter (23 parameters, 1 missing)

  • “High/Mid/Low” switch. Value range: [0,2]

Native/Effects: Gate (9 parameters, 1 missing)

  • Enable/disable “Env. input” swith. Value range: [0,1]

Native/Effects: Stereo Expander (2 parameters, 1 missing)

  • “Mono Mix” switch (L, R, L+R). Value range: [0,2]

Native/Meta

…

1 Like

Why not remove the onces with complete support, for a better overview?

1 Like

I have rearranged the list to see it better.

1 Like

Those parameters are “internal” parameters of the DSP devices which can not be automated. They also won’t show up in the automation editor. So they also can not be MIDI mapped.

Reviewing this matter. Some details:

  1. Native/Effects: Analog Filter (5 parameters, 1 missing)

    “Type” popup (2P K35, 2P Moog…). Value range: [0,3]. The “Type” parameter is automatable (It also appears in the automation editor. It influences the sound.

  2. Native/Effects: Exciter
    There is a slight visual problem here. What should happen:

    1. When changing the value of the “L Mode” parameter (index parameter: 3), the device should forcibly select the “Low” tab as well.
      renoise.song().tracks[].devices[].parameters[3].value (device: Exciter)

    2. When changing the value of the “M Mode” parameter (index parameter: 10), the device should forcibly select the “Mid” tab as well.
      renoise.song().tracks[].devices[].parameters[10].value (device: Exciter)

    3. When changing the value of the “H Mode” parameter (index parameter: 17), the device should forcibly select the “High” tab as well.
      renoise.song().tracks[].devices[].parameters[17].value (device: Exciter)

      “L Mode”, “M Mode” and “H Mode” correctly switch the “Stereo” and “Mid & Side” tabs. But they should also change the “Low”, “Mid” and “High” tabs to show the associated sliders.

You should at least review these two matters. Forget the rest…