Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create MIDITrackViewModel #49

Merged
merged 6 commits into from
Mar 8, 2022
Merged

Create MIDITrackViewModel #49

merged 6 commits into from
Mar 8, 2022

Conversation

emurray2
Copy link
Member

@emurray2 emurray2 commented Feb 28, 2022

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants