Giter Club home page Giter Club logo

trinket's Introduction

Trinket

Trinket is MIDI performance software. It allows a musician to create and modify MIDI data in real time.

For more information see the wiki. [TODO]

Pipes

Most pipes take MIDI input from some pipe, do something to it, and output it to another pipe.

Some pipes generate MIDI data, so they don't have an input. Some pipes output MIDI data to a PortMidi port, so they don't have an output to any other pipe.

Input

Gets its input from a PortMidi port.

Output

Sends its input to a PortMidi output.

Fan

Copies its input to one or more pipes. This is the only pipe that has multiple outputs.

Transpose

If the incoming message is a note message (note on, note off, or polyphonic pressure), it transposes the note number by a specified amount.

All other messages are passed through unchanged.

Range

If the incoming message is a note message (note on, note off, or polyphonic pressure), it passes them through only if they are within the specified low and high notes. Note messages that are lower or higher are dropped.

All other messages are passed through unchanged.

Channel Remap

Remaps MIDI channels. Any channel can be remapped to another or filtered out.

Transform

Transforms one kind of MIDI message into another.

Clock

Has a BPM setting (beats per minute) and sends out a MIDI CLOCK message 24 times per beat.

Source Message Types

  • Note on value
  • Note on velocity
  • Controller
  • Program change
  • Channel pressure
  • Start, continue, stop

Destination Message Types

  • Controller
  • Program change
  • Channel pressure
  • Start, continue, stop

TODO: write about how the more odd mappings, like start -> controller, are handled.

To Do / Bugs

See the To Do list on the Wiki.

trinket's People

Contributors

jimm avatar

Stargazers

 avatar

Watchers

 avatar  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.