-
Notifications
You must be signed in to change notification settings - Fork 86
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
Osc Mode display values behave differently #91
Comments
Can this be caused by the missing refresh function similar to #80? |
I thought the menu entries would change when one switches Osc Mode to Fixed, but Freq Coarse and Freq Fine still have |
No, the menu entries do not change. Freq Coarse and Fine are always there, despite of the Osc Mode setting. |
Doing more experiments, I can confirm that both modes are working. Freq Coarse and Fine are always there, and they actually work differently depending on the Osc Mode setting. So functionally everything is as it should be. But what is shown in the display is very different from what a DXx/TXxxx would show, and hence I can't do the examples from the books with MiniDexed at the moment. |
I think this is how it should be:
|
Reference: |
Not that simple to implement this, like it may look like. Currently the UI is designed for the assumption, that there are no dependencies between different parameters, when deciding, how to implement their values. I think about, how this can be changed. |
Ah, I understand. No hurry! In the meantime, maybe we should have the menus print both values (variable and fixed)? |
I would like to know, how is the exact mapping from the parameter range 0-31 for coarse to 0.5 to 32 times for ratio and 1, 10, 100, 1000 Hz for fixed? Respectively how is the mapping from 0-99 for fine to 1 to 1.99 times for ratio and 1 to 9.772 times for fixed. At the moment the raw parameter values 0-31 and 0-99 are shown. |
The DX7 manual just says
Looking at Dexed on the PC (I don't own a "proper" DX7): Ratio:
Fixed:
|
See #123. |
Testing asap. Thank you! |
Coarse in Fixed mode repeats the same values a couple of times, but I think that's more a curiosity than a bug. No need to invest time to change this imho. |
Accroding to the DX7 manual,
Currently in MiniDexed, setting Osc Mode to fixed does not seem to have any impact on the behavior of Freq Coarse and Freq Fine.
The text was updated successfully, but these errors were encountered: