PixiWaveCreator

Post Reply
philipbergwerf
Posts: 174
Joined: Sat Mar 17, 2018 4:23 pm

PixiWaveCreator

Post by philipbergwerf »

PixiWaveCreator V1.0 is a fact!

I have created a simple tool for the creation of complex waveforms. You can specify the amp of 128 harmonics and the program auto-saves a short wave file every time you change something on one of the sliders. As well there is a plot of the waveform. I want to try to build it in the near future with more functions because it's so damn interesting; this world of wave-forms :)

In the code you can change:
  • The name of the output wav file
  • The desired amount of harmonics
  • The length of the wav file in samples
Have fun with it!
Attachments
PixiWaveCreator.pixi
(4.61 KiB) Downloaded 121 times
philipbergwerf
Posts: 174
Joined: Sat Mar 17, 2018 4:23 pm

Update; V1.1

Post by philipbergwerf »

PixiWaveCreator V 1.1
  • Use sine, triangle, saw or square as base by right clicking the base waveform area
  • Right click the export waveform area to make the current waveform the base waveform
  • You can now invert the harmonic in the harmonics editor
  • Right-click on a slider to set it to zero
  • default amount of harmonics decreased to 64 but you can still set it to any number you want (in the code)
For now this is what I wanted to create. In the future I want to try to make a live sampler on which you can listen to the current waveform so you don't have to load it first manually in the sampler.
Attachments
PixiWaveCreatorV1.1.pixi
(8.62 KiB) Downloaded 133 times
Post Reply