Setting Audacity panning defaults for multi-channel soundfil

Hi,

I’m working on a MacBook Pro, 10.6.8, with 8Gb RAM, and plenty of disk space.

Audacity successfully reads in 8-channel WAVE files, and its current defaults sets channel 1 to “left”, channel 2 to “right” and the rest of the channels to “Mono”.

I teach a class on 8-channel sound synthesis, and I have to evaluate some 30 compositions submitted by my students each quarter.

Question: Can I set the default “panning” for each channel, where

channel 1 : 0.0 (hard left)
channel 2 : 1/7
channel 3: 2/7
channel 4: 3/7
channel 5: 4/7
channel 6: 5/7
channel 7: 6/7
channel 8: 1.0 (hard right)

Would I have to recompile the program from scratch, or is there some other way to do this?

this would be a big help when having to evaluate multi-channel compositions from a laptop.

Thanks very much,

Arun Chandra

Is this not normal for a 7.1 WAV?

There is currently no way to do this except manually. The only timesaving may be that if you work on the files in more than one session, you may save them as Audacity projects, which will save the track panning states in the project.

However, a programmer is currently working on recording profiles such that if you were recording eight channels, you could set the panning on each recorded track. Note this does not modify the pan of the audio stream as it is being recorded, but sets the pan for subsequent playback, mixing and export.

Otherwise of course you can create some macro or AppleScript to do the job.

As your enquiry is potentially related to that topic ( https://forum.audacityteam.org/t/wip-enhancing-multichannel-fix-single-channel-recording/28626/1 ) I have posted your question there.


Gale

Thanks, Gale, I’ve not used AppleScript.

I’ll give that a try.

Arun

Gale,

I don’t agree this being close to Record Profiles. Of course it touches the preset of created tracks, but I’m not sure whether we should share code with normal capture here.
To solve this specific problem I would either modify the AUP file (as you suggested) or do a quick-and-dirty hard-wired patch to set pan for 8 import channels…

@Arun: If you need some help on this, please tell me - but I don’t have any knowlede about AppleScript…

Sven,

I merely wondered if the idea of Record Profiles was extensible to an “Import Profile”. We already have a feature (set in Import / Export Preferences) to normalize on import.

For example, I could see that people importing multi-channel files might want to mute the subwoofer channel, or force channel type of the first two channels (FFmpeg-imported multi-channel files always import with all channels mono), or force the names of the tracks to something pre-ordained that describes their mapping.

Whether the code should share the non Audio I/O parts of record profiles or not would be up to someone developing it to say.



Gale