forked from joshnishikawa/MIDIcontroller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.properties
More file actions
10 lines (10 loc) · 824 Bytes
/
library.properties
File metadata and controls
10 lines (10 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
name=MIDIcontroller
version=3.1.4
author=Josh Nishikawa <joshnishikawa@gmail.com>
maintainer=Josh Nishikawa <joshnishikawa@gmail.com>
sentence=A library for creating Teensy MIDI controllers.
paragraph=Includes easy to follow examples for implementing velocity sensitive FSR, Piezo or Capacitive Touch inputs - momentary, latch or trigger type MIDI buttons (also works with Cap Touch) - stable analog to MIDI conversion for potentiometers and other sensors - stable Capacitive Touch to MIDI conversion for expression control - support for encoders - Min/Max output can be set (or inverted) for all MIDI - Min/Max input can also be set for analog input (maintaining stability in conversion)
category=Sensors
url=https://github.com/joshnishikawa/MIDIcontroller
architectures=avr
depends=MIDI Library, Flicker, Bounce2, Encoder