|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <triggerbox.h>
Public Member Functions | |
| SlotArmInfo () | |
| ~SlotArmInfo () | |
| void | reset (Trigger &) |
Public Attributes | |
| Trigger * | slot |
| Temporal::Beats | start_beats |
| samplepos_t | start_samples |
| Temporal::Beats | end_beats |
| samplepos_t | end_samples |
| samplecnt_t | captured |
| RTMidiBufferBeats * | midi_buf |
| AudioTrigger::AudioData | audio_buf |
| RubberBand::RubberBandStretcher * | stretcher |
Definition at line 812 of file triggerbox.h.
| ARDOUR::SlotArmInfo::SlotArmInfo | ( | ) |
| ARDOUR::SlotArmInfo::~SlotArmInfo | ( | ) |
| void ARDOUR::SlotArmInfo::reset | ( | Trigger & | ) |
| AudioTrigger::AudioData ARDOUR::SlotArmInfo::audio_buf |
Definition at line 825 of file triggerbox.h.
| samplecnt_t ARDOUR::SlotArmInfo::captured |
Definition at line 823 of file triggerbox.h.
| Temporal::Beats ARDOUR::SlotArmInfo::end_beats |
Definition at line 821 of file triggerbox.h.
| samplepos_t ARDOUR::SlotArmInfo::end_samples |
Definition at line 822 of file triggerbox.h.
| RTMidiBufferBeats* ARDOUR::SlotArmInfo::midi_buf |
Definition at line 824 of file triggerbox.h.
| Trigger* ARDOUR::SlotArmInfo::slot |
Definition at line 818 of file triggerbox.h.
| Temporal::Beats ARDOUR::SlotArmInfo::start_beats |
Definition at line 819 of file triggerbox.h.
| samplepos_t ARDOUR::SlotArmInfo::start_samples |
Definition at line 820 of file triggerbox.h.
| RubberBand::RubberBandStretcher* ARDOUR::SlotArmInfo::stretcher |
Definition at line 826 of file triggerbox.h.