scriptModulationMatrix / Hardcoded FX / Bipolar Modulation
-
So I don't really know what's happening under the hood with the scriptModulationMatrix.... Does anyone?
It seems there's a good system for the existing Hise modules (filter, pitch etc) but not for custom modules / Hardcoded FX etc.
The issue I've come across right now is that there is no Bi-Polar option for Hardcoded FX's global modulator slots or even just normal LFO Modulator slots. The arrow isn't available like it is for stock Hise module's parameters which can use Bi-Polar modulation (pan etc). This limits the options for modulation control with Hardcoded FX.
Is this an oversight or intended @Christoph-Hart?
Stock Gain GM Module:
Hardcoded FX GM Module:
Do we need a Global Modulator BiPolar option for HFX?!
-
@DanH said in scriptModulationMatrix / Hardcoded FX / Bipolar Modulation:
Do we need a Global Modulator BiPolar option for HFX?!
Yes we certainly do....and HardCodedPolyFX whilst we are there...
-
@Lindon thanks for the confirmation. Looks like the scriptModMatrix isn't quite ready for what I'd hoped to use it for
@Christoph-Hart I see that if you add a matrix.Frequency modulator target it nicely creates the Global Modulator slots for scale in the Frequency Modulation section but also creates those options for BiPolar Frequency Modulation as well. Could we get a similar option to create those modules for a HardcodedFX (+Poly @Lindon ) when creating modulator targets?
matrix.addModulatorTarget({ "Target": "FILTERS_MAIN", "Chain": matrix.Frequency, "ID": "F1_FREQ_LFO_1", "Component": "FILTER1_FREQ", "Slots": [2, 2, 1] });
-
@DanH said in scriptModulationMatrix / Hardcoded FX / Bipolar Modulation:
@Lindon thanks for the confirmation. Looks like the scriptModMatrix isn't quite ready for what I'd hoped to use it for
..can you use Macro Modulators?
-
@Lindon do you mean the ones that take control of the knob itself? If so I really didn't like that method, plus you could only add one modulator to each control.
The scriptModMatrix should be all we need - it kinda is if you just use stock Hise mods.
Did you check out the example project in the tutorial folder?
-
@Christoph-Hart Would it be possible to get the Scale / Unipolar / BiPolar options for any connection please?
Currently only scale is available for Hardcoded FX and any other connection which hasn't been hardcoded at source.
-
@DanH have another post about this here:
https://forum.hise.audio//topic/10945/modulation-intensity-modes-bipolar-scale-add -
@oskarsh said in scriptModulationMatrix / Hardcoded FX / Bipolar Modulation:
Modulation intensity modes (bipolar, scale, add?)
Hey! What are your thoughts on the modulation intensity modes? Currently, there are two types: Bipolar Mode and Scale Mode. @Christoph-Hart, would it be poss...
Forum (forum.hise.audio)
ah cool, also good ideas! How are you drawing the modulation ranges by the way? I've been trying to figure that out...
-
@DanH check the mod matrix tutorial in the snippet browser or use this:
https://docs.hise.dev/scripting/scripting-api/scriptmodulationmatrix/index.html#getmodvalue -
I looked through the APIs but couldn't see how to get like a getMaxModValue or something to establish the range. Did you manage it? The tutorial doesn't show the ranges, just the modulation.
-
@DanH said in scriptModulationMatrix / Hardcoded FX / Bipolar Modulation:
@Christoph-Hart Would it be possible to get the Scale / Unipolar / BiPolar options for any connection please?
Currently only scale is available for Hardcoded FX and any other connection which hasn't been hardcoded at source.
Bump!