|
|
1.1 root 1: MySubclass = {
2: SUPERCLASS = Object;
3: };
4: FirstResponder = {
5: ACTIONS = {
6: };
7: SUPERCLASS = Object;
8: };
9: SoundController = {
10: ACTIONS = {
11: didRecord:;
12: willPlay:;
13: open:;
14: pause:;
15: hadError:;
16: didPlay:;
17: save:;
18: saveAs:;
19: stop:;
20: appDidBecomeActive:;
21: record:;
22: newSoundDoc:;
23: revertToSaved:;
24: appDidHide:;
25: willRecord:;
26: info:;
27: play:;
28: };
29: OUTLETS = {
30: meter;
31: myStringTable;
32: pauseButton;
33: controlPanel;
34: currentDocument;
35: playButton;
36: infoPanel;
37: recordButton;
38: stopButton;
39: };
40: SUPERCLASS = Object;
41: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.