Separate names with a comma.
Oh, interesting! I've never used the Koala library and for now, I've stuck with coding KSP without any compiler (it's fine for now, might want to...
Once again, I'm not trying to display anything with this value...I want to use it within my script for determining the length of a while loop in...
Sorry, perhaps I wasn't being clear enough...I'm not trying to display some text, but trying to retrieve the actual time value of the engine...
I need a way to store the value of the engine Release time in my script. However, I need the value in milliseconds, not the 0-1000000 scale. As I...
When using multis, we should have more control over which instrument is displayed in the keyboard viewer. Right now, the only to change that is by...
Has anyone noticed that the host automation IDs do not get assigned when loading a script via preset? One has to click "Apply" or reload the...
Anyone knows of a script which has internal/scripted volume envelopes rather than it being mapped to Kontakt's engine? The reason is, I'm creating...
Thanks Medusa, that sounds like a satisfying solution!
Is there a way to change the default CMD+K shortcut for compiling? I want to use the Sublime Text shortcuts for folding (CMD+K, CMD+1, etc...) but...
When in minimized view, there are only two options for hiding/displaying : the keyboard view and the Quickload view. However, one of the most...
Thank you. The sine function worked well for monophonic tremolo (using the listener callback) but how do I use it for polyphonic modulation if...
Nice, thank you! I'll try this later, but if I understand correctly, the number of points in this sine table generator multiplied by the wait time...
Ah, yes I'm well aware of how to control modulation via scripting, but I'd really love to not have to create any modulation manually, just like...
Was there supposed to be a link there?
Thank you both! Blindeddie the persistence_changed callback is just what I needed. No need for the async callback now. Thanks!
By tremolo, I meant a sine LFO that modulates the volume, just like you normally hear on vibraphones.
Why can't I trigger the async_complete callback with this function? The KSP manual explicitly says that it should create a unique ID and trigger...
Is it possible to assign the pitch bend to a change_tune function with relative modulation instead of absolute (the 3rd argument)? The thing is,...
I know about dynamiTec's ultra vib and ultra tremolo scripts, but I'm creating a performance script with all of my default modulations and CC...
So in other words, if you're using multis, the only way to display the notes on the keyboard viewer is to manually click on the instrument header?