Audio Helm  1.0
Live audio synthesis, sequencing and sampling for Unity
AudioHelm.NoteRow Class Reference

A single note row in the sequencer. More...

Inheritance diagram for AudioHelm.NoteRow:

Public Member Functions

void OnBeforeSerialize ()
 
void OnAfterDeserialize ()
 

Public Attributes

List< Notenotes = new List<Note>()
 The list of all notes in this row on the sequencer. More...
 

Detailed Description

A single note row in the sequencer.

Member Data Documentation

◆ notes

List<Note> AudioHelm.NoteRow.notes = new List<Note>()

The list of all notes in this row on the sequencer.


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