You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Using the integration with the MR12, which is the X12 in a trench coat lol. Everything is working beautifully but there is one thing that is missing for the system. Each of the first 4 channels has individually controllable phantom power. I currently have cludged together an integration for their control but I would live to not have to have 2 integrations for the same machine, and looking at your source, yours is far better in the implementation categories that mine.
Describe the solution you'd like
The phantom power states can be changed with the OSC commands ("/headamp/01/phantom", 1) for on and ("/headamp/01/phantom", 0) for off respectively. Ideally I would just like it if channels 1-4 would have the ability for that to be toggled so I can rid myself of my mess of an implementation.
Describe alternatives you've considered
As I said above, I have my own implementation https://github.com/kj4lxc/phantommixer and it just adds too much overhead and if I can help someone else expand their integration then why not?
Additional context
No further info that I can think of, but always up for answering any questions!
The text was updated successfully, but these errors were encountered:
I can look at it.
Just a couple of points/questions.
The X32 and I think the Xr12 don't have phantom power connected to a channel, it is instead associated with an input instead. So anything I do would have to take that into consideration, eg headamp would be separated from the channel. I'm not sure that is a great issue, but wanted to mention it.
Are you able to share with me a little bit more about your use case? I'm trying to understand why you would need phantom power control, but not something else like gain as well?
Yes the phantom power is on the input level, each of the 4 xlr connectors on the 12 have controllable phantom power. Having the phantom controls being separate is not a problem at all as that is the current way the our Home assistant board is set up. As far as my use case, we have a streaming setup that uses Home assistant as its control system. We have mics on the 1-4 connections but they are not used all the time. When a mic is not in use we cut the phantom power to the mic as to not keep the element energized all the time, this tends to help the mic "behave" better.
Checklist
Is your feature request related to a problem? Please describe.
Using the integration with the MR12, which is the X12 in a trench coat lol. Everything is working beautifully but there is one thing that is missing for the system. Each of the first 4 channels has individually controllable phantom power. I currently have cludged together an integration for their control but I would live to not have to have 2 integrations for the same machine, and looking at your source, yours is far better in the implementation categories that mine.
Describe the solution you'd like
The phantom power states can be changed with the OSC commands ("/headamp/01/phantom", 1) for on and ("/headamp/01/phantom", 0) for off respectively. Ideally I would just like it if channels 1-4 would have the ability for that to be toggled so I can rid myself of my mess of an implementation.
Describe alternatives you've considered
As I said above, I have my own implementation https://github.com/kj4lxc/phantommixer and it just adds too much overhead and if I can help someone else expand their integration then why not?
Additional context
No further info that I can think of, but always up for answering any questions!
The text was updated successfully, but these errors were encountered: