mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
tempo match midi auditioning - #5881
This commit is contained in:
parent
07d5a389fa
commit
1374501727
4 changed files with 35 additions and 4 deletions
|
|
@ -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);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue