Git Product home page Git Product logo

Comments (3)

mmckegg avatar mmckegg commented on July 20, 2024

@ryanramage You have identified the main reason that I haven't yet tried to add generic midi keyboard support to loop drop. Managing this sort of thing is quite tricky right now.

For the Launch Control XL, I have a special button that switches between global and the current setup. See https://github.com/mmckegg/loop-drop-app/blob/master/nodes/mixer-launch-control-xl/object.js#L249 and https://github.com/mmckegg/loop-drop-app/blob/master/nodes/global-launch-control-xl/object.js#L212. This works when you have a controller that you only want to use for one thing at a time.

But in your case, you want to overlay global controls over a loop grid. One way would be to not use a global controller at all, and just do it directly in the Loop Grid. There is no reason why a loop grid can't control tempo, etc. I think a lot of the code that is in global controller will also "just work" directly in a setup. It should also be able to add params.

The other option would be to bypass the lib/midi-port code and use var MidiStream = require('web-midi') directly. This will ensure that a controller always has the midi connection, but it would make it less modular.

from loop-drop-app.

ryanramage avatar ryanramage commented on July 20, 2024

Thanks. I will take your advice and try this today.

from loop-drop-app.

ryanramage avatar ryanramage commented on July 20, 2024

I just picked up an lunchpad today - so much better. Loving it.

from loop-drop-app.

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.