com.github.dakusui.symfonion
Class MidiCompiler.CompilerContext
java.lang.Object
com.github.dakusui.symfonion.MidiCompiler.CompilerContext
- Enclosing class:
- MidiCompiler
public static class MidiCompiler.CompilerContext
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MidiCompiler.CompilerContext
public MidiCompiler.CompilerContext(Track track,
int channel,
Pattern.Parameters params,
long position,
long strokeLengthInTicks,
int grooveAccent)
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.