summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audiofilesource.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/audiofilesource.h')
-rw-r--r--libs/ardour/ardour/audiofilesource.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/libs/ardour/ardour/audiofilesource.h b/libs/ardour/ardour/audiofilesource.h
index b161bcada1..4da7943a2d 100644
--- a/libs/ardour/ardour/audiofilesource.h
+++ b/libs/ardour/ardour/audiofilesource.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2006 Paul Davis
+ Copyright (C) 2006 Paul Davis
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
*/
-#ifndef __ardour_audiofilesource_h__
+#ifndef __ardour_audiofilesource_h__
#define __ardour_audiofilesource_h__
#include <exception>
@@ -42,10 +42,10 @@ public:
bool set_name (const std::string& newname) {
return (set_source_name(newname, destructive()) == 0);
}
-
+
Glib::ustring peak_path (Glib::ustring audio_path);
Glib::ustring find_broken_peakfile (Glib::ustring missing_peak_path,
- Glib::ustring audio_path);
+ Glib::ustring audio_path);
static void set_peak_dir (Glib::ustring dir) { peak_dir = dir; }
@@ -75,12 +75,12 @@ public:
int set_state (const XMLNode&);
bool can_truncate_peaks() const { return !destructive(); }
- bool can_be_analysed() const { return _length > 0; }
-
+ bool can_be_analysed() const { return _length > 0; }
+
static bool safe_audio_file_extension (const Glib::ustring& path);
-
+
static bool is_empty (Session&, Glib::ustring path);
-
+
static void set_bwf_serial_number (int);
static void set_header_position_offset (nframes_t offset );
@@ -92,16 +92,16 @@ protected:
/** Constructor to be called for new in-session files */
AudioFileSource (Session&, const Glib::ustring& path, bool embedded, Source::Flag flags,
- SampleFormat samp_format, HeaderFormat hdr_format);
+ SampleFormat samp_format, HeaderFormat hdr_format);
/** Constructor to be called for existing in-session files */
AudioFileSource (Session&, const XMLNode&, bool must_exist = true);
int init (const Glib::ustring& idstr, bool must_exist);
-
+
virtual void set_header_timeline_position () = 0;
virtual void handle_header_position_change () {}
-
+
int move_dependents_to_trash();
static Sample* get_interleave_buffer (nframes_t size);