AudioKit / AudioKitUI

Controls and Visualization for AudioKit apps
MIT License
187 stars 52 forks source link

Create MIDITrackViewModel #49

Closed emurray2 closed 2 years ago

emurray2 commented 2 years ago

Addresses the topic of #46

  1. Create MIDITrackViewModel - responsible for the sequencer and playing the track, created once and injected into the View's environment
  2. Create NotesModel - populated with a noteMap
  3. Create NoteView - behaves like the old UIView for the notes
  4. Start migrating things to be SwiftUI friendly. Would like to avoid UIKit if at all possible