Asymmetric pitch bend and more #68
MockbaTheBorg
started this conversation in
New developments
Replies: 2 comments 3 replies
-
Hello, yes you can fork https://github.com/ElectroTechnique/TSynth-Teensy4.1 What do you mean by spread in Unison? The detuning amount between each voice? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Cool. I will check it out.
I will do some research on the pitchbend too. Though this could probably
break patch file compatibility.
…On Wed, Aug 11, 2021, 9:35 PM ElectroTechnique ***@***.***> wrote:
Ok, have a look at Detune.cpp. There is a 4x24 array that detunes the 24
voices based on how many (up to four) notes are pressed in unison.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#68 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD74NC5JLWI2YQ4O4RBAD5TT4MQNRANCNFSM5B7GS7MQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi ElectroTechnique,
I would like to ask for a couple new "features":
1 - Can we have two settings for pitchbend? One for up and one for down?
This would be cool to have for a monophonic soloing lead.
2 - When in unison mode, can we set the detune pot to control the amount of spread between the voices?
This would allow for controlling the amount of spread and make it gentler in some cases.
Not sure if this has been asked before.
Also, if you point me to the correct files I can go and give it a try implementing it myself. I see the code is very modular, so for the pitchbend would be just a matter of appending an extra value to the patches (so it doesn't break compatibility) and adding option to the menu I guess.
I will try also adding my own waveforms just for the fun of it. I wonder how complicated it would be to add sync. (gotta deal with the band limiting)
Nice synth. I am happy I got it.
Beta Was this translation helpful? Give feedback.
All reactions