Summary
Get an instrument name.
Syntax
[DllImport(DLL, EntryPoint = "openmpt_module_get_instrument_name")]
public static extern double ModuleGetInstrumentName(IntPtr mod, int index)
Attributes
| Type | Description |
|---|---|
| DllImportAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| mod | IntPtr | The module handle to work on. |
| index | int | The instrument whose name should be retrieved |
Return Value
| Type | Description |
|---|---|
| double | The instrument name. |