Interface ISoundbank
.NET interface for TO BE DEFINED FROM USER
public interface ISoundbank
Properties
Description
String Description { get; }
Property Value
Instruments
Instrument[] Instruments { get; }
Property Value
Name
String Name { get; }
Property Value
Resources
SoundbankResource[] Resources { get; }
Property Value
Vendor
String Vendor { get; }
Property Value
Version
String Version { get; }
Property Value
Methods
GetInstrument(Patch)
Instrument GetInstrument(Patch arg0)