I just noticed that events that I use for music tracks, if they have the ‘Music’ event property set, will ignore any operations performed on their event category (not counting the master category).
From searching some posts here it appears that there is a dedicated music channelgroup that is automatically used by any event with the music property set, effectively having them bypass the channelgroup belonging to their category.
So my question is: is there any way I can continue to control music via a category, whilst also having the music property set (so that we conform to the TRCs)?
- MattG asked 12 years ago
- You must login to post comments
Yes, currently that is a limitation of the "Music" property. You can get a handle on the music category’s channelgroup by :
EventSystem::getCategory("master")
EventCategory::getChannelGroup()
ChannelGroup::getGroup() / ChannelGroup::getName() until you find one called "music".
A bit convoluted but it should work.
- Andrew Scott answered 12 years ago
- You must login to post comments
Please login first to submit.