Playlist Generator
1.0
|
#import <AnalyseViewController.h>
This view controller contains the UI elements shown whilst the application tries to identify the piece of music.
- (NSString *) convertNumberToKey: | (NSString *) | inputKey |
- (NSString *) convertnumberToMode: | (NSString *) | inputMode |
- (void) getAnalysisDataOf: | (NSString *) | data |
- (NSString *) getEchoprintCode |
- (void) getTrackData |
- (void) goButtonPressed: | (id) | sender |
- (void) showHUD |
- (IBOutlet UIView*) analyseView [protected] |
- (AnalysisConnection*) analysisConnection [protected] |
An AnalysisConnection to send the echoprint code to.
- (IBOutlet UITextField*) artistField [protected] |
- (NSString*) danceability [protected] |
- (IBOutlet UISlider*) danceSlider [protected] |
- (EchonestAnalyseConnection*) echonestUpload [protected] |
- (IBOutlet UISlider*) energySlider [protected] |
- (IBOutlet UIButton*) goButton [protected] |
- (MBProgressHUD*) HUD [protected] |
The MBProgressHUD where the HUD is stored
- (IBOutlet UIView*) identifyView [protected] |
- (IBOutlet UIButton*) keyButton [protected] |
- (NSMutableData*) receivedData [protected] |
- (SongProfileConnection*) songProfileConnection [protected] |
- (IBOutlet UISlider*) tempoSlider [protected] |
- (IBOutlet UIButton*) timeButton [protected] |
- (NSString*) timeSignature [protected] |
- (NSString*) trackArtist [protected] |
- (IBOutlet UITextField*) trackField [protected] |
- (NSString*) trackTitle [protected] |
- (UITextField*) artistField [read, write, retain] |
- (NSURL *) recordingURL [read, write, retain] |
NSURL Where the recording is stored
- (UITextField*) trackField [read, write, retain] |