Closed JoshuaBThompson closed 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.
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 .
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.
You will have to update your audiokit to 3.5. as well ...
looks like my push is taking a while, it's not on github yet
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.