You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It feels like the transition from end of file to start of file in granular-controller has become more abrupt so I am getting clicks and disjointed moments on the loop
The text was updated successfully, but these errors were encountered:
Hi, that's weird because the granular synth code didn't change, the only think I added regarding to the v1 is the enveloppe on top of the synth, but I can't see how this could be responsible for what you are describing.
One thing though, is that maybe the tool you are using to create mp3 is not good, we observed that some converter create mp3 files that are not properly decoded (generally adding some silence at the beginning of the file).
I just added a script that uses ffmpeg (brew install ffmpeg), to see if it solves your issue.
Usage is : ./convert_to_mp3.bash path/to/your/soundbank
The script will:
find all .wav files in the given folder
convert them to mp3
(important) delete the source wav file
Could you test that, and tell me if the problem persists?
It feels like the transition from end of file to start of file in granular-controller has become more abrupt so I am getting clicks and disjointed moments on the loop
The text was updated successfully, but these errors were encountered: