Adding samplemaps
- 
@ustk I've watched a few, obviously I need to watch a few more!
 - 
@ustk Still curious if there is a way to overwrite isPluginParameter in the script editor.
 - 
@TNTHM What do you mean by overwrite? you can change its state manually in the script editor, or you can use
knob.set("isPluginParameter", true)in script - 
@ustk This is what I was looking for. Thanks!
 - 
@TNTHM all component properties can be accessed this way from script ;)
 - 
@ustk EPIC!! Thanks for thanks for the tip!
 - 
First ten minutes is all about callbacks
https://www.youtube.com/watch?v=8JO4m-OloqA - 
@d-healey this is gold. Thank you!
 - 
@TNTHM The simplest way to modify any of the parameters of your UI widgets is:
select your widget from the list then Press Control-J
This will show you the JSON for the widget and you can change any param to whatever - including deleting the param and press save.
 - 
@Lindon No need for CTRL, pressing J works :)
 - 
@ustk said in Adding samplemaps:
@Lindon No need for CTRL, pressing J works :)
your right! another round of repetitive strain injury saved!
 -