mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
make sfdb browser a member of session, to retain settings
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2366 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0593717d58
commit
76aac52d4a
3 changed files with 22 additions and 11 deletions
|
|
@ -102,6 +102,7 @@ class MixerStrip;
|
|||
class StreamView;
|
||||
class AudioStreamView;
|
||||
class ControlPoint;
|
||||
class SoundFileBrowser;
|
||||
#ifdef FFT_ANALYSIS
|
||||
class AnalysisWindow;
|
||||
#endif
|
||||
|
|
@ -965,6 +966,8 @@ class Editor : public PublicEditor
|
|||
void external_audio_dialog ();
|
||||
bool check_multichannel_status (const std::vector<Glib::ustring>& paths);
|
||||
|
||||
SoundFileBrowser* sfbrowser;
|
||||
|
||||
void bring_in_external_audio (Editing::ImportMode mode, nframes64_t& pos);
|
||||
void do_import (vector<Glib::ustring> paths, Editing::ImportDisposition, Editing::ImportMode mode, nframes64_t&);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue