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

Consider inverting the range of some parameters for consistency with other modules #11

Open
federicobond opened this issue Oct 10, 2019 · 3 comments

Comments

@federicobond
Copy link
Contributor

federicobond commented Oct 10, 2019

Parameters like attack and release are mapped from slower to faster, which is counterintuitive when compared to most other envelope generators in modular systems. Inverting them may improve the module usability.

@diegodorado
Copy link
Owner

I understand... it is indeed counterintuitive... but for those who know ym2612 it would be weird ... should I add a "intuitive envelopes" global switch?

@federicobond
Copy link
Contributor Author

I think it depends on what your goals with the CV2612 module are. Is the aim to expose a raw interface to the chip emulation parameters as a VCV module or something that can sit comfortably within the standards of the rest of the platform and produce sounds based on the YM2612 chip?

I'd argue that >99% of your user base will not know the low-level details of the YM2612 chip interface, but they would like to get some good sounds out of it, and would appreciate that knobs follow the standard modular semantics.

As an example, think about those old SoundBlaster keyboards. They exposed just a thin interface on top of the chip capabilities, yet the faders would follow standard conventions for musical instruments (faster attack below, slower above) because the way these parameters are encoded is just a technical detail.

@greggel1
Copy link

I have just played around with this great piece of work and found myself struggling with this issue. As this is an emulation, i must admit, it should be controlled like the original hardware. As a user without a clue about the hardware i had a bad experience at first. Adding "original envelopes" and "default original envelopes" (default off maybe) toggles to the context menu. Using the toggle could inverse the desired parameters. This would help new users to go deep with the module and having a nice trip 💃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants