Skip to content

Wavetable oscillator for SuperCollider, capable of using Serum/Vital-style wavetable files

License

Notifications You must be signed in to change notification settings

jamshark70/ddwWavetableSynth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WavetableSynth

A Quark extension for SuperCollider, to simplify the handling of wavetables.

GPL v3, authored by James Harkins.

Classes

  • WavetablePrep: Reads wavetable data from audio files or images, and pre-processes them for frequency mapping to reduce aliasing.
  • MultiWtOsc: An oscillator pseudo-UGen that uses wavetable buffers produced by WavetablePrep.
  • WavetablePrepGui: A graphical interface to visualize the interpolation and frequency mapping.
  • SoundFileStream: A utility class, to simplify in-memory audio I/O.

Dependencies

WavetablePrepGui uses my ddwGUIEnhancements quark.

I believe that the other classes use only main library methods. If you find something that is broken with a "does not understand" error, please file a bug report in this repository ("Issues").

About

Wavetable oscillator for SuperCollider, capable of using Serum/Vital-style wavetable files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published