ambisonictoolkit / ambisonictoolkit.github.io

Website - using Jekyll and Bootstrap
GNU Lesser General Public License v3.0
12 stars 4 forks source link

Reaper ATK screencast : Encode 5.1 and 7.1 #25

Open lossius opened 8 years ago

lossius commented 8 years ago

This will be shorter than the encode mono and stereo tutorials, and mostly focusing on how yo need to work with tracks and send/receive routings in Reaper.

The idea is to encode the regular channels using 5_0 or 7_0 encoders (and then exposed to further transforms such as rotations), while the LFE channel is routed to a different track where it is encoded using the Omni encoder.

Do this makes sense with respect to what way to best encode LFE, @joslloand ?

joslloand commented 8 years ago

Hi @lossius, yes, separating out LFE for sending to another track makes sense.

Here's an important FYI...

In reworking the fixed matrices for loading, I've realised that we need to solve the conflict between different channel ordering between atk-sc3 and atk-reaper. The 5_0, 7_0 and quad encoders/decoders are the main culprits here.

I'm for 5_0 and 7_0, I'm going to make two new matrices called 5_1 and 7_1. The _1 (LFE) will be ignored / blank as the current practice with BR's TOA.

What this'll mean:

The rationale for this thinking:

Why deprecate the current use of _0 names on atk-reaper?

Does this make sense? (Hope so!)

In any case, at the moment I'm writing code to chuck out the matrices, and am writing out both the "old" and the "new" ones, so these will be available to load....

joslloand commented 8 years ago

@lossius,

Um... yeah... so... in terms of making a tutorial video, it may be useful to rename the plugin(s) to _1?

That is, if you agree with the above strategy?