HOA Tutorial Exercise 14:
Filter:
Tutorials (extension) | Libraries > HOA

HOA Tutorial Exercise 14
ExtensionExtension

NRT script to decode the b-format to speaker arrays.

Previous: HOA Tutorial Exercise 13

Next: HOA Tutorial Exercise 15

The code below is a non-real-time NRT script to decode your compositions for a 5.0 speaker array.

First things first: let's start the sound server, which we configure first to get more audio buses and to have 36 output channels.

We will first load a sound sample from a HOA scene.

First, load a soundfile:

Then we make a Score and we add to the Score OSC messages invoking the SynthDef we have made earlier.

Finally, we can delete the files:

Previous: HOA Tutorial Exercise 13

Next: HOA Tutorial Exercise 15