summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-03-10 00:48:48 +0100
committerRobin Gareus <robin@gareus.org>2014-03-10 00:48:48 +0100
commit13745017273db26968557a3efb63c7ba6a5ab6d3 (patch)
tree690ccfd21144ae582fecc0b539204eddb64567be /gtk2_ardour/sfdb_ui.h
parent07d5a389fa6b7cf8b050db4269d830142e03cbbe (diff)
tempo match midi auditioning - #5881
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index 46408ecffc..aa0aa33498 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -71,6 +71,7 @@ class SoundFileBox : public Gtk::VBox, public ARDOUR::SessionHandlePtr, public P
bool audition_oneshot();
bool autoplay () const;
void set_src_quality(ARDOUR::SrcQuality q) { _src_quality = q; }
+ void set_import_position(Editing::ImportPosition p) { _import_position = p; }
protected:
std::string path;
@@ -119,6 +120,7 @@ class SoundFileBox : public Gtk::VBox, public ARDOUR::SessionHandlePtr, public P
bool seek_button_release(GdkEventButton*);
bool _seeking;
ARDOUR::SrcQuality _src_quality;
+ Editing::ImportPosition _import_position;
};
class SoundFileBrowser : public ArdourWindow
@@ -316,6 +318,7 @@ class SoundFileOmega : public SoundFileBrowser
void reset_options_noret ();
bool bad_file_message ();
void src_combo_changed ();
+ void where_combo_changed ();
void do_something (int action);
};