Hi, I'm evaluating MuLab and MUX Modular, and I really like the modular concept. I have some questions though which I can't find answers for in the documentation:
- Is there any plugin/controller API or OSC support in MuLab? I would like to create my own touch screen controller software and integrate it with my DAW. I need functionality like editing/playing clips, getting/setting parameters, play/pause, mixing etc.
- Is there any way of having more than 32 meta-parameters in MUX? I'm building a controller with 64 knobs, and preferably I want to have a parameter mapped to each of them.
- On the MUX web page is says it's possible to modulate a VST parameter using for example a MUX LFO, but I can't figure out how to do that. How is it done?
- Is it possible to map the waveform type (or at least a selection of them) of the MUX oscillator to a meta-parameter? It would be really nice feature when using an external controller.
- Is it possible to develop your own MUX native (non-VST) plugins? If so, how?
Thanks!
Some questions about MuTools products
- KVRAF
- 13863 posts since 24 Jun, 2008 from Europe
Not a full api, but you can use MIDI events to call certain functions:phazer99 wrote: Fri Apr 17, 2020 5:05 pm Is there any plugin/controller API or OSC support in MuLab? I would like to create my own touch screen controller software and integrate it with my DAW. I need functionality like editing/playing clips, getting/setting parameters, play/pause, mixing etc.
http://www.mutools.com/info/M8/docs/com ... tcuts.html
And of course you can map MIDI CC to control parameters:
http://www.mutools.com/info/M8/docs/mux ... llers.html
Currently that's fixed.Is there any way of having more than 32 meta-parameters in MUX? I'm building a controller with 64 knobs, and preferably I want to have a parameter mapped to each of them.
Connect an LFO to a Parameter Event Generator that is connected to the VST.On the MUX web page is says it's possible to modulate a VST parameter using for example a MUX LFO, but I can't figure out how to do that. How is it done?
You can use a Multi-Form Oscillator and map the Wave Index parameter to a meta-parameter.- Is it possible to map the waveform type (or at least a selection of them) of the MUX oscillator to a meta-parameter? It would be really nice feature when using an external controller.
You mean an SDK to develop MUX modules? No, that does not yet exist. I wonder whether something like PureData would fill that in?Is it possible to develop your own MUX native (non-VST) plugins? If so, how?
- KVRAF
- 5382 posts since 25 Jan, 2014 from The End of The World as We Knowit
You can use Camomile to host Pd patches as plugins:
https://github.com/pierreguillot/Camomile
It works fine in MuLab. Howeverrrr, in my experience if you can clearly describe your musical idea, there is often a way to quickly make it in MuLab.
https://github.com/pierreguillot/Camomile
It works fine in MuLab. Howeverrrr, in my experience if you can clearly describe your musical idea, there is often a way to quickly make it in MuLab.
F E E D
Y O U R
F L O W
Y O U R
F L O W
-
- KVRer
- Topic Starter
- 13 posts since 23 Mar, 2020
Thanks for the reply!
I see, I would need bidirectional communication. The solution is to use the MUX VST in another DAW I suppose.mutools wrote: Sat Apr 18, 2020 7:38 am Not a full api, but you can use MIDI events to call certain functions:
http://www.mutools.com/info/M8/docs/com ... tcuts.html
And of course you can map MIDI CC to control parameters:
http://www.mutools.com/info/M8/docs/mux ... llers.html
Oh, that's pretty powerful. BTW, are the MUX oscillators alias-free (i.e. filtering out harmonics above the Nyquist frequency)?mutools wrote: Sat Apr 18, 2020 7:38 am You can use a Multi-Form Oscillator and map the Wave Index parameter to a meta-parameter.
That's unfortunate. I don't mind writing VST plugins, the problem is that you can't use them in the PolySynth (which makes sense of course) with other modules to create polyphonic synths.mutools wrote: Sat Apr 18, 2020 7:38 am You mean an SDK to develop MUX modules? No, that does not yet exist. I wonder whether something like PureData would fill that in?
- KVRAF
- 13863 posts since 24 Jun, 2008 from Europe
Yes!phazer99 wrote: Sat Apr 18, 2020 11:43 am Oh, that's pretty powerful. BTW, are the MUX oscillators alias-free (i.e. filtering out harmonics above the Nyquist frequency)?
