Briefing
Our project is called VoiceComposer, and it's intended to let users quickly record a melody they're thinking of onto their smartphone.
Scenario tasks
- Record a melody line.
- Change one of the notes in your melody.
- Add a harmony line.
- Export the song.
Prototype photos
| These photos are of the second version of our prototype. |
| If the user tried to use any Android functionality besides VoiceComposer, they got this screen. |
| This screen appears when VoiceComposer is first opened. (The a, d & d thing stands for our names.) We have a section that says "No saved songs", and below that a "+ Start new song," |
| Click "+Start new song." The menu bar at the top reads, from left to right, "Record, Play, To start | Undo, Redo | Save, Exit." |
| Say the user clicks blue to begin recording on the blue track. The square selection moves to blue, and the color of the timer line becomes blue. |
| After the user finishes singing (three notes here, the first two of the same pitch), he presses stop. The menu returns to the original menu, and now we have some notes on the track. |
| Our second task was to edit a note. Say the user taps on one of these notes to edit it. The note plays, the interface zooms into the note (the note stays the same color, and if there were other notes nearby, they would also be visible in this view) and a transparent overlay pops up with these options. You can manipulate the note by dragging it or extending and shortening it (dragging a note causes it to play all the notes it's dragged to.) |
| Say the user drags the note down, then exits the mode. The note now appears lower on the track. If the note were dragged below the track, the lines on the track would become more dense to accommodate the lower note. |
| Our third task was to have the users add a harmony line. Many users didn't realize what the different colored tracks were for until we got to this task. This was one of the tasks that changed a lot between our prototypes; you used to access a different screen and get whole new tracks to add harmonies on, but for this iteration, we wanted tracks to act like layers in Photoshop. |
| The completed piece. I don't think the green lines are actually supposed to overlap, though. |
| The user presses save, then exit. The song is now visible on the main screen, with its title, time of last edit, and options to rename, export, save as, and delete. |
Briefing
Our project is called VoiceComposer, and it's intended to let users quickly record a melody they're thinking of onto their smartphone.
Scenario tasks
...
Our fourth task, "Export," was considered done when users found the button. |
Observations
First design
- There should be time markings along the screen, probably in increments of five seconds in so, so users can tell how far they are in the song.
- The "cut track" button that used to be in the menu bar was confusing, and no one figured out what it meant.
- We needed to work on how best to represent multiple tracks that would play simultaneously, given the limited screen space.
- People didn't want to tap "main menu" to exit the editing mode, because they were afraid it would discard their changes. We needed either some indication that the app was saving automatically, or an explicit "save" button.
- There used to be a button with a picture of a piano on it, which would change the instrument used to play a track. One user thought that such a button ought to display an on-screen piano keyboard, so that users could enter notes without having to sing into the microphone.
- The main menu should have functionality to duplicate a song, or copy it to a different name.
- The feedback for editing individual notes, particularly the indication of which note was currently selected, needed improvement.
- One (more than one?) user tried to add a harmony line by using the touch screen to add new notes to the same track.
...