Hi Os,
I'm almost finished with my gui. It's nothing fancy but I think it will be quite useful for me. There's one thing though I haven't figured out yet: I have a function in my midi.lua script that sets the filter type to a certain value and switches on Saturation thereby effectively toggling the filter. I'd like to have a button on the gui that reflects the state of this Filter On/Off. Is there a way to get the gui to notice you are executing a custom function in your midi.lua file?
Cheers,
Axl
another scripting question
-
- KVRian
- 1417 posts since 22 Mar, 2002 from UK
This isn't possible right now but it's something I could add moderately easily.
Would you rate this as important for v2.1?
In the meantime you could identify a parameter that you're not using and that doesn't affect your sound and connect that up to a button, and set the parameter from the MIDI script.
Would you rate this as important for v2.1?
In the meantime you could identify a parameter that you're not using and that doesn't affect your sound and connect that up to a button, and set the parameter from the MIDI script.
-
- KVRist
- Topic Starter
- 169 posts since 14 Aug, 2004
Well, it's the only thing I'm missing right now, so to me it's the most important thing. I could live without it though so it really depends on the amount of work it will take to implement it.os wrote: Would you rate this as important for v2.1?
Yeah, that's my current workaround. If feels a little like cheating thoughos wrote: In the meantime you could identify a parameter that you're not using and that doesn't affect your sound and connect that up to a button, and set the parameter from the MIDI script.
