Wavetable Oscillator tool

back

 

This is a tool written in C for the synthesis of musically useful and harmonic rich waveforms via a wavetable NCO. The current version is a command line tool and does not feature a graphical user interface. For a really cool explanation of direct digital synthesis (DDS), see these articles on numerically controlled oscillators and wavetables on Electric Druid.

 

Usage:

$vibe -freq -wavetablea -wavetableb -duration -tablewidth -tabledepth

 

Example:

$vibe -440 -sin -tri -1000 -512 -128

 

Source (github) Download Binary