mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
Add comment and fix type.
git-svn-id: svn://localhost/ardour2/branches/3.0@11777 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d34d7b8ce1
commit
4cd2e73732
2 changed files with 3 additions and 2 deletions
|
|
@ -112,7 +112,8 @@ protected:
|
|||
static char bwf_organization_code[4];
|
||||
static char bwf_serial_number[13];
|
||||
|
||||
static uint64_t header_position_offset;
|
||||
/** Kept up to date with the position of the session location start */
|
||||
static framecnt_t header_position_offset;
|
||||
|
||||
private:
|
||||
std::string old_peak_path (std::string audio_path);
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ using namespace Glib;
|
|||
string AudioFileSource::peak_dir = "";
|
||||
|
||||
PBD::Signal0<void> AudioFileSource::HeaderPositionOffsetChanged;
|
||||
uint64_t AudioFileSource::header_position_offset = 0;
|
||||
framecnt_t AudioFileSource::header_position_offset = 0;
|
||||
|
||||
/* XXX maybe this too */
|
||||
char AudioFileSource::bwf_serial_number[13] = "000000000000";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue