-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Signal meters dB indication #1213
Comments
Great idea, but at least for terms of consistency I think there should be actual meters beside the bar. That way users can simply look at the mixer and not have to do any further input. This way if I wish to see relative distance to 0dB I would have to make sure my mouse is in the same spot for each channel I wanted to check, for example. The only other thing I'd like to add is that the mixer bars should be taller to allow for more accurate reading of levels - there are only so many pixels! |
So, I am a begginer to lmms and am using tutorials from other DAWs. I noticed that the lack of dB measurements on the mixer is very important. I am a programmer as well, so if someone can give me any pointers on how to implement this I can give it a shot and send a PR. |
@badosu, a related topic is here: #1271 The most relevant part is here: @diizy wrote on 2014-11-07
|
@tresf Does this mean that it is already a WIP, a set of ideas for this feature or both? Would something like this be merged on the master branch or anywhere else (e.g. 2.0 branch)? |
Vesa (@diizy) would know for sure, but it is safe to say that this hasn't been started yet. The 2.0 initiative is an ambitious target but plans to rewrite a good portion of the software, so if you would like to see this prior to 2.0, it may be worth investigating for the 1.2 release, but I don't want to speak out of place, so I'll let Vesa chime in here. 👍 -Tres |
On 12/24/2014 10:44 PM, Amadeus Folego wrote:
The feature is already there. You just have to enabled "show volume in As for making the faders actually work in dBV scale, that's (On a sidenote, I really have to write that roadmap so new guys also That said, there's plenty of other stuff we can use help with right now. |
On 12/24/2014 11:12 PM, Tres Finocchiaro wrote:
Not a good idea to do before 2.0, since it will break backwards-compat. |
@diizy Now that I noticed it, thank you very much, I am embarassed for not noticing it first. Anyway, now I am able to proceed on some stuff, and hope that the future GUI changes make this more obvious. @diizy @tresf Thank you for all the effort put on this great piece of software, if there's any simple implementation that needs to be done (so I can get familiarized with the stack), let me know. |
We just had a two hard crashes for 1.1 come in today: And moving forward with bugs, this is a good place to start: (bugs marked for 1.2) As far as future map type stuff, Vesa is probably a better coordinator of that work. He has a thread dedicated to it, but most of it is very specific to the core of the engine, which is currently out of my expertise. 👍 |
As part of a pruning effort, this |
I've noticed that the signal level meters we have now can't be used to provide any measurment, because they lack any dB(FS?) indication. Here's my idea to solve this.
Follows mouse, so no extra screen space is used when not needed.
The selected level is indicated by white lines inside the meter, outside a 1-pixel wide dotted line
The background is 50% black with 2 pixels margin from the text, ending on the dotted line. The text should be 2 pixels from the meter (so the black baground touches it).
Also: what is the relationship between the fader dB scale and the meter's scale?
Are they the same? That'd simplify things I guess...
PS: I've found an issue that's related: #1022
The text was updated successfully, but these errors were encountered: