Morningstar-Engineering / MC8-MIDI-Controller

12 stars 3 forks source link

expression (scale) not working as I expected #7

Closed psweetie closed 3 years ago

psweetie commented 3 years ago

I had an expression preset programmed to output from 0 to 127 over full range of movement. Looking at the MIDI monitor it did exactly that. I replaced the message with an Expression (scaled) message with a scale of 10 and a min of 0 and max of 127. However the output on the monitor never fell below @60. When applied to a volume block in my HX Stomp it therefore never turned it off. From the curves in the manual I would expect it still to go to zero at heel down, just to change the curve itself?

tyzjames commented 3 years ago

Thanks for raising this. I thought it might be an issue with the sensitivity setting being low but I was able to get the proper range of values between 0-127 at all the different sensitivity setting. Can you check if your sensitivity is set to the highest, and that expression pedal is calibrated in the MC8?

psweetie commented 3 years ago

Expression pedal is calibrated and shows right values in every other application on the mc8 Sensitivity setting is default 3 in the settings page and haven’t fiddled with that as yet?

Regards Philip

@.**@.>

From: James Toh @.> Sent: 27 July 2021 16:20 To: Morningstar-Engineering/MC8-MIDI-Controller @.> Cc: Philip Sweetman @.>; Author @.> Subject: Re: [Morningstar-Engineering/MC8-MIDI-Controller] expression (scale) not working as I expected (#7)

Thanks for raising this. I thought it might be an issue with the sensitivity setting being low but I was able to get the proper range of values between 0-127 at all the different sensitivity setting. Can you check if your sensitivity is set to the highest, and that expression pedal is calibrated in the MC8?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Morningstar-Engineering/MC8-MIDI-Controller/issues/7#issuecomment-887603042, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACTC2DLEGUTCDUIDZAG6GLDTZ3FCLANCNFSM5A2MAC3Q.

psweetie commented 3 years ago

Sensititivity seems to make no difference. With no scale the expression pedal is fine and monitor show 0-127. With scale and scale factor set at at 10 it shows @40-127. As you reduce the scale the lower figure also gets lower but does not go to zero.

Have tried calibrating pedal several times and also makes no difference.

Going back to linear always resolves to 0-127

Regards Philip

@.**@.>

From: James Toh @.> Sent: 27 July 2021 16:20 To: Morningstar-Engineering/MC8-MIDI-Controller @.> Cc: Philip Sweetman @.>; Author @.> Subject: Re: [Morningstar-Engineering/MC8-MIDI-Controller] expression (scale) not working as I expected (#7)

Thanks for raising this. I thought it might be an issue with the sensitivity setting being low but I was able to get the proper range of values between 0-127 at all the different sensitivity setting. Can you check if your sensitivity is set to the highest, and that expression pedal is calibrated in the MC8?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Morningstar-Engineering/MC8-MIDI-Controller/issues/7#issuecomment-887603042, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACTC2DLEGUTCDUIDZAG6GLDTZ3FCLANCNFSM5A2MAC3Q.

tyzjames commented 3 years ago

Thanks for reporting this. I just checked it out and saw the issue. Have fixed it and it will be in the next release

psweetie commented 3 years ago

Looks like it now runs correctly form 0-127 James, thanks. Presumably the % expression will remain the same but the actual MIDI CC message output will be scaled?