Giter Site home page Giter Site logo

markwheeler / midi-mixer-one Goto Github PK

View Code? Open in Web Editor NEW
57.0 57.0 3.0 4.46 MB

MIDI Mixer One is a mixer-style MIDI controller built around Teensy. Includes hardware designs, firmware and a web config tool.

License: Other

C++ 25.42% C 1.11% Python 11.84% CSS 3.04% HTML 3.96% JavaScript 54.63%
arduino firmware hardware midi midi-controller teensy

midi-mixer-one's People

Contributors

markwheeler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

midi-mixer-one's Issues

Idea: allow for an “Alt" key to make 3 or 4 layers of switch values

hi 👋

I’m using midi-mixer-one with the 1010 Bluebox. I have 8 mixer channels assigned to the 8 columns of pots. I’d also like to be able to use 8 of the switches in 4 different “layers”. Allowing for one of the switches to act as an “Alt” key, in addition to the Shift key, would mean that 8 of the 10 remaining keys could easy map to each column of pots for things like Mute/Solo/Rec.

For example: key1 sends a CC that arms track 1 for rec, shift+key1 sends a CC that mutes track 1, alt+key1 sends a CC that solos track 1. Alt+Shift+key1 could also allow for a 4th layer and 40 total CC’s that could be sent via the switches. Or the Alt+Shift combo could be the “Send All CCs” command, for a total of 30 CC’s + Send All CC's

I forked the repo and started to code this, but quickly ran into an out of bounds error when trying to add the extra arrays for switchAltValues and switchAltShiftValues in serialize() and realized that I a) may have added more data than can be serialized, and b) don’t know jack squat about serializing MIDI data 😁

so before I go down a dark rabbit hole of trying to understand how MIDI data is sent over the wire, does this even sound possible? If so, does it sound like a worthwhile addition to the firmware? If so, I’m happy to contribute a PR adding the logic in the arduino code and necessary forms on the web-config tool. However, I may need some guidance on the un/serialize piece.

jason

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.