org.rubato.rubettes.bigbang.view.player
Class BigBangRecorder

java.lang.Object
  extended by java.lang.Thread
      extended by org.rubato.rubettes.bigbang.view.player.BigBangRecorder
All Implemented Interfaces:
java.lang.Runnable

public class BigBangRecorder
extends java.lang.Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
BigBangRecorder(BigBangView view, BigBangPlayer player, BigBangController controller)
           
 
Method Summary
 boolean isRecording()
           
 void pressMidiKey(int channel, int pitch, java.lang.Integer velocity)
           
 void releaseMidiKey(int channel, int pitch)
           
 void run()
           
 void startRecording()
           
 void stopRecording()
           
 void toggleRecordMode()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BigBangRecorder

public BigBangRecorder(BigBangView view,
                       BigBangPlayer player,
                       BigBangController controller)
Method Detail

isRecording

public boolean isRecording()

toggleRecordMode

public void toggleRecordMode()

startRecording

public void startRecording()

pressMidiKey

public void pressMidiKey(int channel,
                         int pitch,
                         java.lang.Integer velocity)
Parameters:
channel -
pitch -
velocity - can be null! is then replaced with standard value

releaseMidiKey

public void releaseMidiKey(int channel,
                           int pitch)

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

stopRecording

public void stopRecording()