JoshuaBThompson / WristBand

WristBand Music Device
0 stars 0 forks source link

Develop saved songs list and popup #84

Closed JoshuaBThompson closed 7 years ago

JoshuaBThompson commented 7 years ago

Need to show user currently saved songs in a list / table view popup. They should be able to select the saved song and have the app load that song.

JoshuaBThompson commented 7 years ago

Basic prototype save songs view working. Run the saveData branch and click on the 'Songs' button in the upper left corner of the UI. It will take you to a list of previously saved songs. Click select and then move back to the main page to play the song. You can also add more beats to previously saved songs and save those as well.

Alex-L-Crane commented 7 years ago

I tried to check this out but the Audiokit won't run my version of swift

On Wed, Nov 30, 2016 at 9:18 AM, JoshuaBThompson notifications@github.com wrote:

Basic prototoype save songs view working. Run the saveData branch and click on the 'Songs' button in the upper left corner of the UI. It will take you to a list of previously saved songs. Click select and then move back to the main page to play the song. You can also add more beats to previously saved songs and save those as well.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JoshuaBThompson/WristBand/issues/84#issuecomment-263935088, or mute the thread https://github.com/notifications/unsubscribe-auth/AL2NtAAKl1QqGAcJHByrcisW30dfhRvjks5rDa_fgaJpZM4K2pRE .

JoshuaBThompson commented 7 years ago

Pushed the latest code to saveData branch. It's now using audioKit 3.5. We'll have to keep some kind of lock on what audiokit version we are using. Let's just keep it at 3.5 for now. Don't update your audiokit and I wont either.

JoshuaBThompson commented 7 years ago

You will have to update your audiokit to 3.5. as well ...

JoshuaBThompson commented 7 years ago

looks like my push is taking a while, it's not on github yet