Table of Contents

Class ShortMessage

Namespace
Javax.Sound.Midi
Assembly
MASES.JNet.dll
public class ShortMessage : MidiMessage, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloneable
Inheritance
JVMBridgeBase
JVMBridgeBase<Cloneable>
ShortMessage
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Cloneable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Cloneable>.IsAssignableFrom<T>()
JVMBridgeBase<Cloneable>.Execute<T>(params T[])
JVMBridgeBase<Cloneable>.DynBridgeClazz
JVMBridgeBase<Cloneable>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.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

arg0 int

int

Exceptions

InvalidMidiDataException

ShortMessage(int, int, int)

public ShortMessage(int arg0, int arg1, int arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

Exceptions

InvalidMidiDataException

ShortMessage(int, int, int, int)

public ShortMessage(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

Exceptions

InvalidMidiDataException

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

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CHANNEL_PRESSURE

public static int CHANNEL_PRESSURE { get; }

Property Value

int

CONTINUE

public static int CONTINUE { get; }

Property Value

int

CONTROL_CHANGE

public static int CONTROL_CHANGE { get; }

Property Value

int

Channel

public int Channel { get; }

Property Value

int

Command

public int Command { get; }

Property Value

int

Data1

public int Data1 { get; }

Property Value

int

Data2

public int Data2 { get; }

Property Value

int

END_OF_EXCLUSIVE

public static int END_OF_EXCLUSIVE { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MIDI_TIME_CODE

public static int MIDI_TIME_CODE { get; }

Property Value

int

NOTE_OFF

public static int NOTE_OFF { get; }

Property Value

int

NOTE_ON

public static int NOTE_ON { get; }

Property Value

int

PITCH_BEND

public static int PITCH_BEND { get; }

Property Value

int

POLY_PRESSURE

public static int POLY_PRESSURE { get; }

Property Value

int

PROGRAM_CHANGE

public static int PROGRAM_CHANGE { get; }

Property Value

int

SONG_POSITION_POINTER

public static int SONG_POSITION_POINTER { get; }

Property Value

int

SONG_SELECT

public static int SONG_SELECT { get; }

Property Value

int

START

public static int START { get; }

Property Value

int

STOP

public static int STOP { get; }

Property Value

int

SYSTEM_RESET

public static int SYSTEM_RESET { get; }

Property Value

int

TIMING_CLOCK

public static int TIMING_CLOCK { get; }

Property Value

int

TUNE_REQUEST

public static int TUNE_REQUEST { get; }

Property Value

int

Methods

SetMessage(int)

public void SetMessage(int arg0)

Parameters

arg0 int

int

Exceptions

InvalidMidiDataException

SetMessage(int, int, int)

public void SetMessage(int arg0, int arg1, int arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

Exceptions

InvalidMidiDataException

SetMessage(int, int, int, int)

public void SetMessage(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

Exceptions

InvalidMidiDataException