#include <include/EST_Event.h>
Public Member Functions | |
void | init () |
float | amp () |
float | dur () |
float | tilt () |
float | pos () |
void | set_amp (float a) |
void | set_dur (float a) |
void | set_tilt (float a) |
void | set_pos (float a) |
float | start_f0 () |
float | start_pos () |
void | set_start_f0 (float a) |
void | set_start_pos (float a) |
Public Member Functions inherited from EventBase | |
int | save (EST_String filename, EST_String type="") |
Friends | |
ostream & | operator<< (ostream &s, EventTilt &e) |
Additional Inherited Members | |
Public Attributes inherited from EventBase | |
EST_String | type |
Definition at line 150 of file EST_Event.h.
void EventTilt::init | ( | ) |
float EventTilt::amp | ( | ) |
float EventTilt::dur | ( | ) |
float EventTilt::tilt | ( | ) |
float EventTilt::pos | ( | ) |
void EventTilt::set_amp | ( | float | a | ) |
void EventTilt::set_dur | ( | float | a | ) |
void EventTilt::set_tilt | ( | float | a | ) |
void EventTilt::set_pos | ( | float | a | ) |
float EventTilt::start_f0 | ( | ) |
float EventTilt::start_pos | ( | ) |
void EventTilt::set_start_f0 | ( | float | a | ) |
void EventTilt::set_start_pos | ( | float | a | ) |
|
friend |
Definition at line 177 of file EST_Event.h.