I wanted to play around with wave generation, so I decided to make my own little program to let me create waves and listen to them.
Download here or check out the BitBucket repository. Once you start, you will see something like this:
Place your cursor in the text box at the bottom, and use the keyboard to play like a piano:
Use the drop down at the top to choose different built-in wave types, or type in the box and click "Generate" to create your own:
Most math functions I've aliased to just their names, such as Sin or sin instead of Math.Sin.
This program uses NAudio for the sound generation.
I've been having fun playing with it, figured I'd put it out into the wild.
Download here or check out the BitBucket repository. Once you start, you will see something like this:
Place your cursor in the text box at the bottom, and use the keyboard to play like a piano:
Use the drop down at the top to choose different built-in wave types, or type in the box and click "Generate" to create your own:
Most math functions I've aliased to just their names, such as Sin or sin instead of Math.Sin.
This program uses NAudio for the sound generation.
I've been having fun playing with it, figured I'd put it out into the wild.