More than 16 discrete channel labels?
More than 16 discrete channel labels?
- Subject: More than 16 discrete channel labels?
- From: Mark Coniglio <email@hidden>
- Date: Sat, 20 Sep 2008 10:27:36 +0200
Hi,
There are constants for for discrete channel labels going from 1 - 16, e.g.,
kAudioChannelLabel_Discrete_0 = (1L<<16) | 0,
kAudioChannelLabel_Discrete_1 = (1L<<16) | 1,
...
But what about discrete channels starting at 16 and above? Can we
safely define and use something like this:
kAudioChannelLabel_Discrete_16 = (1L<<16) | 16
kAudioChannelLabel_Discrete_17 = (1L<<16) | 17
etc...
This has come up with a user that wants to be able to get output to
the ADAT channels of of his MOTU Traveler. These start at channel
16...
Best Wishes,
Mark
--
=====================================================================
Mark Coniglio, Artistic Co-Director | email@hidden
Troika Ranch Dance Theater | http://www.troikaranch.org
| Mobile: x
=====================================================================
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden