Coder Social home page Coder Social logo

Comments (6)

tttapa avatar tttapa commented on June 14, 2024

Just out of curiosity, what do you plan on using it for?

from midi_controller.

rapiertg avatar rapiertg commented on June 14, 2024

I am using my midi board as a Lightroom controller. Sometimes, when I want to adjust some setting a lot, I have to make plenty of encoder rotation. When it could detect the speed of turning and adapt the value it sends, it would help to make it faster. For example fast turn to add a lot of contrast and then slow down to fine tune it.

from midi_controller.

tttapa avatar tttapa commented on June 14, 2024

You can extend the library yourself by inheriting from MIDI_Control_Element. Take a look here: https://github.com/tttapa/MIDI_controller/wiki/Custom-MIDI-controls and at the source of the RotaryEncoder class: https://github.com/tttapa/MIDI_controller/blob/90b8796f8365faf28bcfa15eab8f70336d9381d6/src/MIDI_Outputs/RotaryEncoder.h
https://github.com/tttapa/MIDI_controller/blob/master/src/MIDI_Outputs/RotaryEncoder.cpp

If you're happy with the result, feel free to open a Pull Request.

from midi_controller.

DH1KLM avatar DH1KLM commented on June 14, 2024

Sounds like a great idea, the faster I spin the encoder, the greater the step size changes.
Would also be for me a nice and useful addition.
I'm curious if anyone can build this function.

from midi_controller.

DH1KLM avatar DH1KLM commented on June 14, 2024

I wanted to ask if there is already a development in this direction.

I found that https://github.com/craftycoder/arduino-rotary-encoder-with-velocity. I think that is the desired function.
Is it possible to build this for MIDI as well?

from midi_controller.

cferrarini avatar cferrarini commented on June 14, 2024

I Stumbled upon several reviews on comercial midi controllers, and the general frustration is that recent controllers have encoders intead of pots, but, although working with many relative modes, most of professional pligins available were not made to support relative encoders. The solution that Arturia made in Minilab controller, is the option of absolute messages besides the relative modes. Even their pugins do not support relative modes. The downside ob absolute mode is that the virtual knob jumps to the position as soon as you strt moving the pot, when the relative encoder just adds or diminishes the current value. So an usefull implementation would be to add one more mode option on encoders, an absolute value emulation...
Other thing that would be very wellcome is the support for pcf8574/5 addressable i2c port expander. It only uses 2 arduino ports and you can daisy chain up to 8 chips and obtain up to 64 or 128 free ports! That would be wonderfull! I2c Even permits that the other ships may be at a certain wire length distant from the board. Thanks!

from midi_controller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.