EuroCollider:
Filter:
EuroCollider/Guides (extension) | EuroCollider

EuroCollider
ExtensionExtension

Translation between SuperCollider and Eurorack

Some introduction.

Quickstart

Please check if your audio interface is DC coupled, see EuroCollider: What is a DC coupled interface.

Configure SuperCollider

It may be necessary to start SuperCollider with enough out- and inputs, therefore it is good practice to explicetely set these settings during startup like

where you need to replace the device with your audio interface. For more information check ServerOptions: *devices and ServerOptions.

Sequence eurorack via Pbind

For detailed instructions see EuroSynth

Also check out

for more examples concerning clocks.

Use eurorack modulations in SuperCollider

EuroCollider does not provide an interface to use modulations which originate in the eurorack domain in SuperCollider as this can be achived in various ways in SuperCollider. We want to show here 2 ways how to achive this.

Assuming that you have a LFO wired up to your audio interface input 6 (including 0!)

Supported audio interfaces

What is a DC coupled interface

DC coupled interface allow to output a DC offset to the output. A list of audio interfaces can be found e.g. here but also include interfaces such as Expert Sleeprs ES-8.

This means that with a DC offset of 0.2 a sine wave would not oscillate between -0.1 and 0.1 but between 0.1 and 0.3, so it does not oscillate around zero as a mean. Some interfaces do not allow to output such a DC offset to protect the loud speakers by adding a high pass filter which removes any offset which could be seen simply as a really slow oscillation.

What if I do not have access to a DC coupled interface?

If the interface is not able to output a steady offset it is still able to output spikes which are gates. You can also use gates or input CVs from your EuroRack module to the input of SuperCollider.

Make sure you have increased the output of your non-DC coupled interface to the maximum, I will use the external headphones jack of my MacBook.

You should now be able to use gates from SuperCollider with your Eurorack, which also includes EuroClockOut.

Your interface may not have enough output to trigger something on your modular. In this case try to increase the output of your soundcard.