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

C1-8 controls only report values 0-9 to host now (really: windows w_char sprintfs) #1553

Closed
mkruselj opened this issue Feb 5, 2020 · 5 comments · Fixed by #1567
Closed
Labels
Host Automation Issues related to DAW (host) automation UI Issues related to UI look&feel Windows Windows related issues
Milestone

Comments

@mkruselj
Copy link
Collaborator

mkruselj commented Feb 5, 2020

It was 0.00-100.00% previously.

Reaper 64-bit VST3.

@mkruselj mkruselj added UI Issues related to UI look&feel Host Automation Issues related to DAW (host) automation labels Feb 5, 2020
@baconpaul
Copy link
Collaborator

Oh shoot; is it the stringification of the value or the actual value in reaper?

@mkruselj
Copy link
Collaborator Author

mkruselj commented Feb 5, 2020

Actual value.

image

@baconpaul baconpaul added this to the 1.6.6 milestone Feb 5, 2020
@baconpaul baconpaul added the Windows Windows related issues label Feb 5, 2020
@baconpaul
Copy link
Collaborator

OK
Of course, it works on mac
Just a quick test. If you put into latch mode, play, and drag the control in the surge ui (not the reaper UI) do you get smooth automation?

@mkruselj
Copy link
Collaborator Author

mkruselj commented Feb 5, 2020

It's smooth - just the param value display is quantized to single digit.

@baconpaul
Copy link
Collaborator

OK! This is the exact same problem that made the controls have the name "C" on windows. Basically more wide string shenanigans. Since the actual tracking is smooth I think we can fix this in 1.6.6 timescale. I know where the problem is and can fix it easily.

Thanks!

@baconpaul baconpaul changed the title C1-8 controls only report values 0-9 to host now C1-8 controls only report values 0-9 to host now (really: windows w_char sprintfs) Feb 6, 2020
baconpaul added a commit to baconpaul/surge that referenced this issue Feb 12, 2020
The CC % was cursed by the same wierd wide string problem
as the metaparam name. I don't understand why this fix
fixes it, but I also haven't invested enough in windows
wide strings to be too bothered, since this does work.

Closes surge-synthesizer#1553
baconpaul added a commit to baconpaul/surge that referenced this issue Feb 12, 2020
The CC % was cursed by the same wierd wide string problem
as the metaparam name. I don't understand why this fix
fixes it, but I also haven't invested enough in windows
wide strings to be too bothered, since this does work.

Closes surge-synthesizer#1553
baconpaul added a commit that referenced this issue Feb 12, 2020
The CC % was cursed by the same wierd wide string problem
as the metaparam name. I don't understand why this fix
fixes it, but I also haven't invested enough in windows
wide strings to be too bothered, since this does work.

Closes #1553
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Host Automation Issues related to DAW (host) automation UI Issues related to UI look&feel Windows Windows related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants