Audio Helm  1.0
Live audio synthesis, sequencing and sampling for Unity
AudioHelm.NoteHandler Interface Reference

An interface for classes that can receive note on and off events. More...

Inheritance diagram for AudioHelm.NoteHandler:
AudioHelm.HelmController AudioHelm.Sampler AudioHelm.Sequencer AudioHelm.HelmSequencer AudioHelm.SampleSequencer

Public Member Functions

void AllNotesOff ()
 
void NoteOn (int note, float velocity=1.0f)
 
void NoteOff (int note)
 

Detailed Description

An interface for classes that can receive note on and off events.


The documentation for this interface was generated from the following file: