#import <SndStreamArchitectureView.h>
Public Member Functions | |
| (id) | - update: |
| NSTimer callback that forces a fresh of the view. | |
| (id) | - drawStreamClient:inRect: |
| To come. | |
| (id) | - drawMixerInRect: |
| To come. | |
| (id) | - drawStreamManagerInRect: |
| To come. | |
| (id) | - drawAudioProcessorChain:inRect: |
| To come. | |
| (id) | - drawRect:withColor: |
| To come. | |
| (void) | - mouseUp: |
| To come. | |
| (void) | - setDelegate: |
| To come. | |
| (id) | - delegate |
| To come. | |
| (id) | - currentlySelectedAudioArchObject |
| To come. | |
| (id) | - clearCurrentlySelectedAudioArchObject |
| Clears the currently selected audio architecture object to nil. | |
Protected Attributes | |
| NSTimer * | timer |
| NSMutableArray * | displayObjectsArray |
| NSMutableAttributedString * | msg |
| id | currentSndArchObject |
| NSLock * | objectArrayLock |
| id | delegate |
Shows the manager, mixer, clients and processors attached to each. User may click on any object to see their current description (updated every second). Object then becomes the currentObject, which triggers a message to an interested delegate which, for example, may wish to activate an editor for that object. An example of this behaviour may be found in SndAudioProcessorInspector.
| - (id) update: | (NSTimer *) | timer |
NSTimer callback that forces a fresh of the view.
To come
| timer |
| - (id) drawStreamClient: | (SndStreamClient *) | client | ||
| inRect: | (NSRect) | rect | ||
To come.
For internal use only
| client | ||
| rect |
| - (id) drawMixerInRect: | (NSRect) | rect |
To come.
For internal use only
| rect |
| - (id) drawStreamManagerInRect: | (NSRect) | rect |
To come.
For internal use only
| rect |
| - (id) drawAudioProcessorChain: | (SndAudioProcessorChain *) | apc | ||
| inRect: | (NSRect) | rect | ||
To come.
For internal use only
| apc | ||
| rect |
| - (id) drawRect: | (NSRect) | aRect | ||
| withColor: | (NSColor *) | aColor | ||
To come.
| aRect | ||
| aColor |
| - (void) mouseUp: | (NSEvent *) | theEvent |
To come.
| theEvent |
| - (void) setDelegate: | (id) | delegate |
To come.
| delegate |
| - (id) delegate |
To come.
| - (id) currentlySelectedAudioArchObject |
To come.
| - (id) clearCurrentlySelectedAudioArchObject |
Clears the currently selected audio architecture object to nil.
- (NSTimer*) timer [protected] |
- (NSMutableArray*) displayObjectsArray [protected] |
- (NSMutableAttributedString*) msg [protected] |
- (id) currentSndArchObject [protected] |
currentSndArchObject
- (NSLock*) objectArrayLock [protected] |
objectArrayLock
- (id) delegate [protected] |
1.5.6