summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-01-19 00:45:08 +0100
committerRobin Gareus <robin@gareus.org>2014-01-19 00:45:08 +0100
commit8b71e40fbd2112807e6ff7631dc8855feab0eed5 (patch)
tree5c1cbe954c8ef7ed7519624ceee36d2a60229f15 /gtk2_ardour/sfdb_ui.h
parent6eb076bd691f7f933eb25c560f6b730107632d2f (diff)
audition: resampler use same quality as import
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 ccfd3799be..46408ecffc 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -70,6 +70,7 @@ class SoundFileBox : public Gtk::VBox, public ARDOUR::SessionHandlePtr, public P
void audition();
bool audition_oneshot();
bool autoplay () const;
+ void set_src_quality(ARDOUR::SrcQuality q) { _src_quality = q; }
protected:
std::string path;
@@ -117,6 +118,7 @@ class SoundFileBox : public Gtk::VBox, public ARDOUR::SessionHandlePtr, public P
bool seek_button_press(GdkEventButton*);
bool seek_button_release(GdkEventButton*);
bool _seeking;
+ ARDOUR::SrcQuality _src_quality;
};
class SoundFileBrowser : public ArdourWindow
@@ -313,6 +315,7 @@ class SoundFileOmega : public SoundFileBrowser
bool reset_options ();
void reset_options_noret ();
bool bad_file_message ();
+ void src_combo_changed ();
void do_something (int action);
};