GithubHelp home page GithubHelp logo

drum-set-midi-controller's Introduction

MIDI channels of interest from drum machine:

  • const int drumKick = 36; // midi decimal for drum sound 1 (kick)

  • const int drumSnare = 38; // midi decimal for drum sound 2 (snare)

  • const int drumClosedHH = 42; // midi decimal for drum sound 3 (closed HH)

  • const int drumPedalHH = 44; // midi decimal for drum sound 4 (pedal HH)

  • const int drumOpenHH = 46; // midi decimal for drum sound 5 (open HH)

  • const int drumRide = 51; // midi decimal for drum sound 6 (ride)

  • const int drumCrash1 = 49; // midi decimal for drum sound 7 (crash 1)

  • const int drumCrash2 = 57; // midi decimal for drum sound 8 (crash 1)

  • const int drumTom1 = 50; // midi decimal for drum sound 9 (tom 1)

  • const int drumTom2 = 48; // midi decimal for drum sound 10 (tom 2)

  • const int drumTom3 = 45; // midi decimal for drum sound 11 (tom 3)

  • const int drumTom4 = 41; // midi decimal for drum sound 12 (tom 4)

  • const int drumCowBell = 56; // midi decimal for drum sound 13 (cow bell)

  • const int drumSideStick = 37; // midi decimal for drum sound 14 (side stick)

  • const int drumClap = 39; // midi decimal for drum sound 15 (clap)

Channel assignement when 16 channel PMW controller (I only use 8 channels: "0-7")

  • KickServo = 0;
  • SnareServo = 1;
  • RideServo = 2;
  • CrashServo = 3;
  • Tom1Servo = 4;
  • Tom2Servo = 5;
  • CowBellServo = 6;
  • SideStickServo = 7;

drum-set-midi-controller's People

Contributors

defwheezer avatar

Watchers

James Cloos avatar  avatar

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.