Code Monkey home page Code Monkey logo

fifteenstep's Introduction

FifteenStep

The goal of this library is to create a general purpose sequencer that can be used with anything that can handle MIDI info. The library provides a way for you to define callbacks that will be called whenever MIDI data needs to be handled. This allows you to send MIDI data over standard MIDI cables, through USB MIDI, or even use the MIDI data from the sequencer to generate sound using some other form of synthesis.

Features

  • The length of the loop and the amount of polyphony are based on how much memory you allocate to the sequencer
  • Polyphony is global. You could use all of it on the first step, or evenly distribute notes over each step in the loop
  • You can define your own callback that will be called on every position change. This can be used to make a simple UI.
  • Quantization
  • Tempo can be changed on the fly
  • The loop point can be changed on the fly
  • Shuffle can be added or subtracted on the fly
  • MIDI channel can be set for each note, so you can use the sequencer with multiple instruments on different channels
  • Start, stop, and pause the sequencer
  • MIDI clock out
  • MIDI song position out

Contributing

We would love to include your enhancements or bug fixes! In lieu of a formal styleguide, please take care to maintain the existing coding style. Please test your code before sending a pull request. It would be very helpful if you include a detailed explination of your changes in the pull request.

License

Copyright (c) 2015 Adafruit Industries. Licensed under the GPL v3 license.

fifteenstep's People

Contributors

ladyada avatar per1234 avatar tdicola avatar toddtreece avatar

Watchers

 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.