Replies: 5 comments 4 replies
-
Wow, if they could be used with a Disting EX eurorack module, for example...look very useful and cheap. |
Beta Was this translation helpful? Give feedback.
-
Funnily enough, I've just written about using the pot one as a MIDI controller by having it plugged into a XIAO., https://diyelectromusic.wordpress.com/2023/04/12/xiao-samd21-arduino-and-midi-part-7/ I plan to do the encoder one next, but am not quite sure how to map it onto MIDI CCs. What do people tend to do with encoders that might be useful? Kevin |
Beta Was this translation helpful? Give feedback.
-
Here is rough-hewn home made prototype, based on a Raspberry Pico. I haven't tried it with MiniDexed yet. The joystick is mapped to the standard midi ccs for pitchbend and mod wheel; the rotary encoders and faders are mapped to unallocated ccs. I use it with soft synths that have a midi learn function.
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Kevin ***@***.***>
Sent: Thursday, April 13, 2023 11:37:28 AM
To: probonopd/MiniDexed ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [probonopd/MiniDexed] Interesting - encoder and potentiometer modules that may be useful with MiniDexed (Discussion #477)
Funnily enough, I've just written about using the pot one as a MIDI controller by having it plugged into a XIAO.,
https://diyelectromusic.wordpress.com/2023/04/12/xiao-samd21-arduino-and-midi-part-7/
I plan to do the encoder one next, but am not quite sure how to map it onto MIDI CCs. What do people tend to do with encoders that might be useful?
Kevin
—
Reply to this email directly, view it on GitHub<#477 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AYZGK6KHQNYQH4LFO7ORXU3XA7JORANCNFSM6AAAAAAW4T4G3E>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I struggled with the encoders for a while. It's easy to limit the sent value to the range 1 to 127, but the encoder tends to 'wind on up' (or down) if you keep turning it.
It's a bit like driving a car, and the steering wheel keeps turning even after you reach full lock! However it is possible to code them to behave like a pot.
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Kevin ***@***.***>
Sent: Thursday, April 13, 2023 6:41:59 PM
To: probonopd/MiniDexed ***@***.***>
Cc: ImaNottellinya ***@***.***>; Comment ***@***.***>
Subject: Re: [probonopd/MiniDexed] Interesting - encoder and potentiometer modules that may be useful with MiniDexed (Discussion #477)
I'm never quite sure with encoders and CCs. pots make perfect sense, a definite start/end point mapped onto 0..127, but a continuous encoder, I'm not really sure about. I've mapped encoders to the same range but with wrap around, which made sense to me :)
Kevin
—
Reply to this email directly, view it on GitHub<#477 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AYZGK6PYOHHCOVAIQGNUVJTXBA3GPANCNFSM6AAAAAAW4T4G3E>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I found these things. They may be useful for controlling all kind of DIY synths instead of connecting discrete encoders.
8 encoders or 8 potentiometers, with a controller, communicating via i2c.
https://shop.m5stack.com/products/8-encoder-unit-stm32f030?variant=43585053851905
https://shop.m5stack.com/collections/m5stack-new-arrival/products/8-angle-unit-with-potentiometer
Beta Was this translation helpful? Give feedback.
All reactions