Changeset 0caeed7 in orbit
- Timestamp:
- 03/20/13 00:32:08 (9 years ago)
- Branches:
- master, RawEEG, Raw_EEG_Plot, Servo, Tab_Interface, pyramid
- Children:
- a9059a5
- Parents:
- c298bcb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
iOS/Orbit/Orbit/ViewController.m
r067ea71 r0caeed7 233 233 } else { 234 234 [audioPlayer stop]; 235 [self prepareAudio]; 236 235 237 } 236 238 } … … 255 257 if (audioPlayer != NULL && [audioPlayer isPlaying]) { 256 258 [audioPlayer stop]; 259 [self prepareAudio]; 257 260 } 258 261 [self logMessage:@"Demo stopped"]; … … 326 329 [self resetOutputToZero]; 327 330 [audioPlayer stop]; 331 [self prepareAudio]; 328 332 329 333 }
Note: See TracChangeset
for help on using the changeset viewer.