mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
fix typo bug in libs/ardour/ardour/triggerbox.h
This commit is contained in:
parent
86c68de269
commit
b22f482114
1 changed files with 1 additions and 1 deletions
|
|
@ -867,7 +867,7 @@ class LIBARDOUR_API TriggerBox : public Processor, public std::enable_shared_fro
|
|||
|
||||
void add_trigger (TriggerPtr);
|
||||
|
||||
void fast_forward (CueEvents const &, samplepos_t transport_postiion);
|
||||
void fast_forward (CueEvents const &, samplepos_t transport_position);
|
||||
bool fast_forwarding() const { return _fast_forwarding; }
|
||||
|
||||
void set_pending (uint32_t slot, Trigger*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue