Missed one :)
git-svn-id: svn://localhost/ardour2/branches/3.0@9661 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ed626628b5
commit
f48c69e2b2
@ -28,11 +28,11 @@
|
||||
namespace ARDOUR {
|
||||
|
||||
struct SoundFileInfo {
|
||||
float samplerate;
|
||||
uint16_t channels;
|
||||
int64_t length;
|
||||
std::string format_name;
|
||||
int64_t timecode;
|
||||
float samplerate;
|
||||
uint16_t channels;
|
||||
int64_t length;
|
||||
std::string format_name;
|
||||
int64_t timecode;
|
||||
};
|
||||
|
||||
class AudioFileSource : public AudioSource, public FileSource {
|
||||
|
Loading…
Reference in New Issue
Block a user