As an Ideal field, after "Sound_Characteristics_Choices" in the model
In the "Additional Technical" view
Text field
Data options: total number of sound channels and mono or stereo or surround
(best probably to leave field open as a text field)
https://github.com/tingletech/collengine/blob/master/items/models.py#L156
can all fields export with the same heading, 'instantiationChannelConfiguration' or
can instantiationChannelConfiguration be a repeatable field with pull-down options?
Based on our convos so far, these probably aren't options. instantiationChannelConfiguration is a catchall field for all of the above...
As an Ideal field, after "Sound_Characteristics_Choices" in the model In the "Additional Technical" view Text field Data options: total number of sound channels and mono or stereo or surround (best probably to leave field open as a text field) https://github.com/tingletech/collengine/blob/master/items/models.py#L156
and change "Sound_Linear Choices" field name to "instantiationChannelConfiguration" Please add as an Ideal field after above Data options: linear or embedded or both https://github.com/tingletech/collengine/blob/master/items/models.py#L98 https://github.com/tingletech/collengine/blob/master/items/models.py#L239
and change "Sound_Annotation Choices" field name to 'instantiationChannelConfiguration' Please add as an Ideal field after above Data options: mono or stereo or surround https://github.com/tingletech/collengine/blob/master/items/models.py#L104 https://github.com/tingletech/collengine/blob/master/items/models.py#L240
can all fields export with the same heading, 'instantiationChannelConfiguration' or can instantiationChannelConfiguration be a repeatable field with pull-down options? Based on our convos so far, these probably aren't options. instantiationChannelConfiguration is a catchall field for all of the above...