* Added more interpolation methods to in_ncsf.
author Naram Qashat
()
committer Naram Qashat
()
commit 93f85a59b084e993808e2c7dcae81a69d19f6c4f
tree c45e450b46664e1da4431857b17f7a5655793733
parent fd984a42f40eee3b28059d81592e77f80fe7975f
* 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.
src/in_ncsf/SSEQPlayer/Channel.cpp
src/in_ncsf/SSEQPlayer/SWAV.cpp
src/in_ncsf/SSEQPlayer/SWAV.h
src/in_ncsf/SSEQPlayer/consts.h
src/in_ncsf/XSFConfig_NCSF.cpp
src/in_xsf_framework/in_xsf.cpp