Skip to content

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

License

Notifications You must be signed in to change notification settings

tengyifei/MIDISequencerAUv3

 
 

Repository files navigation

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 deailng with custom c-struct arrays. (MIDI Sequencer Steps Data Source)
  • Factory and custom presets.
  • AU Parameters

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 86.3%
  • Objective-C++ 8.5%
  • Swift 4.9%
  • Ruby 0.3%