MusicManipulations.jl icon indicating copy to clipboard operation
MusicManipulations.jl copied to clipboard

Allow grid to start at non-zero value

Open CNelias opened this issue 4 years ago • 3 comments

The current version of quantize() excpects a grid to start at 0 and end at 1.

Some players have a systematics deviation, and removing them makes the music sound strange. It would be good to be able to use grids like [0.09,0.33,0.7,1] for example.

CNelias avatar Oct 23 '19 12:10 CNelias