copy/paste behavior tweaks
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / edl.h
index 8a96155e1933338cc11d3a83e80dacf29f019745..5e184d22965f18bdd76545a315a5c4806971f8e0 100644 (file)
@@ -204,6 +204,7 @@ public:
                int edit_labels /* = 1 */,
                int edit_plugins,
                int edit_autos);
+       int in_use(Indexable *indexable);
        void remove_from_project(ArrayList<Indexable*> *assets);
        void remove_from_project(ArrayList<EDL*> *clips);
        int blade(double position);
@@ -262,6 +263,7 @@ public:
        void add_proxy(int use_scaler,
                ArrayList<Indexable*> *orig_assets, ArrayList<Indexable*> *proxy_assets);
        Asset *get_proxy_asset();
+       Track *add_new_track(int data_type);
 
 // Titles of all subfolders
        BinFolders folders;