Developing for RNBO Move Takeover

RNBO Move Takeover lets you take over the entire device with anything you patch in RNBO. Through a series of examples, this series will show you how to take advantage of all the inputs and outputs that the Move interface has to offer.

  • Read MIDI from the buttons and pads
  • Set the color of RGB and on/off LEDs
  • Draw shapes and sprites to the screen
  • Jump between different views using OSC

Along the way, we'll explore some of the helper patches that make it easier to work with the Move, and we'll look at some best practices for solving common challenges.

Move Takeover Contents

  • Getting Started — Getting Started with RNBO Move Takeover. Installing and using the simulator.
  • Building a Step Sequencer — Working with the pads on the Move to make a step sequencer. Row and column calculations for a wave simulation.
  • Custom Drawing — Using RNBO to make custom drawings and animations.
  • Complex Interaction — Building a polyphonic FM synthesizer with multiple RNBO nodes, animated User Views, and track-button navigation.
  • Drawing Sprites — Drawing and animating bitmap images on the Move display using spritesheets, with animation driven by audio.