Velocity Sensitivity and other thoughts/discussion #5
Replies: 5 comments 4 replies
-
Another thing that i'm struggling with today is that while This part doesn't seem to do anything different other than name the parameter speed - it passes the byte parameter to Organ_SetLeslCtrl just the same as Organ_SetCtrl does.
So I guess I'm going to dig over in the library because maybe you are more focused on the pro version at the moment. All the same - super thanks as always for your time - shared libraries and example code. This is my re-education and I've learned a lot figuring my way through your code. These are listed in the ml_organ.h #define CTRL_PERC_SWITCH 0 which makes me wonder if somehow Rotary is not active and that is why I hear no change and somehow I have to turn it on using some option that I don't find or understand. |
Beta Was this translation helpful? Give feedback.
-
Ok - i see this is not being called In your test note section it was called and working ... She's keen to try it ... I'm scared it will be broken after transport. |
Beta Was this translation helpful? Give feedback.
-
Thats how slow I am that I didn't even look properly through all the files
and see your documentation in there. Thanks for patiently
revealing/explaining it.
I'm going through a whole process of understanding how the old hammond's
worked to help me with sound design in future. Love the sound
Regards
Michael
…On Fri, Jan 21, 2022 at 4:05 AM Marcel ***@***.***> wrote:
I've updated the description:
https://github.com/marcel-licence/ML_SynthTools/edit/main/extras/ml_organ.md
hope it helps a bit to clarify the usage.
—
Reply to this email directly, view it on GitHub
<#5 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALTDOQZQGD7IHUWPYNIDCEDUXB2IXANCNFSM5MLT4XTQ>
.
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&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
<marcel-licence/ml_synth_organ_example/repo-discussions/5/comments/2009927
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
I love it, great to play with. The percussion part that B3 have seems well
done. It seems you are aware of the various buttons for percussion. I've
found videos explains.
I tried percussion poly mode but I turned it off because chords were
triggering from just playing single bassline notes while holding. So this
is why I think Hammond doesn't retrigger percussion if any note is held.
I think building a bigger control surface is in order. What to do with
pitch wheel?
Regards
Michael
…On Sun, Jan 23, 2022, 04:47 Marcel ***@***.***> wrote:
I updated the documentation just some minutes after your request. It was
impossible to find ;-)
Yes that is an interesting topic. I also tried to understand the complete
process of how the hammond works.
—
Reply to this email directly, view it on GitHub
<#5 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALTDOQ36OCICEOZ4OCTFCF3UXMQVRANCNFSM5MLT4XTQ>
.
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&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
<marcel-licence/ml_synth_organ_example/repo-discussions/5/comments/2025080
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
Yes, that is what I mean ... some kind of creative way of reading pitch
bending wheel ... i'm thinking about how I can turn it into an effect thing
like - up means +something, down means -something but how to reset it?
Possibly just + adds reverb and - any amount is off switch.
Regards
Michael
…On Sun, Jan 23, 2022 at 3:34 PM Marcel ***@***.***> wrote:
Hi Michael,
thank you. Yes poly percussion is useless. If possible I want to add a
split for 3 manuals (upper, lower, bass). But it depends on the processing
power of the MCU.
Pitch wheel .. hm good question. Pitch bending is not possible. Hm maybe
controlling an effect, overdrive ... I have no idea at the moment.
—
Reply to this email directly, view it on GitHub
<#5 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALTDOQ6YK64Z7BAAPPVQ7UTUXO4RZANCNFSM5MLT4XTQ>
.
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&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
<marcel-licence/ml_synth_organ_example/repo-discussions/5/comments/2026546
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
I'm getting near to delivering this as a working music unit to a friend. Shipping it from Thailand to UK. I've never given anyone anything I made for real world use before and I've made a lot of things this past couple of years to learn. So i've seen my prototypes develop issues or have bugs. This one
There are 2 views (so far) on velocity sensitivity:
So that would be 2nd no but with possibilities to simulate something. Just wondering what you think
Next. My working box has 8 pots and the adc_modlue running with some merging code back into z_config.h, config.h and ml_synth_organ_example a few bits back into the Core0_setup and Core0_setup and then make sure mappings to midi control changes are there. So, my question is - can I put a branch into your git repository.
Beta Was this translation helpful? Give feedback.
All reactions