home *** CD-ROM | disk | FTP | other *** search
- ReverseSound = {
- ACTIONS = {
- reverseCurrentSound:;
- };
- OUTLETS = {
- };
- SUPERCLASS = Object;
- };
- EnvelopeView = {
- ACTIONS = {
- sendAction:;
- };
- OUTLETS = {
- toPointYText;
- toPointText;
- delegate;
- toPointsText;
- toPointXText;
- };
- SUPERCLASS = Control;
- };
- SoundController = {
- ACTIONS = {
- newDocument:;
- open:;
- };
- OUTLETS = {
- editCell;
- saveCell;
- eraseCell;
- addPanel;
- addForm;
- miniaturizeCell;
- deleteCell;
- copyCell;
- cutCell;
- revertToSavedCell;
- addSilenceCell;
- closeCell;
- saveAsCell;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- revert:;
- reverse:;
- sizeToSelection:;
- echo:;
- showEchoPanel:;
- save:;
- erase:;
- load:;
- showEnvelopePanel:;
- saveAs:;
- };
- SUPERCLASS = Object;
- };
- EdsndApp = {
- ACTIONS = {
- open:;
- newDocument:;
- menuUpdate:;
- hide:;
- showSpectrum:;
- stopwatchWillStart:;
- showFFT:;
- appDidInit:;
- createEcho:;
- showEnvelopePanel:;
- createEnvelope:;
- stopwatch:;
- showEchoPanel:;
- terminate:;
- stopwatchDidStop:;
- };
- OUTLETS = {
- FFTObj;
- EnvObj;
- toEnvelopePanel;
- toEchoPanel;
- watch;
- watchPanel;
- };
- SUPERCLASS = Application;
- };
- ROModTracker = {
- ACTIONS = {
- next:;
- takeStereoFrom:;
- setFromOpenPanel:;
- takeSRateFromTag:;
- toggleEcho:;
- previous:;
- takeEchoBufferSizeFrom:;
- stop:;
- takePlayModeFrom:;
- takeOversamplingFromTag:;
- takeOversamplingFrom:;
- start:;
- addFromOpenPanel:;
- takeSamplingRateFrom:;
- takeBuffersFrom:;
- takeMixFrom:;
- playFromOpenPanel:;
- pause:;
- };
- OUTLETS = {
- toProgress;
- };
- SUPERCLASS = Object;
- };
- FFT = {
- SUPERCLASS = Object;
- };
- FFTView = {
- ACTIONS = {
- advanceFrame:;
- };
- OUTLETS = {
- delegate;
- };
- SUPERCLASS = View;
- };
- UpPanel = {
- SUPERCLASS = Panel;
- };
-