September 18, 2014
View 17a9f1b

Replaced the Makefile with one that handles things better.

Naram Qashat authored on 2014/09/18 20:02:22
September 17, 2014
View 9315374

* Fixes for gcc and clang (while they can compile the code, the DLLs made aren't functional, but oh well).

Naram Qashat authored on 2014/09/17 19:51:45
May 8, 2013
View 7e09154

Added Lanczos interpolation to the NCSF plugin, and cleaned up a bit of the other code, as well as removing pstdint.h since it's no longer needed.

Naram Qashat authored on 2013/04/23 20:29:21
View 93f85a5

* 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 authored on 2013/04/10 14:39:59
View 2cf1241

Fix crashing if a file no longer exists when Winamp tries to access it.

Naram Qashat authored on 2013/04/07 16:38:28
View 2a12a3b

Added new interpolation methods, added version number in plugin description.

Naram Qashat authored on 2013/04/02 22:40:32
View eddb163

Cleanup of some warnings, updating modification dates, using nullptr instead of NULL in some cases.

Naram Qashat authored on 2013/03/30 16:17:42
View 0072c62

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 authored on 2013/03/30 07:36:38
View bc076aa

Import actual code.

Naram Qashat authored on 2013/03/26 02:41:19