Yes, but it requires some hacking and/or programming skills
- Edit: [INSTALL_DIR]\Authoring\Data\WObjects\WObjects.xml
- Search for "OverrideColor"
- Change the IsVisible to "true", like this:
<Property Name="OverrideColor" Type="bool" IsVisible="true" DisplayName="Override Color">
<DefaultValue>false</DefaultValue>
</Property>
Tab Delimited (https://www.audiokinetic.com/library/edge/?source=Help&id=importing_media_files_from_tab_delimited_text_file)
Import a TSV that set the Color and OverrideColor properties: (replace the arrow by actual TAB character)
Audio File→Object Path→Object Type→@Color→@OverrideColor
D:\wave\cues\1.wav→\Actor-Mixer Hierarchy\Default Work Unit\1→Sound→10→true
D:\wave\cues\2.wav→\Actor-Mixer Hierarchy\Default Work Unit\2→Sound→7→true
D:\wave\cues\3.wav→\Actor-Mixer Hierarchy\Default Work Unit\3→Sound→0→false
WAAPI Import
Getting started with WAAPI:
https://www.audiokinetic.com/library/edge/?source=SDK&id=waapi_gettingstarted.html
Importing Audio File with WAAPI:
https://www.audiokinetic.com/library/edge/?source=SDK&id=waapi_import.html
Also look at this example to retrieve the colors from WAAPI.
https://gist.github.com/decasteljau/0555a2afe97914658820ebd1bc4af6d4