Polymer

Getting Started with Polymer

Interface Overview

Polymer at its core is a MIDI utility which translates MIDI streams from input devices to output devices.

Interface Overview
  1. Inputs - Lists connected MIDI input devices.
  2. Outputs - Lists connected MIDI output devices.
  3. Voices Area - A graphical display of the current voices. Voices are numbered according to which output channel they represent and colored according to which output device they represent.
  4. Distribution Mode Options - Here are the options for how notes are distributed to voices.

Creating Voices

To create voices, you need to have at least one input channel and one output channel enabled. Each output channel you enable will create another voice. Polymer will only respond to MIDI input on input channels that you have enabled.

Creating Voices

To enable an output channel:

  1. Enable the output device by clicking its name from under the Outputs section.
  2. Once the device is enabled, a list of 16 channels will appear. Enable output channels by clicking the number associated with that channel. Enabled channels have a colored circle around them.

To enable input channels, do the same for devices under the Inputs section. Once you've created some voices, they should appear in the Voices Area.

No Inputs or Outputs

If you don't see any devices listed under the Inputs or Outputs sections, connect your MIDI interface to your computer. Polymer requires a MIDI interface to communicate with your synths.

If you've enabled both some input channels and some output channels, now if you play MIDI notes (from a keyboard controller or sequencer, for example) into any of the enabled input channels, the voices will light up and those notes will be sent out on the appropriate output channels. Congrats, you're all set up!

Controlling Polyphonic Synths

Setting the Polyphony of an Output Channel

Polymer has always been fantastic for combining the polyphony of monosynths. But what about, say, taking two four-voice synths and playing them as an eight-voice synth? In Polymer 1.1, you can now do just that!

By default, each output channel has only one voice associated with it, which makes it monophonic. In order to include all the voices of a polyphonic synth in your polymer setup, you need to increase the polyphony of the output channel that is connect to your polyphonic synth.

Creating Voices

To increase the polyphony of an output channel:

  1. Select the channel your polysynth is listening on by clicking the voice associated with that channel in the Voices display.
  2. After that channel has been selected, click the + button under Channel Polyphony to increase the number of voices associated with this channel.
  3. Once you’re done, you can click the x to deselect this channel and show the Distribution Mode options again.

Note that you can have a maximum of 32 voices between all output channels combined. For example, a 16-voice channel and two 8-voice channels would be at the limit. That’s a lot of voices!

Distribution Mode Options

Algorithm

Algorithm, combined with the Direction option, determines how Polymer's voice distribution algorithm should find the next voice to send a note with. Algorithm determines the starting location for finding a new voice.

Direction

Direction determines which direction Polymer's voice distribution algorithm should look for an open voice to play a note through, starting with the starting location determined by the Algorithm option.

Voice Stealing

Voice Stealing is a great function which allows you to keep playing without thinking too much about how many voices you've allocated. If used right, it can make 3 voices seem like 5 or 6!

It functions as follows. If you have three voices, and are currently playing a chord of three notes on your keyboard controller, all three voices should be playing notes and be lit up. If you simultaneous press down a fourth note, with voice stealing enabled, one of the notes that you are currently holding will have its note be stopped. This frees the voice up to be used by the fourth note you just pressed down. You can read more about it here.

Set to Oldest to enable voice stealing.

MIDI Implementation

Responds To & Transmits