com.frinika.simphoney
Class SimphoneyRecordManager

java.lang.Object
  extended by com.frinika.project.RecordingManager
      extended by com.frinika.simphoney.SimphoneyRecordManager
All Implemented Interfaces:
MidiMessageListener, SequencerListener, SongPositionListener

public class SimphoneyRecordManager
extends RecordingManager

Author:
pjl

Nested Class Summary
 
Nested classes/interfaces inherited from class com.frinika.project.RecordingManager
RecordingManager.Event, RecordingManager.Stack
 
Field Summary
 
Fields inherited from class com.frinika.project.RecordingManager
currentRecordingTake, pendingNoteEvents, project, sequencer, stack
 
Constructor Summary
SimphoneyRecordManager(ProjectFrame frame)
           
 
Method Summary
 uk.org.toot.control.BooleanControl getLoopMarkerControl()
           
 void notifyTickPosition(long tick)
          Do the processing on a low priority Tick notification thread
 
Methods inherited from class com.frinika.project.RecordingManager
addEventToRecordingTracks, beforeStart, midiMessage, requiresNotificationOnEachTick, reset, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimphoneyRecordManager

public SimphoneyRecordManager(ProjectFrame frame)
Method Detail

getLoopMarkerControl

public uk.org.toot.control.BooleanControl getLoopMarkerControl()

notifyTickPosition

public void notifyTickPosition(long tick)
Do the processing on a low priority Tick notification thread

Specified by:
notifyTickPosition in interface SongPositionListener
Overrides:
notifyTickPosition in class RecordingManager
Parameters:
tick -