Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Multichannel Lua script doesn't work (as intended) if defualt sends in Reaper are set to -inf #40

Open
jc-SpaceXp opened this issue Jul 29, 2022 · 4 comments

Comments

@jc-SpaceXp
Copy link

If you have modified your Reaper preferences to have the default track send volume set to -inf dB; then running the multichannel Lua script (loadSpectrum.lua) for the spectrum analyser causes each receive to use the default send value (of -inf dB). Requiring the user to manually set each receive to the desired level (typically 0dB).

Minor issue, as you can set up the multichannel manually by using Reapers track routing.

@JoepVanlier
Copy link
Owner

Hmm. Yeah.

I wonder if a variant would make sense that uses the highest send volume going out of each send track as the volume to use for the send to spectral analyzer. I feel in most cases, the sends to master will also not be at full volume for instance. It's a bit tricky though, since it would be a breaking change and I wonder whether people might be unhappy about such a change.

@jc-SpaceXp
Copy link
Author

Ahh that is a shame. Wasn't too sure if it was an easy fix or not.

@JoepVanlier
Copy link
Owner

It's totally doable. The question is, which volume do you think it should be? The volume of its first send, or the volume that's on fader? Probably the latter, right?

@jc-SpaceXp
Copy link
Author

Ok good to know. Yes, I would agree that the volume on the fader seems like the better approach.

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

No branches or pull requests

2 participants