-
Notifications
You must be signed in to change notification settings - Fork 12
Start Nano-Basket from a terminal:
$ python nano_basket_main.py
This should start the GUI. Debugging information may be written to the terminal while the program is running.
v0.1: Open the options dialog from the “Edit → Options…” menu entry, and set the midi device. The default device is what my nanoKONTROL got assigned to. You milage will vary.
p. v0.2: Does not use raw device. Use alsa to connect to your device.
The user interface for editing should be self-explanatory. The control widgets will change color to indicate which one is being edited.
Use the “File → Upload Scene to Device” menu entry to transfer the current active scene from the editor to the corresponding scene in the device. Note that only the active scene will be transfered, so to transfer the other scenes from the editor repeat this procedure.
Use the “File → Download Scene from Device” menu entry to transfer the current active scene from the device to editor. Note that only the active scene will be transfered, so to transfer the other scenes from the editor repeat this procedure.