Improve default PAPU settings. Add file-type filters to import screen

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1654 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-09-21 03:03:26 +00:00
parent 74ac69ed1a
commit c4c13399bf
3 changed files with 28 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
2008-09-16 Paul Giblock <drfaygo/at/gmail/dot/com>
2008-09-20 Paul Giblock <drfaygo/at/gmail/dot/com>
* plugins/sf2_player/sf2_player.cpp:
Fix bug introduced in the last edit. Reference sharing was not working
@@ -11,6 +11,13 @@
* CMakeLists.txt:
Fix copy-and-paste error in a message
* plugins/papu/papu_instrument.cpp:
- Unselect the noise-channel (ch4) by default
- Coding style changes
* src/core/song.cpp:
Add hard-coded file-extension filters to the import file screen
2008-09-20 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/config_mgr.cpp: