guyewhite / midiScalerForArduino

An ideal starting point for creating a midi improviser, arp, or scaler on Arduino Microcontrollers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build License GitHub release

midiScaler for Arduino

A useful starting point for playing scales on Arduino micro-controller-based midi devices.

Features

  • Produces midi scales based upon a root number. Intended for Arduino.
  • An ideal starting point for creating a midi improviser, arp, or scaler.

Getting Started

Upload the sketch to your Arduino. Have fun!

Contact

To tell me about a bug, figure out how to use this thing, or ask for help, please create an issue.

License

GNU General Public License v3.0 (GNU GPLv3)

Copyright (c) 2020 Guy E. White. All rights reserved.

Produces midi scales based upon a root number. Intended for Arduino. An ideal starting point for creating a midi improviser, arp, or scaler.

Provided and distributed by Triumphant Heart International, Inc. Happy Valley, Oregon, USA, under GNU General Public License v3.0 (GNU GPLv3)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. We specifically disclaim any and all liability for any errors or omissions. See the attached GNU General Public License for more details.

You should have received a copy of the GNU General Public License, version 3, along with this program. If not, see https://www.gnu.org/licenses/.

About

An ideal starting point for creating a midi improviser, arp, or scaler on Arduino Microcontrollers.

License:GNU General Public License v3.0


Languages

Language:C 50.9%Language:C++ 49.1%