AudioKit / Cookbook

Canonical Examples for Using the AudioKit Framework
MIT License
639 stars 103 forks source link

Feature Request: MultiSegmentPlayer Recipe #70

Closed ShowtimeSoft closed 2 years ago

ShowtimeSoft commented 2 years ago

The new MultiSegmentPlayer seems cool; it would be nice with recipe on that one

aure commented 2 years ago

Agreed!

Matt54 commented 2 years ago

Sorry I'm slacking! Will try to get around to this soon. I'll have to think of a simple "track with segments" view to represent this

ShowtimeSoft commented 2 years ago

I made very small demonstration "Section Player". It features 4 sections that can be played back in random order. I did not use the MultiSegmentPlayer for this, because I couldn't grasp how it worked, but I'm sure you can use my player as an inspiration to show the segments. You are welcome to use whatever from my source code, including the audio, which I did myself and therefore is free of any musical rights.

Compiled for macOS: SectionPlayer.zip

Source, Xcode 13.2.1 SectionPlayer Source.zip

image

Matt54 commented 2 years ago

Closing this is with addition of #86