Class ShortMessage
public class ShortMessage : MidiMessage, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloneable
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Cloneable>ShortMessage
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Cloneable>.IsAssignableFrom(IJavaType)JVMBridgeBase<Cloneable>.IsAssignableFrom<T>()JVMBridgeBase<Cloneable>.Execute<T>(params T[])JVMBridgeBase<Cloneable>.DynBridgeClazzJVMBridgeBase<Cloneable>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
ShortMessage()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ShortMessage()
ShortMessage(int)
public ShortMessage(int arg0)
Parameters
Exceptions
ShortMessage(int, int, int)
public ShortMessage(int arg0, int arg1, int arg2)
Parameters
Exceptions
ShortMessage(int, int, int, int)
public ShortMessage(int arg0, int arg1, int arg2, int arg3)
Parameters
Exceptions
ShortMessage(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public ShortMessage(params object[] args)
Parameters
args
object[]
Properties
ACTIVE_SENSING
public static int ACTIVE_SENSING { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CHANNEL_PRESSURE
public static int CHANNEL_PRESSURE { get; }
Property Value
CONTINUE
public static int CONTINUE { get; }
Property Value
CONTROL_CHANGE
public static int CONTROL_CHANGE { get; }
Property Value
Channel
public int Channel { get; }
Property Value
Command
public int Command { get; }
Property Value
Data1
public int Data1 { get; }
Property Value
Data2
public int Data2 { get; }
Property Value
END_OF_EXCLUSIVE
public static int END_OF_EXCLUSIVE { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
MIDI_TIME_CODE
public static int MIDI_TIME_CODE { get; }
Property Value
NOTE_OFF
public static int NOTE_OFF { get; }
Property Value
NOTE_ON
public static int NOTE_ON { get; }
Property Value
PITCH_BEND
public static int PITCH_BEND { get; }
Property Value
POLY_PRESSURE
public static int POLY_PRESSURE { get; }
Property Value
PROGRAM_CHANGE
public static int PROGRAM_CHANGE { get; }
Property Value
SONG_POSITION_POINTER
public static int SONG_POSITION_POINTER { get; }
Property Value
SONG_SELECT
public static int SONG_SELECT { get; }
Property Value
START
public static int START { get; }
Property Value
STOP
public static int STOP { get; }
Property Value
SYSTEM_RESET
public static int SYSTEM_RESET { get; }
Property Value
TIMING_CLOCK
public static int TIMING_CLOCK { get; }
Property Value
TUNE_REQUEST
public static int TUNE_REQUEST { get; }
Property Value
Methods
SetMessage(int)
public void SetMessage(int arg0)
Parameters
Exceptions
SetMessage(int, int, int)
public void SetMessage(int arg0, int arg1, int arg2)
Parameters
Exceptions
SetMessage(int, int, int, int)
public void SetMessage(int arg0, int arg1, int arg2, int arg3)