MusicKit
0.0.0
|
View showing the current layout of Snd streaming components (rudimentary) More...
#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. | |
(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 |
View showing the current layout of Snd streaming components (rudimentary)
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.
Clears the currently selected audio architecture object to nil.
Clears the currently selected audio architecture object to nil.
To come.
To come.
- (id) delegate |
To come.
- (id) delegate |
To come.
- (id) drawAudioProcessorChain: | (SndAudioProcessorChain *) | apc | |
inRect: | (NSRect) | rect | |
To come.
For internal use only
apc | |
rect |
- (id) drawAudioProcessorChain: | (SndAudioProcessorChain *) | apc | |
inRect: | (NSRect) | rect | |
To come.
For internal use only
apc | |
rect |
- (id) drawMixerInRect: | (NSRect) | rect |
To come.
For internal use only
rect |
- (id) drawMixerInRect: | (NSRect) | rect |
To come.
For internal use only
rect |
- (id) drawRect: | (NSRect) | aRect | |
withColor: | (NSColor *) | aColor | |
To come.
aRect | |
aColor |
- (id) drawRect: | (NSRect) | aRect | |
withColor: | (NSColor *) | aColor | |
To come.
aRect | |
aColor |
- (id) drawStreamClient: | (SndStreamClient *) | client | |
inRect: | (NSRect) | rect | |
To come.
For internal use only
client | |
rect |
- (id) drawStreamClient: | (SndStreamClient *) | client | |
inRect: | (NSRect) | rect | |
To come.
For internal use only
client | |
rect |
- (id) drawStreamManagerInRect: | (NSRect) | rect |
To come.
For internal use only
rect |
- (id) drawStreamManagerInRect: | (NSRect) | rect |
To come.
For internal use only
rect |
- (void) mouseUp: | (NSEvent *) | theEvent |
To come.
theEvent |
- (void) mouseUp: | (NSEvent *) | theEvent |
To come.
theEvent |
- (void) setDelegate: | (id) | delegate |
To come.
delegate |
- (void) setDelegate: | (id) | delegate |
To come.
delegate |
- (id) update: | (NSTimer *) | timer |
NSTimer callback that forces a fresh of the view.
To come
timer |
- (id) update: | (NSTimer *) | timer |
NSTimer callback that forces a fresh of the view.
To come
timer |
- (id) currentSndArchObject [protected] |
currentSndArchObject
- (id) delegate [protected] |
- (NSMutableArray *) displayObjectsArray [protected] |
- (NSMutableAttributedString *) msg [protected] |
- (NSLock *) objectArrayLock [protected] |
objectArrayLock
- (NSTimer *) timer [protected] |