Skip to content

jimfrize/SWTG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation



SWTG - Sine Wave Table Generator
This program generates sinusoidal wavetables of varying lengths and depths.
Output is available as a list or an array of unsigned integers.
The array format is useful for copying and pasting wavetables into code.

Example Output:
{8,10,13,14,15,14,13,10,8,5,2,1,0,1,2,5}
Settings: Sixteen samples long, sixteen samples deep, array format.

Instalation:
Clone the SWTG repository: https://github.com/jimfrize/SWTG.git
Or download a zip of the project: https://github.com/jimfrize/SWTG/archive/master.zip

Now open Terminal, move to the SWTG directory and run the following command:
make

This will compile a binary called SWTG that will be suitable for use on your system.
Please direct any questions or comments to jim@sonodrome.co.uk

About

Sine Wave Table Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published