player_audio_seq_item Struct Reference
Player audio sequence item. More...
#include <player_interfaces.h>
Collaboration diagram for player_audio_seq_item:
Detailed Description
Player audio sequence item.
This describes a single sequence element, the link field is used for chord type playback when a series of notes are to be played together. Set link to true for all but the last notes to be player together.
Public Attributes | |
float | freq |
Frequency of the note [Hz]. | |
float | duration |
duration [s] | |
float | amplitude |
amplitude | |
player_bool_t | link |
link to next note, true to play both ntoes together (or if both were recieved together) | |
The documentation for this struct was generated from the following file: