The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.8KB

  1. /**
  2. @page connecting_blocks Connecting BLOCKS
  3. Lightpads can be conected to a computer either via USB or Bluetooth, and Control Blocks can be connected via Bluetooth or by snapping to an already connected Lightpad.
  4. Both devices communicate with your computer using System Exclusive (SysEx) MIDI messages.
  5. @section usb USB
  6. To connect a Lightpad to your computer over USB, you need to insert a USB-C cable into the top of the device and connect it to a USB port on your computer.
  7. When powered on by pressing the power button on the bottom edge, you will be able to send and receive data from the block over the USB connection.
  8. @section bluetooth Bluetooth
  9. The power button also functions as a toggle for the Bluetooth connection - when the blue light on the button is illuminated, the device is able to connect via Bluetooth and send and receive MIDI data.
  10. Pressing this button will turn the light off and disable the Bluetooth functionality.
  11. Currently MIDI over Bluetooth is only supported on Mac OS.
  12. @subsection mac_bluetooth MacOS
  13. To connect a BLOCKS device via Bluetooth on MacOS, follow these steps:
  14. - Open the "Audio Midi Setup" application (found in Applications/Utilities)
  15. - Click on the menu item: Window -> Show MIDI Studio
  16. - Double-click on the "Bluetooth" icon in the MIDI Studio window
  17. - Click the "Connect" button next to the block you want to connect to
  18. - Your device should show up in the MIDI Studio window with a Bluetooth icon and can now send and receive MIDI data over Bluetooth
  19. @section connecting_blocks_to_each_other Connecting BLOCKS together
  20. Lightpad and Control Blocks can be connected together in any number of combinations via their DNA edge connectors, sharing a common connection to your computer.
  21. To do this, simply snap your devices together and the magnetic connectors will handle the rest.
  22. */