13
0

Merging to trunk. Session history is saved (probably needs tweaking) wherever

session state is saved.

git-svn-id: svn://localhost/ardour2/trunk@775 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Fugal 2006-08-09 21:53:15 +00:00
commit fece970e26
2 changed files with 4 additions and 1 deletions

View File

@ -454,6 +454,9 @@ conf = Configure (libraries['flac'])
conf.CheckLib ('FLAC', 'FLAC__stream_decoder_new', language='CXX')
libraries['flac'] = conf.Finish ()
# or if that fails...
#libraries['flac'] = LibraryInfo (LIBS='FLAC')
#
# Check for liblo

View File

@ -238,7 +238,7 @@ class TempoMap : public Stateful, public StateManager {
XMLNode& get_state (void);
int set_state (const XMLNode&);
PBD::ID id();
PBD::ID id() { return _id; }
void dump (std::ostream&) const;
void clear ();