XD
Just do 'File' -> 5th item 'Replace with clipboard content' and here you go :D
Posts
- 
RE: placing preset list/output meter. samplemap and compressor?'sposted in General Questions
 - 
RE: placing preset list/output meter. samplemap and compressor?'sposted in General Questions
And if you want a preset navigator, it's not a combobox you have to use :D
 - 
A simple delete function?posted in General Questions
Hum... Is there no way to delete simply a knob we added?
I have a lot of functions linked to knobs, I want removes knobs to change functions.
This is really labourious to try recognize what belongs to what. It shows me tons of error messages, it gets me really angry.
I guess you have added a function.
Where is it? - 
RE: Example of how to control modulator intensityposted in Scripting
This works too :)
OnInit:
const var knbPitch = Content.addKnob("pitch", 32, 0); knbPitch.setRange(-12, 12, 1); const var pitchMod = Synth.getModulator("Pitch Wheel Modulator");OnControl:
case knbPitch: pitchMod.setIntensity(value); - 
RE: Enter data address in item (combobox)posted in Scripting
Ah :) Problem solved! (Thanks D.Healey ^^ )
 - 
RE: Some indications to make small popupposted in Scripting
Thank you so much Christoph!
Just have to adapt it now! Thank you thank you thank you! :)