org.rococoa.cocoa.quicktime
Class GCPart
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.quicktime.GCPart
- Direct Known Subclasses:
- GCPart.ByReference, GCPart.ByValue
public class GCPart
- extends com.ochafik.lang.jnaerator.runtime.Structure
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
hwInstrumentNumber
public NativeLong hwInstrumentNumber
controller
public short[] controller
volume
public NativeLong volume
polyphony
public NativeLong polyphony
midiChannel
public NativeLong midiChannel
id
public GCInstrumentData id
GCPart
public GCPart()
GCPart
public GCPart(NativeLong hwInstrumentNumber,
short[] controller,
NativeLong volume,
NativeLong polyphony,
NativeLong midiChannel,
GCInstrumentData id)
- Parameters:
hwInstrumentNumber
- internal number of recalled instrument
controller
- current values for all controllers
volume
- ctrl 7 is special case
midiChannel
- 1-16 if in use
id
- ToneDescription & knoblist, uncertain length
byReference
public GCPart.ByReference byReference()
byValue
public GCPart.ByValue byValue()
clone
public GCPart clone()
- Overrides:
clone
in class Object