Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 435 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 435 Bytes

MIDISequencerAUv3

A great start point for the making AUv3 MIDI sequencer apps.

Key Concepts

  • Swift/Storyboard for UI
  • Objective-C for Audio Unit
  • C++ for DSP (MIDI Sequencing)
  • TAAE for main/audio thread value passing.
  • std::vector for dealing with custom c-struct arrays. (MIDI Sequencer Steps Data Source)
  • Factory and custom presets.
  • AU Parameters