Naram Qashat [Fri, 12 Apr 2013 17:36:31 +0000 ]
For in_snsf, replaced the B-spline interpolation with the 6-point, 5th-order version, and replaced the Optimal interpolation with 6-point, 5th-order 2nd-order Osculating.
Naram Qashat [Fri, 12 Apr 2013 17:13:27 +0000 ]
Very minor optimization on decoding ADPCM when reading an SWAV.
Naram Qashat [Fri, 12 Apr 2013 14:25:49 +0000 ]
Removed the optimal, lagrange, and hermite interpolations and added in 2nd-order osculating.
Naram Qashat [Fri, 12 Apr 2013 14:24:45 +0000 ]
Added B-spline and Optimal interpolations to in_snsf, but I'll probably be changing this later.
Naram Qashat [Wed, 10 Apr 2013 18:39:59 +0000 ]
* Added more interpolation methods to in_ncsf.
* Cleaned up a little of the code in the Interpolate function in in_ncsf.
* Made it so changes in the config can apply to a running song, depending on the player.
* Slight optimization of in_ncsf's interpolation so it doesn't have as much std::vector accessing.
* Stopped trying to use the slope of the points to determine points outside the sample's range, hopefully will stop some of the clipping.
Naram Qashat [Sun, 07 Apr 2013 20:40:04 +0000 ]
Updated version number for the previous 2 revisions.
Naram Qashat [Sun, 07 Apr 2013 20:39:00 +0000 ]
Utilize SSEQ's volume from it's INFO section, plus some minor optimizations.
Naram Qashat [Sun, 07 Apr 2013 20:38:28 +0000 ]
Fix crashing if a file no longer exists when Winamp tries to access it.
Naram Qashat [Wed, 03 Apr 2013 02:40:32 +0000 ]
Added new interpolation methods, added version number in plugin description.
Naram Qashat [Tue, 02 Apr 2013 07:03:26 +0000 ]
Corrected issue with terminating the SSEQ player by actually making it stop properly.
Naram Qashat [Sat, 30 Mar 2013 20:17:42 +0000 ]
Cleanup of some warnings, updating modification dates, using nullptr instead of NULL in some cases.
Naram Qashat [Sat, 30 Mar 2013 11:36:38 +0000 ]
Utilized more C++11 constructs. Also attempted to fix issue with the Info Box not wanting to come up anymore if the file doesn't exist.
Naram Qashat [Thu, 28 Mar 2013 18:54:12 +0000 ]
Minor lack of a reference in IsDigitsOnly.
Naram Qashat [Wed, 27 Mar 2013 05:21:27 +0000 ]
Fixed minor, non-breaking issue with reading SSEQs.
Naram Qashat [Tue, 26 Mar 2013 10:58:50 +0000 ]
Fixed getting the path of the filename for XSFFile.
Naram Qashat [Tue, 26 Mar 2013 06:41:19 +0000 ]
Import actual code.
Naram Qashat [Wed, 08 May 2013 18:48:14 +0000 ]
Initial creation of new git repository, this is currently lacking the source files, will be added in the next commit.