use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStream

git-svn-id: svn://localhost/ardour2/trunk@589 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-06-14 21:17:32 +00:00
parent 2387ef8bfb
commit b09ab54654
79 changed files with 1113 additions and 1495 deletions

View file

@ -175,6 +175,8 @@ class AudioClock : public Gtk::HBox
void build_ops_menu ();
void setup_events ();
void smpte_offset_changed ();
static const uint32_t field_length[(int)AudioFrames+1];
};