-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mono output routing in Master Bus #45
Comments
Cool! Thanks for the great workaround, I will try it out. |
Mcslee, this worked! BRILLIANT. For 7.1, i think its working pretty good - but I can discuss a small issue I seem to have in seperation from Back and Side in the panner later. But I have a 9.4.4 system for my studio (FL, FR, Fr Height L, Fr Height R, Side L, Side R, Back L, Back R, 4 Subs, 4 Ceiling (independently contolled)... and am thinking to expand to 24 real monitors including center channels in all axises! (edit I want to also add floor channel speakers ASAP) I noticed there is a custom option in Decoder and it looks for a file, could I get a 9.1.4 or 9.4.4 (mixing the subs with the FLR,BACKLR) somehow. I believe this is done by math algorithm to calculate right? Cheers! V |
Hey Val great to hear that this is working.
For larger setups there are two ways to go, you can define your own Max
decoder patch to decode directly within ableton, up to a maximum of 16
channels. Or you can use the AmbiX decode option to send the raw ambisonics
signal to another program (either on the same computer using something like
Loopback to route audio between programs, or on two different machines),
this supports as many speaker channels as your sound card can drive. For
9.4.4 you would need to work that way as this is beyond the 16-channel
limit.
There’s some documentation on how this works on the wiki page:
https://github.com/EnvelopSound/EnvelopForLive/wiki#advanced-usage
https://github.com/EnvelopSound/EnvelopForLive/wiki/Implementing-a-Custom-Decoder
You can also take a look at the decoders we use for our system, basically
you would just need to modify those to have your particular number of
speakers, and enter the details of your speaker angles.
Our decoders, for working directly wi turn ableton, are in this folder:
https://github.com/EnvelopSound/EnvelopForLive/tree/master/patchers/decoder
The remote standalone patchers (for systems with high speaker counts) are
here:
https://github.com/EnvelopSound/EnvelopForLive/tree/master/patchers/remote
Let us know how it goes!
…On Wed, Apr 8, 2020 at 8:32 AM vredalertv ***@***.***> wrote:
Mcslee, this worked! BRILLIANT. For 7.1, i think its working pretty good -
but I can discuss a small issue I seem to have in seperation from Back and
Side in the panner later.
But I have a 9.4.4 system for my studio (FL, FR, Fr Height L, Fr Height R,
Side L, Side R, Back L, Back R, 4 Subs, 4 Ceiling (independently
contolled)... and am thinking to expand to 24 real monitors including
center channels in all axises!
I noticed there is a custom option in Decoder and it looks for a file,
could I get a 9.1.4 or 9.4.4 (mixing the subs with the FLR,BACKLR) somehow.
I believe this is done by math algorithm to calculate right?
Cheers!
Val Kolton
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAER6WVLKZ7TQYDHNT7NTX3RLR4F3ANCNFSM4FQJDU5Q>
.
|
First of all congratulations on your work. |
Wow, fantastic! It works perfectly. |
The monitor switch controls whether the first two decoded channels are sent to the Ableton master bus. You can turn this on/off as you like, it won't affect the decoding or the recording. Note that if you're using the quad decoder, this means you'll only get the first two channels coming out the Ableton master bus. If you make Output Routing assignments in the E4L Master Bus device, those will apply regardless of the monitor settings. So if you're using Quad and want to listen to your quad system while recording, the best thing to do is to leave Monitor off, but assign Output Routing 1/2 and 3/4 in the E4L Master Bus device to whichever of your soundcard outputs go to the appropriate speakers. |
got it! thanks |
Hi!
Thanks for a great set of softwares!
I work at two places with different loudspeaker setups, and one system is having a channel ordering based on film industry standards. i.e. L, R, C, LFE, etc..
This makes everything ambisonic a bit tiring, as one need to put some channel ordering and skipping in-between stuff. So as Ableton is so stereo focused I totally understand that you chose to do the output routing in stereo pairs. But it would be very nice if there was a possibility to use mono channels instead, or give an option to the user. It would solve a lot of problems in different setups.
Best regards,
Marcus
The text was updated successfully, but these errors were encountered: