Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Phantom Power Controls #77

Open
3 tasks done
kj4lxc opened this issue Dec 8, 2024 · 3 comments
Open
3 tasks done

Phantom Power Controls #77

kj4lxc opened this issue Dec 8, 2024 · 3 comments
Assignees

Comments

@kj4lxc
Copy link

kj4lxc commented Dec 8, 2024

Checklist

  • I have filled out the template to the best of my ability.
  • This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
  • This issue is not a duplicate feature request of previous feature requests.

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!

@kj4lxc
Copy link
Author

kj4lxc commented Dec 8, 2024

Oh I also forgot to mention, I would be willing to test any pre-builds!

@wrodie wrodie self-assigned this Dec 10, 2024
@wrodie
Copy link
Owner

wrodie commented Dec 10, 2024

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?

@kj4lxc
Copy link
Author

kj4lxc commented Dec 10, 2024

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants