-
Notifications
You must be signed in to change notification settings - Fork 72
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
Mixer does not seem functioning for panning/volume for each player #276
Comments
I also know a bit of C++, if this is a bug, I'd be happy to look into the issue myself if no one else knows what may be wrong of the top of their heads. |
Yeah I think this is a bug - there was a big refactor of how the midi playback was implemented, so I think this functionality was lost then. Patches are welcome! |
I had a look at the issue and I did a quick fix for it locally. Hopefully I will deliver something soon. |
Yeah, I think the original intention was to have volume changes take effect while playback is active (similar to changing playback speed or enabling / disabling the metronome) |
midiplayer.cpp -> volumechanged event is treated separately in order to include the maxVolume threshold midievent.cpp -> added a check isVolumeChange()
Before the refactoring? the mixer was working on Alpha 8.... |
This was fixed with #303 |
Do I do like before and download and install an updated version of Alpha 13 for this feature? |
Yeah, the installers from https://github.com/powertab/powertabeditor/actions/runs/376872326 will have the fix |
thanks! |
huh. installed, didnt make any difference. headscratch |
Hmm, adjusting the volume during playback works fine for me with those
installers (tested on macOS)
…On Mon, Nov 23, 2020 at 10:41 AM Ebdim9th ***@***.***> wrote:
huh. installed, didnt make any difference. *headscratch*
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#276 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACKGT2D7IHFQBZLA6VGD73SRJ7BTANCNFSM4KACWHBQ>
.
|
any ideas on what might be wrong with mine? Should i try to re-install? Hmmm I'll try that first.... |
The 'repair' relaunch worked perfectly! I didn't even have to temporarily shut down down Avast.... it balked a little but not enough to stop the re-install from completing..... |
I got a new Dell w Windows 10, installed, I get that nifty dark theme choice but the volume pan "knobs" aren't working.... |
Is the volume not working, the pan, or both? Offhand I'm not sure if the
pan will update live during playback
…On Sat., Feb. 13, 2021, 1:46 a.m. Ebdim9th, ***@***.***> wrote:
I got a new Dell w Windows 10, installed, I get that nifty dark theme
choice but the volume pan "knobs" aren't working....
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#276 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACKGT67TNULMRJGWOM4SR3S6YN2TANCNFSM4KACWHBQ>
.
|
only the pan, the volume sliders work perfectly, i would test by panning hard left and right then dropping the volume of first one guitar then another to zero ... |
Yeah, I tested now and the pan seems to be ignored .. The volume slider works fine |
Thanks man! I really appreciate it... seriously. This is the /only/ tab program where i can go and not only be heard but find my requests pretty promptly and successfully implemented. |
Like title says, I have two players on different instruments and panning/volume changes seem to do nothing. I can't find anywhere else where this can be changed.
The text was updated successfully, but these errors were encountered: