Git Product home page Git Product logo

miditouchpad's Introduction

What this does: Lets you use your mac's trackpad as a midi controller.

Getting started

  1. Install requirements with pip install -r requirements.txt
  2. Open up GarageBand or Logic with a Software Instrument track
  3. cd miditouchpad and then run python play.py and drag your finger along the trackpad

Options

The default MidiPad maps the x-position on your trackpad to notes, and the y-position to velocity (loudness). It also has a few options for specifying exactly which notes are played:

  • Play notes in D major: python play.py --notes D
  • Play notes in F# minor: python play.py --notes f#
  • Change which octaves are included: python play.py --octaves 4
  • Change the latency: python play.py --latency 0.3

miditouchpad's People

Contributors

mobeets avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

egiacalone

miditouchpad's Issues

set up so that user only provides MidiPad object

have it set up so that user just needs to provide his own MidiPad object that specifies things like what to map to what, how to end notes, etc.

first see if you can directly bind a callback to M.update(), for example

figure out how to end notes

currently we check if the same note was playing previously but isn't anymore

  • should do this more generally
  • and also maybe better!

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.