Page 1 of 1

Chow DSP - AnalogTapeModel

Posted: Sat Aug 01, 2020 6:36 am
by khz
CHOW Tape Model is a physical model of an analog tape machine, implemented as an audio plugin.
https://github.com/jatinchowdhury18/AnalogTapeModel
# Instructions For Building - https://github.com/jatinchowdhury18/Ana ... UILDING.md

Re: Chow DSP - AnalogTapeModel

Posted: Sat Aug 01, 2020 2:06 pm
by Rodney
Wow looks cool, definitely checking it out. Thanks for sharing!

Re: Chow DSP - AnalogTapeModel

Posted: Sat Aug 01, 2020 7:33 pm
by merlyn
I tried this out. If you're using Arch Linux it's available in the AUR. It didn't load as a plugin in Ardour, but it did load as a plugin in Carla and as a plugin inside the Carla plugin in Ardour.

When worse is better. Technically worse, subjectively better. Funny bunch musicians. They fret about 'transparency', 'linearity' and 'colouring their sound' while getting audio into the computer, then proceed to mangle the audio with a non-linear processor. :) I thought it did sound better with this plugin on the master bus.

Re: Chow DSP - AnalogTapeModel

Posted: Sun Dec 06, 2020 8:04 pm
by Rodney
Tried to build in AvLinux Mx edition but failed, I´ve installed all the dependencies. The following errors show up:

build_linux.sh line 10: cd: Juce/extras/Projucer/Builds/LinuxMakefile/build/Projucer: No such file or directory
make: *** No targest specified and no makefile found. Stop.
build_linux.sh line 16: ./Juce/extras/Projucer/Builds/LinuxMakefile/build/Projucer: No such file or directory
build_linux.sh line 17: ./Juce/extras/Projucer/Builds/LinuxMakefile/build/Projucer: No such file or directory
build_linux.sh line 18: ./Juce/extras/Projucer/Builds/LinuxMakefile/build/Projucer: No such file or directory
build_linux.sh line 19: Builds/LinuxMakeFile/Makefile: No such file or directory
build_linux.sh line 22: cd: Builds/LinuxMakeFile: No such file or directory
make: ***No targest specified and no makefilefound. Stop.

Have no idea what´s wrong. Dying to trying this one out, looks great :D

Thanks for sharing!

Re: Chow DSP - AnalogTapeModel

Posted: Sun Dec 06, 2020 11:29 pm
by Kott
I think you have sources without submodules.
run
git clone --recursive https://github.com/jatinchowdhury18/AnalogTapeModel
to get them all