Class Synthesizer
public class Synthesizer : MidiDevice, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISynthesizer, IMidiDevice, IAutoCloseable
- Inheritance
-
Synthesizer
- Implements
- Inherited Members
-
JVMBridgeBase<AutoCloseable>.SExecuteWithSignature(Type, IJavaType, string, string, params object[])JVMBridgeBase<AutoCloseable>.SExecute<TReturn, TConverter>(Type, IJavaType, string, params object[])JVMBridgeBase.ReferenceEqualsJVM(JVMBridgeBase, JVMBridgeBase)JVMBridgeBase.Equals(IJVMBridgeBase)
- Extension Methods
Constructors
Synthesizer()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("Synthesizer class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Synthesizer()
Synthesizer(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
[Obsolete("Synthesizer class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Synthesizer(params object[] args)
Parameters
argsobject[]
Properties
AvailableInstruments
public Instrument[] AvailableInstruments { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Channels
public MidiChannel[] Channels { get; }
Property Value
DefaultSoundbank
public Soundbank DefaultSoundbank { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Latency
public long Latency { get; }
Property Value
LoadedInstruments
public Instrument[] LoadedInstruments { get; }
Property Value
MaxPolyphony
public int MaxPolyphony { get; }
Property Value
VoiceStatus
public VoiceStatus[] VoiceStatus { get; }
Property Value
Methods
IsSoundbankSupported(Soundbank)
public bool IsSoundbankSupported(Soundbank arg0)
Parameters
Returns
LoadAllInstruments(Soundbank)
public bool LoadAllInstruments(Soundbank arg0)
Parameters
Returns
LoadInstrument(Instrument)
public bool LoadInstrument(Instrument arg0)
Parameters
arg0Instrument
Returns
LoadInstruments(Soundbank, Patch[])
public bool LoadInstruments(Soundbank arg0, Patch[] arg1)
Parameters
Returns
RemapInstrument(Instrument, Instrument)
public bool RemapInstrument(Instrument arg0, Instrument arg1)
Parameters
arg0Instrumentarg1Instrument
Returns
UnloadAllInstruments(Soundbank)
public void UnloadAllInstruments(Soundbank arg0)
Parameters
UnloadInstrument(Instrument)
public void UnloadInstrument(Instrument arg0)
Parameters
arg0Instrument
UnloadInstruments(Soundbank, Patch[])
public void UnloadInstruments(Soundbank arg0, Patch[] arg1)