MarcTheSpark / scamp

a Suite in Python for Computer-Assisted Music [MIRROR of https://git.sr.ht/~marcevanstein/scamp]
http://scamp.marcevanstein.com
GNU General Public License v3.0
122 stars 11 forks source link

How do I get the waveforms for the music created? #8

Open PalaashAgrawal opened 1 year ago

PalaashAgrawal commented 1 year ago

Hi Mark! @MarcTheSpark SCAMP has such great potential. I've been following some tutorials, and they all are for playing notes realtime. I want to get the waveforms (either in the form of arrays containing high frequency 32 bit values, or in the form of wav/mp3 files).

My goal is to

  1. visualize the waveforms, and
  2. send the music generated by scamp to a DAW (like reaper) and apply VST FX on the sound.

Can you point me to the right direction? Thanks