Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cemolcay/midieventkit
MIDI data structures for Swift. Send MIDI events in human language.
https://github.com/cemolcay/midieventkit
audiokit coremidi midi midi-events swift
Last synced: 3 months ago
JSON representation
MIDI data structures for Swift. Send MIDI events in human language.
- Host: GitHub
- URL: https://github.com/cemolcay/midieventkit
- Owner: cemolcay
- License: mit
- Created: 2018-03-07T18:37:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T19:46:06.000Z (almost 6 years ago)
- Last Synced: 2024-10-15T14:02:15.871Z (3 months ago)
- Topics: audiokit, coremidi, midi, midi-events, swift
- Language: Swift
- Homepage:
- Size: 12.8 MB
- Stars: 33
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MIDIEventKit
===
MIDI data structures for Swift. Send MIDI events in human language.Requirements
----
* Swift 4.0+
* iOS 8.0+
* macOS 11.0+Install
----
```
pod 'MIDIEventKit'
```Usage
----
Send or receive `MIDIPacket`s or `MIDIPacketList`s from `CoreMIDI` or [AudioKit](github.com/AudioKit/AudioKit)'s `AKMIDI` easily with MIDIEventKit data structures.Documentation
----You can find documentation on [here](http://cemolcay.github.io/MIDIEventKit).
App Store
----This library has battle tested within my apps on App Store. Check them out!
* [ArpBud](https://itunes.apple.com/us/app/arpbud-midi-sequencer-more/id1349342326?mt=8) (iOS, AU)
* [ScaleBud](https://itunes.apple.com/us/app/scalebud-auv3-midi-keyboard/id1409125865?mt=8) (iOS, AUv3)
* [StepBud](https://itunes.apple.com/us/app/stepbud-auv3-midi-sequencer/id1453104408?mt=8) (iOS, AUv3)