Skip to content

Additional units

unknown edited this page Feb 26, 2023 · 1 revision

Setting up additional units

From v1.3, the nanometer script can be used with up to 4 nanoKONTROL2 units connected at the same time; at least in theory. It does require some set up to work properly though.

In this example, we will set up one extra unit.

Note: It's confirmed to work with a total of 2 units, but this feature is experimental - i.e. it might or might not work as expected!

Korg Kontrol Editor

Make sure FL Studio is not running and that the extra nanoKONTROL2-unit you want to connect is the ONLY unit connected to your computer (i.e. remove the USB-cable from your regular nanoKONTROL2 for now).

  1. Start the KORG Kontrol Editor and click OK on the device screen:

  2. Click & Drag the icon of the nanometer.nktrl2_data file (included with the script) and drop it on the Kontrol Editor window. A dialog box will appear that asks if you want to save the changes. If your current scene-data settings are important to you, you can click Yes here and save them before you continue. Otherwise, click No.

  3. Click on the leftmost [---] button:

  4. Click on "Global MIDI Channel" and set it to 2 (You can pick any available channel as long as it's unused).

  5. Click on the rightmost [---] button:

  6. Click on "Transport Button MIDI Channel" and set it to 13 (Make sure it's an unused channel).

  7. Click on "Communication" in the Kontrol Editor menu and choose "Write Scene Data".

  8. A dialog box will appear that asks you to confirm that you wish to overwrite the old settings. Click OK.

  9. Close Korg Kontrol Editor.

Editing the config

Next, we will make some changes in config. Open config.py in a text editor (Use Notepad or whatever editor you prefer).

  1. Paste these options at the end:

    MIDIChannel_Unit2 = 2
    TransportChan_Unit2 = 13
    Port_Unit2 = 2
    
    • MIDIChannel_Unit2 should be set to the same channel as your "Global MIDI Channel" setting in Korg Kontrol Editor.

    • TransportChan_Unit2 should be set to the same channel as your "Transport Button MIDI Channel" setting in Korg Kontrol Editor.

    • Port_Unit2 can be set to any number as long as it matches the port number of the extra unit in FL Studio (Please see step 3 and 4 in the next section below).

  2. Save the changes to your config.py file.

Configuring both units in FL Studio

Next, we'll make some changes in FL Studio's MIDI settings:

  1. Connect the USB of your regular nanoKONTROL2 unit again (both units should now be connected).

  2. Start FL Studio and press F10 to open the MIDI Settings:

  3. In the Output section, click on your extra unit (called nanoKONTROL2 #2 here) and set the Port number to 2 (i.e. the same Port number as the Port_Unit2 option in the config).

  4. In the input section, the port numbers need to switch place with each other for some inexplicable reason. This means that your regular unit (called nanoKONTROL2 here) should be set to the Port number of your extra unit and the and the extra unit (called nanoKONTROL2 #2 here) should have the port number of your regular unit. Note: Not sure if this is a bug in FL? It does seem to work this way, at least at the time this document was written. Your setup might be different though - try switching them around if it doesn't work!

  5. Set Controller type to nanometer (KORG nanoKONTROL2)(user) and make sure that the Enable button to the left is active (green).

  6. Finally, exit and restart FL Studio. Both units should hopefully now be working!