shakfu / chuck-max

Embedding ChucK in a Max/MSP external.
Other
12 stars 2 forks source link

Enable stereo output for chuck~ #3

Closed HighHarmonics2 closed 5 months ago

HighHarmonics2 commented 5 months ago

Currently the chuck~ object only has one outlet.

Stereo output is needed so that chuck programs with stereo output such as panning or use of dac.right and dac.left can be directed to separate outlets in Max.

shakfu commented 5 months ago

change the following definitions to 2 to get stereo input and output

#define N_IN_CHANNELS 1
#define N_OUT_CHANNELS 1
shakfu commented 5 months ago

@HighHarmonics2

You will find this very amusing, but in trying to get the great fauck chugin (faust in chuck) to work nice with chuck-max, I ended up in a situation where chuck~ needed to default to stereo to work nice with this chugin.

This means that we may need to revisit the default to the stereo which I am sure you will be pleased with. 😄