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

feat: support for negative values / pan-knob style #18

Open
suterma opened this issue Jun 23, 2022 · 1 comment
Open

feat: support for negative values / pan-knob style #18

suterma opened this issue Jun 23, 2022 · 1 comment
Milestone

Comments

@suterma
Copy link
Contributor

suterma commented Jun 23, 2022

Currently the knob does not support negative values. This could be very useful however for e.g. pan knobs (left/right channel distributions), parametric equalizer knobs.

This could be partly solved with the other feature of text templates, rendering negative values for part of the range. However, the highlighted area (rim) for these situations should extend from the center, not the lower left corner.

There is already a knob supporting this feature (https://www.npmjs.com/package/vue-knob-control), but it's of a different look and feel and only supports vue2 at the moment.

@Uninen
Copy link
Contributor

Uninen commented Jun 23, 2022

This is a very good point, indeed a needed feature. I think we should support arbitrary values, including negative ones 👍

(This isn't supported yet just because I didn't need it at the time I decided to write this!)

@Uninen Uninen added this to the v0.2.0 milestone Jul 10, 2022
@Uninen Uninen modified the milestones: v0.2.0, v0.3.0 Jan 20, 2024
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

2 participants