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
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
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
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