Skip to content
royvegard edited this page Sep 14, 2010 · 12 revisions

Startup

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.

Options

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.

v0.2: Does not use raw device. Use alsa to connect to your device.

Editing the nanoSERIES device

The user interface for editing should be self-explanatory. The control widgets will change color to indicate which one is being edited.

Upload to nanoSERIES device

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.

Download from nanoSERIES device

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.