com.github.dakusui.symfonion
Class MidiCompiler.CompilerContext

java.lang.Object
  extended by com.github.dakusui.symfonion.MidiCompiler.CompilerContext
Enclosing class:
MidiCompiler

public static class MidiCompiler.CompilerContext
extends Object


Constructor Summary
MidiCompiler.CompilerContext(Track track, int channel, Pattern.Parameters params, long position, long strokeLengthInTicks, int grooveAccent)
           
 
Method Summary
 int getChannel()
           
 int getGrooveAccent()
           
 Pattern.Parameters getParams()
           
 long getPosition()
           
 long getStrokeLengthInTicks()
           
 Track getTrack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidiCompiler.CompilerContext

public MidiCompiler.CompilerContext(Track track,
                                    int channel,
                                    Pattern.Parameters params,
                                    long position,
                                    long strokeLengthInTicks,
                                    int grooveAccent)
Method Detail

getTrack

public Track getTrack()

getChannel

public int getChannel()

getParams

public Pattern.Parameters getParams()

getPosition

public long getPosition()

getGrooveAccent

public int getGrooveAccent()

getStrokeLengthInTicks

public long getStrokeLengthInTicks()


Copyright © 2013. All Rights Reserved.