mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
add missing canvas item type enum
This commit is contained in:
parent
000c25edcc
commit
f00903d3b2
1 changed files with 1 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ setup_gtk_ardour_enums ()
|
||||||
REGISTER_ENUM (BBTRulerItem);
|
REGISTER_ENUM (BBTRulerItem);
|
||||||
REGISTER_ENUM (SamplesRulerItem);
|
REGISTER_ENUM (SamplesRulerItem);
|
||||||
REGISTER_ENUM (VelocityItem);
|
REGISTER_ENUM (VelocityItem);
|
||||||
|
REGISTER_ENUM (VelocityBaseItem);
|
||||||
REGISTER_ENUM (ClipStartItem);
|
REGISTER_ENUM (ClipStartItem);
|
||||||
REGISTER_ENUM (ClipEndItem);
|
REGISTER_ENUM (ClipEndItem);
|
||||||
REGISTER (item_type);
|
REGISTER (item_type);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue