|
@@ -51,7 +51,7 @@ export class PlaybackManager implements IPlaybackParametersListener {
|
|
private audioPlayer: IAudioPlayer<any>;
|
|
private audioPlayer: IAudioPlayer<any>;
|
|
private musicPartManager: MusicPartManager;
|
|
private musicPartManager: MusicPartManager;
|
|
private cursorIterator: MusicPartManagerIterator;
|
|
private cursorIterator: MusicPartManagerIterator;
|
|
- get Iterator(): MusicPartManagerIterator {
|
|
|
|
|
|
+ get CursorIterator(): MusicPartManagerIterator {
|
|
return this.cursorIterator;
|
|
return this.cursorIterator;
|
|
}
|
|
}
|
|
private playbackIterator: PlaybackIterator;
|
|
private playbackIterator: PlaybackIterator;
|