AudioClip Class Reference
Represents (part of) an audiofile.
More...
List of all members.
|
Public Slots |
|
void | finish_recording () |
|
void | finish_write_source () |
|
void | set_left_edge (TimeRef newLeftLocation) |
|
void | set_right_edge (TimeRef newRightLocation) |
|
void | track_audible_state_changed () |
|
void | toggle_mute () |
|
void | toggle_lock () |
|
void | set_gain (float g) |
|
float | get_gain () const |
|
Command * | mute () |
|
Command * | reset_fade_in () |
|
Command * | reset_fade_out () |
|
Command * | reset_fade_both () |
|
Command * | normalize () |
|
Command * | lock () |
Signals |
|
void | stateChanged () |
|
void | muteChanged () |
|
void | lockChanged () |
|
void | positionChanged () |
|
void | fadeAdded (FadeCurve *) |
|
void | fadeRemoved (FadeCurve *) |
|
void | recordingFinished (AudioClip *) |
Friends |
|
class | ResourcesManager |
Detailed Description
Represents (part of) an audiofile.
The documentation for this class was generated from the following files:
- Traverso/cvs/traverso/src/core/AudioClip.h
- Traverso/cvs/traverso/buildfiles/moc_AudioClip.cxx
- Traverso/cvs/traverso/qtcreator-build/buildfiles/moc_AudioClip.cxx
- Traverso/cvs/traverso/src/core/AudioClip.cpp