Sound
Data Types
- Sound - A data structure that represents sound object.
 - MIDI Track - A data structure that represents a MIDI track.
 - MIDI Note - A data structure that represents a MIDI note.
 
Sockets
- Sound Socket - It can intake or output sound data. The input sound socket
has a button that allows to select the audio file from the disk.
 - MIDI Track Socket - It can intake or output MIDI track data.
 - MIDI Note Socket - It can intake or output MIDI note data.
 
Nodes