Rom
October 20, 2024, 10:08am
28
SrMouraSilva:
It is necessary to have a parameter visible into the screen for raising notification/showing modal alert. If there isn’t any visible, Gossiper can’t gossip you. It is a limitation of Mod Dwarf. So it’s why I implemented the Assign to notify parameters, they appears to be dumb parameters (because bottle them on or off doesn’t change anything) but without them, isn’t possible to see the messages…
Yep, I get that, but does it mean this parameter should be useless ? I was hoping it can do both :
being there so you can have the messages
being a useful swith
I don’t find it… I found this workaround to have both controls on the Dwarf and the midi controller, but I think with a mindi + feedback loop it’s a lot easier
Just got myself a Chocolate, too.
Nice little toy and quite nice for that ridicoulously low price.
I have an addition to the great instructions by @SrMouraSilva :
A little change in the section “Control an effect with the MIDI and the Mod Dwarf Footswitch” makes it possible to use both controls independently:
Set the CV logic Operator to “XOR” instead of “OR”.
(This means output is “on” only when exactly one of the two “Control to CV” is on and the other is off, and output is “off” when bot…
So my hope reports to the solution proposed here… one day :
Hi @jon ,
I have a proof of concept running on linux.
It only requires changes to mod-host, all changes are in effects.c.
Basically:
Adds jack midi output port to mod-host
Add int8_t midiOutValue to `MIDI_CC_T’. This will hold the 7 bit normalised param value or -1 for no change.
Change effects_init() to set all g_midi_cc_list[].midiOutValue to -1 (no value)
Change effects_set_parameter() to check g_midi_cc_list[] and if MIDI_CC_T matches parameter set midiOutValue to correct CC value.
Chan…
Thanks again, and a lot !!!
1 Like