Jürgen Moßgraber
Jürgen Moßgraber
Currently, you can only overwrite a scene but not insert one. BTW previousSceneInsertionPoint() has the wrong comment: "that can be used to insert content after this slot or scene."
Some panes can currently only be toggled but have no state information. Add: - Application.isNoteEditorVisible() - Application.areDevicesVisible()
Create a method to retrieve all installed plugins and access to their UUID. This is necessary to allow the user to select plugins e.g. for quick favorite insertions via a...
Observation currently only works for MIDI clips. Progress of the playback phase for each of the currently playing Clips could be indicated. Setting the play position would allow to implement...
Some methods cannot be called from JavaScript since the necessary objects cannot be created. There needs to be methods add to create instances of: - Color (for hardware API) -...
e.g. track.clearAutomation() ... or if you want to make it more sopisticated provide access to all automation envelopes.
The octave can only be configured in the creation call: createPianoKeyboard (String id, int numKeys, int octave, int startKeyInOctave) If the transposition is changed on the real hardware the simulator...
There should be a list of the arrangement clips of a track with color, begin, end.