splitted basic functionality of journallingObject into serializingObject so that creating note objects, notePlayHandles etc. does not have all the journalling-overhead (assigning/freeing ID etc.)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1084 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-06-06 11:42:02 +00:00
parent 7cd212a335
commit d5ee064c3c
11 changed files with 226 additions and 97 deletions

View File

@@ -1,3 +1,19 @@
2008-06-06 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/note.h:
* include/serializing_object.h:
* include/instrument_track.h:
* include/sample_buffer.h:
* include/journalling_object.h:
* src/gui/automation_editor.cpp:
* src/core/serializing_object.cpp:
* src/core/journalling_object.cpp:
* src/core/note.cpp:
* Makefile.am:
splitted basic functionality of journallingObject into
serializingObject so that creating note objects, notePlayHandles etc.
does not have all the journalling-overhead (assigning/freeing ID etc.)
2008-06-06 Paul Giblock <drfaygo/at/gmail/dot/com>
* include/knob.h: