Re: [LAD] Wavetral - a tool to convert between single cyel waves and spectra

2021-05-17 Thread Yuri
On 5/17/21 2:24 PM, Jeanette C. wrote: Stranglely, when I tried I wasn't on the master branch, so I had to do cd wavetral git checkout master git pull Maybe it's just my git setup. You have both 'main' and 'master' branches. You need to delete the 'main' branch locally: |$ git branch -D mai

[LAD] Wavetral - a tool to convert between single cyel waves and spectra

2021-05-17 Thread Jeanette C.
Hey hey, I just released wavetral, a tool to convert between single cycle waveforms and harmonic spectra in different formats. It supports audiofiles, plaintext representations (one value per line), Waldorf Microwave II/XT wave dumps. It can furthermore read Csound ftables as stored by ftsave a

Re: [LAD] [SOLVED] Finding libfftw3 with cmake

2021-05-17 Thread Jeanette C.
Experimenting further I found the PkgConfig package and some kind of documentation for that. Best wishes, Jeanette -- * Website: http://juliencoder.de - for summer is a state of sound * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g * Audiobombs: https://www.audiobombs.co

[LAD] Finding libfftw3 with cmake

2021-05-17 Thread Jeanette C.
Hey hey, what is the easiest way to find libfftw3 with cmake? I've seen a few find_package scripts, but they don't appear to work. The source compiles, but gets linking problems. I've seen something in Yoshimi using pkg_check_modules but I don't completely understand the following mechanism n