-
Notifications
You must be signed in to change notification settings - Fork 173
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
Adding "Set note pan" statusmessage + other changes in the note properties ruler and pan value input #1015
base: development
Are you sure you want to change the base?
Conversation
LGTM. |
Not now but I can do it |
It'd be awesome. |
|
2763b8f
to
db57152
Compare
… <-> panL,panR in GUI for both note & instrument pan
I have changed the code to input pan from GUI calling the pan law methods (the ones in Sampler class). This solves #1167. |
Actually I am doubting the necessity of still having |
This message was missing
Allows to know if pan is Right or Left (since there's no indication on the note editor ruler) and the value.
Minimal solution to issue #948
made some messages translatable
reduced size of buffer strings
The display format of the pan value can be discussed, right now is from 1.00L to 0.00L, C, from 0.00R to 1.00R.
Another fashion could be: L100 to L0, C, R0 to R100
// edit: "L","R" marks on not pan editor background added