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

Table: Selecting a wave pos #20

Open
paulpiko opened this issue Jul 11, 2020 · 2 comments
Open

Table: Selecting a wave pos #20

paulpiko opened this issue Jul 11, 2020 · 2 comments
Labels
request New feature or request

Comments

@paulpiko
Copy link

The table pos ranges from 0 to 1.

I'd like an easier way to pick a particular wave in the table. For example, if I want wave 60 from a table of 64, I have to set the pos to 0.9524 (i.e. wave number divided by (table length - 1) ). Currently I have to calculate that.

One possibility would be to let the user type in the number of table entries (in the context menu), then table would set the range of pos to that number. That would mean if you want wave 60, you set pos to 60.

@isabelgk
Copy link
Owner

I'm not sure if this is possible with the way modules internally handle the range of parameter knobs, but I will examine the option. Also, do you happen to know of an example module that allows typing into the context menu?

@paulpiko
Copy link
Author

One that allows typing in the context menu Submarine TD-202; the foreground and background colours.

If changing the range of pos isn't an option, maybe you could let the user type in the wave number and table calculate the appropriate pos (rather than the user having to calculate it).

@isabelgk isabelgk added the request New feature or request label Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants