Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
NoteOn
C# Class NoteOn, coderelay-audio
Inheritance:
NoteEvent
Mostrar archivo
Open project: FacepunchProgrammers/coderelay-audio
Class Usage Examples
Public Methods
Method
Description
NoteOn
(
long
timestamp
,
int
note
)
Trigger
(
BaseIntrument,
instrument
) :
void
Method Details
NoteOn()
public
method
public
NoteOn
(
long
timestamp
,
int
note
)
timestamp
long
note
int
Trigger()
public
method
public
Trigger
(
BaseIntrument,
instrument
) :
void
instrument
BaseIntrument,
return
void