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:
16
ChangeLog
16
ChangeLog
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user