mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-23 05:37:22 +01:00
Fix the horrible mess that was anything related to sources and paths.
Most significant changes: - Factor out FileSource from AudioFileSource, use for SMFSource too - Explicitly pass embedded rather than mysterious name mangling or whatever - Destroy a ton of duplicated or very-nearly-duplicated code - Clean up and document all that weird source stuff in session.cc git-svn-id: svn://localhost/ardour2/branches/3.0@4609 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4565b73a39
commit
022818b4a7
33 changed files with 983 additions and 1276 deletions
|
|
@ -86,6 +86,7 @@ export_status.cc
|
|||
export_timespan.cc
|
||||
export_utilities.cc
|
||||
filename_extensions.cc
|
||||
file_source.cc
|
||||
filesystem_paths.cc
|
||||
filter.cc
|
||||
find_session.cc
|
||||
|
|
@ -152,7 +153,6 @@ session_state_utils.cc
|
|||
session_time.cc
|
||||
session_transport.cc
|
||||
session_utils.cc
|
||||
silentfilesource.cc
|
||||
smf_source.cc
|
||||
sndfile_helpers.cc
|
||||
sndfileimportable.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue