what started out as me being curious about how to handle midi return messages on my traktor f1 controller got a little out of hand
Anyway there is one issue I can't seem to figure out:
Clips have a dedicated delete method so implementation is straightforward,
Scenes and tracks don't have this.
It seems that the way to go here is to do a select/selectInEditor and then an application.remove().
This doesn't work reliably thoguh ... I have to first manually select a scene/track via ui in the editor/mixer window. Only then it is working (until I select the other thing, e.g. scene=>track)
If anyone can shed some light into this on how to handle this properly I'd be more than happy.
Ah and 2.4.3/api 7, javascript fwiw.
w.
