blob: 729ecaaddc1fa3fe68d164c69bb2a2adf6fdd2ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 2012.04.24
- Music Library
- Python web service
* input(movie_audio, song, params{cowbell, etc.})
* Write new song file with modifications
- Networking on iOS
1. Send a file
2. We respond with the fixed-up file
# 2012.05.08
* Interface (Teddy)
v Get new interface set up in Interface Builder
v Video popup should disappear when a video is selected
v Local mixing should happen when a song is selected
* Create better buttons from 'demo' stuff
v Instructional NO-CONTENT view
v show when no video selected
v when video selected: hide; show player view
v write up text
* 3. button (Teddy)
v (3.) Put the whole button in parentheses to show that it's optional.
v Make 3. button the Internet Tune-up button (and remove current Internet Tune-up button)
v Put a label on 3. button that shows status of internet requests (like the current RoundRect internet button's changing label text)
* Export button
* Style the 'Saved!' label
* Add activity indicator to the button so we know something's going on and it's going to take a bit (could this eventually be done with a progress bar?)
|