mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
Fix Windows builds, add required classkeys see 73b903fd03
This commit is contained in:
parent
dec0e2dae8
commit
96c734686e
1 changed files with 4 additions and 0 deletions
|
|
@ -225,9 +225,11 @@ luabridge::getIdentityKey ()
|
|||
|
||||
CLASSINFO(ArdourMarker);
|
||||
CLASSINFO(AudioRegionView);
|
||||
CLASSINFO(AutomationSelection);
|
||||
CLASSINFO(AxisView);
|
||||
CLASSINFO(MarkerSelection);
|
||||
CLASSINFO(EditingContext);
|
||||
CLASSINFO(PointSelection);
|
||||
CLASSINFO(PublicEditor);
|
||||
CLASSINFO(RegionSelection);
|
||||
CLASSINFO(RegionView);
|
||||
|
|
@ -255,6 +257,7 @@ CLASSKEYS(unsigned char);
|
|||
|
||||
CLASSKEYS(ArdourMarker*);
|
||||
CLASSKEYS(Selectable*);
|
||||
CLASSKEYS(std::list<ControlPoint*>);
|
||||
CLASSKEYS(std::list<Selectable*>);
|
||||
|
||||
CLASSKEYS(ARDOUR::AudioEngine);
|
||||
|
|
@ -334,6 +337,7 @@ CLASSKEYS(std::list<std::shared_ptr<ARDOUR::Region> >);
|
|||
CLASSKEYS(std::list<std::shared_ptr<ARDOUR::Route> >);
|
||||
CLASSKEYS(std::list<std::shared_ptr<ARDOUR::Stripable> >);
|
||||
CLASSKEYS(std::shared_ptr<std::list<std::shared_ptr<ARDOUR::Route> > >);
|
||||
CLASSKEYS(std::shared_ptr<std::list<std::shared_ptr<ARDOUR::AutomationList> > >);
|
||||
CLASSKEYS(std::shared_ptr<std::vector<std::shared_ptr<ARDOUR::Bundle> > >);
|
||||
|
||||
CLASSKEYS(std::shared_ptr<ARDOUR::AudioRegion>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue