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

control pitch bend with pc keyboard #3

Closed
tizi24 opened this issue Dec 14, 2021 · 4 comments
Closed

control pitch bend with pc keyboard #3

tizi24 opened this issue Dec 14, 2021 · 4 comments

Comments

@tizi24
Copy link

tizi24 commented Dec 14, 2021

hello sema! I am looking for a way to use the pitch bend, with the pc keys in real time, my idea is that the path is divided into ten ascii keys

@jazz-soft
Copy link
Owner

Do you want a key press generate a pitch bend signal?
I'll try to implement that in the next version.

@tizi24
Copy link
Author

tizi24 commented Dec 15, 2021

¿Quiere que una pulsación de tecla genere una señal de inflexión de tono? Intentaré implementar eso en la próxima versión.

exactly! I have thought to divide the pitch bend range into 10 character ascii var map = {48, 49, 50, 51, 52 etc}; with the possibility that if you press 48 and 49 you have an intermediate point to achieve a more fluid range

@jazz-soft
Copy link
Owner

Lo hare pronto :)

@jazz-soft
Copy link
Owner

I made a change for you in the latest version.
It's not documented yet, but you can see the usage example in test.html.
The idea is that now you can assign any function to the key, not just a note.

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