Gideon van der Kolf
Gideon van der Kolf
When filenames are too long to be viewed in the file browser sidebar, it would be convenient to have either tooltips showing the full filename when hovering the mouse over...
When assigning a scene's init_patch, a TypeError occurs upon running mididings if the init_patch is not a list. i.e. This raises an error: run(scenes={ 1:Scene('myScene',Pass(), Pass() ) }) while this...
When using current_scene() in an init patch, the returned scene number is still the previous scene. Example: Scene y's init patch is Process(myFunc), and in myFunc I call current_scene(). When...