Added support for drumsynth files and added many ds files

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.3@549 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2007-08-28 04:45:58 +00:00
parent a252706ee2
commit 29853b8db6
8 changed files with 110 additions and 97 deletions

View File

@@ -249,6 +249,11 @@ private:
ch_cnt_t & _channels,
sample_rate_t & _sample_rate );
#endif
f_cnt_t FASTCALL decodeSampleDS( const char * _f,
int_sample_t * & _buf,
ch_cnt_t & _channels,
sample_rate_t & _sample_rate );
QString m_audioFile;
sampleFrame * m_origData;