"Analyze a user selected file, load a Sound to play the analysis and open a new file with that Sound." KymaSOSFileEditorView analyzeNonharmonicSpectrumOfSample: (SamplesFile canonicalNameFor: (HostDriverInterface getFileWithPrompt: 'Select the samples file to be analyzed:' fileTypes: (Array with: HostDriverInterface aiffFileType) ifCancel: [^ self]) ifAbsent: [^ self]) lowestAnalyzedFreq: #'above 1F (44 hz)' response: #bestTime forLooping: false.