home *** CD-ROM | disk | FTP | other *** search
- PowerGlove = {
- ACTIONS = {
- stopDSP:;
- startDSP:;
- };
- OUTLETS = {
- };
- SUPERCLASS = Object;
- };
- MyWindow = {
- SUPERCLASS = Window;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PGController = {
- ACTIONS = {
- showInfoPanel:;
- setSampleDelay:;
- appDidInit:;
- showPreferencesPanel:;
- };
- OUTLETS = {
- downButton;
- indexSlider;
- sampleDelayField;
- ringSlider;
- rightButton;
- upButton;
- selectButton;
- bButton;
- xField;
- infoPanel;
- rollField;
- powerGloveView;
- startButton;
- leftButton;
- thumbSlider;
- middleSlider;
- zField;
- preferencesPanel;
- powerGlove;
- yField;
- sampleDelaySlider;
- aButton;
- };
- SUPERCLASS = Object;
- };
- PowerGloveView = {
- OUTLETS = {
- powerGlove;
- xField;
- yField;
- zField;
- rollField;
- };
- SUPERCLASS = View;
- };
-