public final class guidoelementinfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
kBar |
static int |
kEmpty |
static int |
kNote |
static int |
kPage |
static int |
kRepeatBegin |
static int |
kRepeatEnd |
static int |
kRest |
static int |
kStaff |
static int |
kSystem |
static int |
kSystemSlice |
int |
staffNum
the current staff number or 0 when na
|
int |
type
the event type (
kNote, kBar,... ) |
int |
voiceNum
the current voice number or 0 when na
|
Constructor and Description |
---|
guidoelementinfo() |
guidoelementinfo(int t,
int sn,
int vn) |
Modifier and Type | Method and Description |
---|---|
protected static void |
Init()
Internal jni initialization method.
|
public static final int kNote
public static final int kRest
public static final int kEmpty
public static final int kBar
public static final int kRepeatBegin
public static final int kRepeatEnd
public static final int kStaff
public static final int kSystemSlice
public static final int kSystem
public static final int kPage
public int type
kNote, kBar,...
)public int staffNum
public int voiceNum