Package org.qmul.eecs.c4dm.sia.midi
Class MidiParser
- java.lang.Object
-
- org.qmul.eecs.c4dm.sia.midi.MidiParser
-
public class MidiParser extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field and Description static int
CHANNEL_DIMENSION
static int
PITCH_DIMENSION
static int
TIME_DIMENSION
-
Constructor Summary
Constructors Constructor and Description MidiParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static void
main(java.lang.String[] args)
void
midiToRdf(int maxDatapoints, java.lang.String midiFileName)
-
-
-
Field Detail
-
CHANNEL_DIMENSION
public static final int CHANNEL_DIMENSION
- See Also:
- Constant Field Values
-
PITCH_DIMENSION
public static final int PITCH_DIMENSION
- See Also:
- Constant Field Values
-
TIME_DIMENSION
public static final int TIME_DIMENSION
- See Also:
- Constant Field Values
-
-