MIDISequencer Versions Save

MIDI Sequencer that sends MIDI events to other apps.

0.0.6

4 years ago

0.0.5

5 years ago

Updated to Swift 4.1

0.0.4

6 years ago

Added MIDISequencerDuration enum to sequencer.

  • You can set duration with bar counts duration = .bars(4)
  • With step counts duration = .steps(16)
  • Or auto, the longest track's duration, which is default option. duration = .auto

0.0.3

6 years ago

Updated to Swift 4.0 with pod dependencies. Tracks limited to 16. Added mute/solo function to tracks. Renamed MIDISequencerStepVelocity to MIDISequencerVelocity MIDISequencerTrack's made Codable

0.0.2

6 years ago

Now you can arpeggiate notes in any chord or scale with any range of octaves. Just create an MIDISequencerArpeggiator with an MIDISequencerArpeggio arpeggio style (up, down, updown or random) and add its steps to your track!

0.0.1

6 years ago
  • Swift 3.0+
  • iOS 9.0+
  • macOS 10.11+