find efect and param for a key
Hi.
I would like to map a key of my keyboard to active and desactive an effet (invert) but I can't find this in milluplug between all the number of effects and the same in param...
Can you help me ?
Comments
Hello @romaincarlier,
Milluplug doesn't allow you to active/desactive an effect.
To achieve your goal, you could create a little patch on Quartz, Processing, or an other creative coding environment.
The OSC parameter to enable an effect is "/millumin/layer/effect4/enabled/0". You will find a full explanation in the documentation.
regards
Antoine M*
Hi, @romaincarlier,
Please check that you followed the right path :
- In Finder CMD+SHIFT+G should open a path windows (needed to access the user library path which is hidden)
- Enter the path : "/Users/username/Library/Graphics/Millumin/". Replace "username" by your name.
- If you computer is not in english translate Library in your language (bibliothèque in french).
- Create Graphics/Millumin if it doesn't exist.
- Restart Millumin
Regards
AntoineM*
As stated in Antoine first message : there is no option in MilluPlug to enabled/disable effects.
You can do it via OSC (/millumin/layer/effect4/enabled/0 in TouchOSC for example). Or you can create your own effect with Quartz Composer : this is what Antoine did with InvertSwitcher.qtz (you can use it as an example for your custom effects).
Best. Philippe
You can't, sorry.
We created the effect InvertSwitcher.qtz specially for you, and there is a parameter inside this effect to activate/deactivate the invert filter.
In brief : this has nothing to see with the checkbox to enable/disable an effect in Millumin.
Best. Philippe