com.softsynth.jmsl.score.util
Class RawJScoreFilePrintingListener

java.lang.Object
  extended by com.softsynth.jmsl.score.util.RawJScoreFilePrintingListener
All Implemented Interfaces:
RawJScoreFileListener

public class RawJScoreFilePrintingListener
extends java.lang.Object
implements RawJScoreFileListener


Constructor Summary
RawJScoreFilePrintingListener()
           
 
Method Summary
 void handleClef(int measureNumber, int staffNumber, java.lang.String clef)
           
 void handleInterval(int measure, int track, double dur, int pitch, double vel, boolean tiedOut, boolean beamedOut, int noteStyle)
           
 void handleMaxVel(double maxVel)
           
 void handleMeasure(int measureNumber, int numerator, int denominator)
           
 void handleNote(int measure, int track, double dur, int pitch, double vel, boolean tiedOut, boolean beamedOut, int noteStyle)
           
 void handleNumStaffs(int numStaffs)
           
 void handleTempo(int measure, int bpm)
           
 void handleTicksPerQuarter(double ticksPerQtr)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawJScoreFilePrintingListener

public RawJScoreFilePrintingListener()
Method Detail

handleMeasure

public void handleMeasure(int measureNumber,
                          int numerator,
                          int denominator)
Specified by:
handleMeasure in interface RawJScoreFileListener

handleNote

public void handleNote(int measure,
                       int track,
                       double dur,
                       int pitch,
                       double vel,
                       boolean tiedOut,
                       boolean beamedOut,
                       int noteStyle)
Specified by:
handleNote in interface RawJScoreFileListener

handleInterval

public void handleInterval(int measure,
                           int track,
                           double dur,
                           int pitch,
                           double vel,
                           boolean tiedOut,
                           boolean beamedOut,
                           int noteStyle)
Specified by:
handleInterval in interface RawJScoreFileListener

handleTempo

public void handleTempo(int measure,
                        int bpm)
Specified by:
handleTempo in interface RawJScoreFileListener

handleTicksPerQuarter

public void handleTicksPerQuarter(double ticksPerQtr)
Specified by:
handleTicksPerQuarter in interface RawJScoreFileListener

handleMaxVel

public void handleMaxVel(double maxVel)
Specified by:
handleMaxVel in interface RawJScoreFileListener

handleClef

public void handleClef(int measureNumber,
                       int staffNumber,
                       java.lang.String clef)
Specified by:
handleClef in interface RawJScoreFileListener

handleNumStaffs

public void handleNumStaffs(int numStaffs)
Specified by:
handleNumStaffs in interface RawJScoreFileListener

main

public static void main(java.lang.String[] args)