mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
more changes for the import dialog, with breakout of importable source code into its own files
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2437 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d0cd7d0048
commit
40bc1c239e
12 changed files with 300 additions and 141 deletions
|
|
@ -158,6 +158,9 @@ class SoundFileChooser : public SoundFileBrowser
|
|||
|
||||
Glib::ustring get_filename ();
|
||||
|
||||
protected:
|
||||
void on_hide();
|
||||
|
||||
private:
|
||||
// SoundFileBrowser browser;
|
||||
};
|
||||
|
|
@ -180,6 +183,9 @@ class SoundFileOmega : public SoundFileBrowser
|
|||
Editing::ImportPosition get_position() const;
|
||||
Editing::ImportDisposition get_channel_disposition() const;
|
||||
|
||||
protected:
|
||||
void on_hide();
|
||||
|
||||
private:
|
||||
uint32_t selected_track_cnt;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue