Skip to content

Commit

Permalink
Merge pull request #133 from misteu/fix-issue-132-drum-sequencer-crash
Browse files Browse the repository at this point in the history
Fix Issue 132, crash when navigating back without stopping drum sequencer
  • Loading branch information
NickCulbertson authored Jul 9, 2023
2 parents 63dcaf6 + 0a720e6 commit c21697b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ struct DrumSequencerView: View {
conductor.start()
}
.onDisappear {
conductor.drums.destroyEndpoint()
conductor.stop()
}
}
Expand Down

0 comments on commit c21697b

Please sign in to comment.