Skip to content

convert wavetables to format usable in ableton live's wavetable synthesizer

License

Notifications You must be signed in to change notification settings

some-programs/wavetable-conv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HELLO

What is this?

This code is highly specific to converting the 256 samples per waveform wavetables from https://waveeditonline.com/ to 1024 samples per waveform wavetables to use with the Ableton Wavetable music synthesizer.

NOTE: Right now the tool has some hard coded values to the specific sample rates and lenghts of the input files so the source has to be modified to process other files. This is just a bunch of files that has been lying around my computer for a while and I don't have immediate plans to add features for other uses cases.

Tool Output files

Two output files are generated for each input:

Suffix _m : Each sample is multiplied by 4, no resampling.

Suffix _r: Reasampled using libsoxr's highest quality mode.

Some times the multiplied wavetables sounds more interesting and some times they are just nice lofi alternatives to the resampled ones.

Directories

/waveeditonline/ : just a copy of files from https://waveeditonline.com/

/ableton-wavetable/ : output files to use with Ableton Wavetable (make sure to click the RAW button)

About

convert wavetables to format usable in ableton live's wavetable synthesizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages