Fixed sf2-player reference sharing for good

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@926 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-04-16 04:07:32 +00:00
parent 53c79c5471
commit 086860e634
3 changed files with 95 additions and 124 deletions

View File

@@ -1,3 +1,11 @@
2008-04-16 Paul Giblock <drfaygo/at/gmail/dot/com>
* plugins/sf2_player/sf2_player.cpp:
* plugins/sf2_player/sf2_player.h:
rewrote reference-sharing. Should return near-100% memory on unload, and
should properly handle samplerate changes. Now we can render large
sf2-based projects without consuming a gig of ram :)
2008-04-15 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/gui/file_browser.cpp: