mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
add a new PBD::Property for time_domain
Not sure this is in the best place, but it needs to go somewhere
This commit is contained in:
parent
5b2a435e02
commit
ff93c97296
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ namespace Properties {
|
||||||
LIBARDOUR_API extern PBD::PropertyDescriptor<uint64_t> layering_index;
|
LIBARDOUR_API extern PBD::PropertyDescriptor<uint64_t> layering_index;
|
||||||
LIBARDOUR_API extern PBD::PropertyDescriptor<std::string> tags;
|
LIBARDOUR_API extern PBD::PropertyDescriptor<std::string> tags;
|
||||||
LIBARDOUR_API extern PBD::PropertyDescriptor<bool> contents; // type doesn't matter here
|
LIBARDOUR_API extern PBD::PropertyDescriptor<bool> contents; // type doesn't matter here
|
||||||
|
LIBARDOUR_API extern PBD::PropertyDescriptor<Temporal::TimeDomain> time_domain;
|
||||||
};
|
};
|
||||||
|
|
||||||
class Playlist;
|
class Playlist;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue