Modify Midi Echo script to include off/on mode or bypass?
Can some one assist me in modifying the "Midi Echo" script so that it includes a simple off/on knob like in the "Arpeggiator" and "Unisono - Portamento". An enable/disable button would do as well. I have watched several tutorials and attempted multiple script modifications but have not been able to figure out how to include this. Thanks!
Best Answer
-
It's pretty simple. Open the script editor, then you will notice a line
set_ui_height(4)
. Right after that line, add this:declare ui_switch $Power make_persistent($Power)
Then, scroll down and find the line that says
on note
. Right below that line, addif ($Power = 1)
. Now scroll down until you find the line that sayson release
. Before that line you have a line that saysend on
. Before that line addend if
.Done!
1
Answers
-
It's pretty simple. Open the script editor, then you will notice a line
set_ui_height(4)
. Right after that line, add this:declare ui_switch $Power make_persistent($Power)
Then, scroll down and find the line that says
on note
. Right below that line, addif ($Power = 1)
. Now scroll down until you find the line that sayson release
. Before that line you have a line that saysend on
. Before that line addend if
.Done!
1 -
The man, the myth, the legend! Your solution and expanation couldn't have been simplified any better. Working perfect. Thank you Mario Kruselj a.k.a. EvilDragon.
0
Categories
- All Categories
- 19 Welcome
- 1.4K Hangout
- 60 NI News
- 763 Tech Talks
- 4K Native Access
- 16.3K Komplete
- 2K Komplete General
- 4.3K Komplete Kontrol
- 5.6K Kontakt
- 1.6K Reaktor
- 374 Battery 4
- 833 Guitar Rig & FX
- 424 Massive X & Synths
- 1.2K Other Software & Hardware
- 5.7K Maschine
- 7.2K Traktor
- 7.2K Traktor Software & Hardware
- Check out everything you can do
- Create an account
- See member benefits
- Answer questions
- Ask the community
- See product news
- Connect with creators