home *** CD-ROM | disk | FTP | other *** search
- MiscSoundTracker = {
- ACTIONS = {
- sendRight:;
- sendPercent:;
- sendDeemphasis:;
- stop:;
- sendMonoPeak:;
- sendMono:;
- setMuteTo:;
- run:;
- sendRightPeak:;
- sendMute:;
- sendLeft:;
- setVolumeTo:;
- sendSamples:;
- sendSeconds:;
- sendRatio:;
- sendLeftPeak:;
- setDeemphasisTo:;
- };
- OUTLETS = {
- sound;
- target;
- };
- SUPERCLASS = Object;
- };
- MiscVolumeLight = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = MiscVolumeMeter;
- };
- MiscTapper = {
- ACTIONS = {
- suspend:;
- resume:;
- };
- OUTLETS = {
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MiscVolumeMeter = {
- ACTIONS = {
- windowWillClose:;
- meterDidUpdate:;
- setStereo:;
- stop:;
- setToInput:;
- setToOutput:;
- windowDidMiniaturize:;
- run:;
- meterWillUpdateOnOwn:;
- meterWillUpdate:;
- setMono:;
- windowDidBecomeMain:;
- windowDidDeminiaturize:;
- windowDidBecomeKey:;
- };
- OUTLETS = {
- delegate;
- sound;
- };
- SUPERCLASS = View;
- };
- MiscSoundPalette = {
- ACTIONS = {
- };
- OUTLETS = {
- tapper;
- tracker;
- tapperButton;
- trackerButton;
- };
- SUPERCLASS = IBPalette;
- };
-