tutti

all together.

This script is an extension to @infinitedigits’s mx.samples.

set up

requirements

  • norns
  • mx.samples (see below)
  • midi controller(s)

in maiden …

;install https://github.com/leontoddjohnson/tutti

there’s not much to it

tutti simply allows you to run mx.samples for multiple instruments at once. For example, you could simultaneously play instrument A through one MIDI channel (or device) and instrument B through a different MIDI channel (or device). That’s all. It’s fun!1

1 Shameless plug, this script is fun to use along with swons!

Right now, this script is completely relegated to the PARAMS page. Select instruments, MIDI sources, and channels. Then, adjust parameters for each instrument as you would normally for mx.samples.

updating parameters

Note: parameters only update prior to note play. So, adjusting the amp (velocity) or panning on a note that is already playing will not do anything.

By default, you can select up to four instruments, but you can change this by updating the N_INSTRUMENTS variable in the script.

Caution

Right now, this script uses a noise parameter that was added to my fork of the mx.samples repository. Until the pull request is merged, you’ll need to either (a) clone the fork, or (b) remove the noise parameter here and here.