Method
Libopenmpt.ModuleGetPatternRowChannelCommand(IntPtr, int, int, int, int)

Summary

Syntax

[DllImport(DLL, EntryPoint = "openmpt_module_get_pattern_row_channel_command")]
public static extern byte ModuleGetPatternRowChannelCommand(IntPtr mod, int pattern, int row, int channel, int command)

Attributes

Type Description
DllImportAttribute

Parameters

Name Type Description
mod IntPtr The module handle to work on.
pattern int The pattern whose data should be retrieved.
row int The row from which the data should be retrieved.
channel int The channel from which the data should be retrieved.
command int The cell index at which the data should be retrieved.

Return Value

Type Description
byte The internal, raw pattern data at the given pattern position.