Grid Signals

In the Bitwig Studio Grid, there aren’t any distinct types of signals like in some other environments. All signals are processed, sent, and received at audio rate, and any output can be connected to any input of any module, always producing a result. This is quite different from systems like Pure Data, where signals are separated into types like messages, data, and audio, each processed differently and not always interchangeable.

In the Grid, everything behaves more like a Eurorack modular system. This design has its advantages, like flexibility, but also some downsides—primarily that treating all signals as audio signals can be CPU-intensive. While there are no formal signal types, there are different kinds of signals in the Grid, which behave differently and have unique ranges and characteristics:

1. Gate Signals

Gate Signals

2. Audio Signals

Audio Signals

3. Phase Signals

Phase Signals

4. Pitch Signals

Pitch Signals

5. Float Signals

Float Signals

Flexibility Across Signals

One of the coolest aspects of the Grid is that any signal can be connected to any input, even if it wasn’t designed for that. For example:

This universal compatibility is key to the Grid’s modularity and what makes it so enjoyable and creative. It’s very similar to working with an analog modular system, where experimentation and unexpected results are part of the process.

Conversion

There are several modules in the Grid that help convert one signal type into another. This often works through simple range mapping or transfer functions. For example, if you want to convert an audio signal into a phase signal, you can use the Wrap module:

Wrap Module

This conversion doesn't check whether the signal makes logical sense—it simply projects all values outside the range of 0 to +1 (or 0.99) back into the allowed range. For example:

No matter what values you feed in, the output will always stay between 0 and +1 (or 0.99), as phase signals operate strictly in this range.

bi->uni module

You could also use the Bi→Uni module, which converts bipolar signals into unipolar ones differently. Here’s how it maps values:

bi->uni conversion with a sine wave

All values between 0 and -1 are shifted into the unipolar range of 0 to +1. However, this module doesn't limit the range strictly either. If you input a value like -2, it will return -0.5, which falls outside the intended unipolar range.

But the module simply claims to convert bipolar signals into unipolar ones, and since bipolar signals typically range between -1 and +1, you won't get a proper phase signal if you feed it incorrect values.

However, this isn’t really an issue in the Grid because most Phase In inputs already have an internal Wrap function. Still, it's good to be aware of how this works!


▶ Next Lesson: Creating Patches
◀ Previous Lesson: Module Features
Bitwig Grid Course Overview