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

RFE: XY interface for controlling 2 hsliders #103

Open
DBraun opened this issue Jul 13, 2024 · 0 comments
Open

RFE: XY interface for controlling 2 hsliders #103

DBraun opened this issue Jul 13, 2024 · 0 comments

Comments

@DBraun
Copy link

DBraun commented Jul 13, 2024

It would be great to have a 2D XY user interface like pictslider in Max/MSP or this interface in Ableton:
image

possible use basic use case below, but what would be the best syntax for it? Maybe we shouldn't change the language for it since it's out of scope.

import("stdfaust.lib");
gain = hslider("gain", 0, 0, 1, .01) : si.smoo;
freq = hslider("note", 60, 1, 127, .01) : si.smoo : ba.midikey2hz;
process = os.osc(freq)*gain;
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

1 participant