clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit fa1af14290d7e00955b9c4bb5ea1c796fde81281
parent 655d008ff7cc01ce811db14c3409d6e8fffe2085
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Tue, 27 Apr 2021 16:22:41 +0200

add bar_number

Diffstat:
Minclude/clap/clap.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/clap/clap.h b/include/clap/clap.h @@ -158,6 +158,7 @@ typedef struct clap_event_jump { double song_pos_seconds; // position in seconds double bar_start; // start pos of the current bar + int32_t bar_number; // bar at song pos 0 has the number 0 } clap_event_jump; typedef struct clap_event_tsig {