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:
commit
fece970e26
@ -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
|
||||
|
||||
|
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user