Chow DSP - AnalogTapeModel

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

Post Reply
User avatar
khz
Established Member
Posts: 1648
Joined: Thu Apr 17, 2008 6:29 am
Location: German
Has thanked: 42 times
Been thanked: 92 times

Chow DSP - AnalogTapeModel

Post 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
. . . FZ - Does humor belongs in Music?
. . GNU/LINUX@AUDIO ~ /Wiki $ Howto.Info && GNU/Linux Debian installing >> Linux Audio Workstation LAW
  • I don't care about the freedom of speech because I have nothing to say.
Rodney
Established Member
Posts: 232
Joined: Mon May 28, 2018 3:56 pm
Has thanked: 9 times
Been thanked: 14 times

Re: Chow DSP - AnalogTapeModel

Post by Rodney »

Wow looks cool, definitely checking it out. Thanks for sharing!
merlyn
Established Member
Posts: 1392
Joined: Thu Oct 11, 2018 4:13 pm
Has thanked: 168 times
Been thanked: 247 times

Re: Chow DSP - AnalogTapeModel

Post 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.
Rodney
Established Member
Posts: 232
Joined: Mon May 28, 2018 3:56 pm
Has thanked: 9 times
Been thanked: 14 times

Re: Chow DSP - AnalogTapeModel

Post 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!
Kott
Established Member
Posts: 818
Joined: Thu Mar 21, 2013 12:55 am
Location: Vladivostok
Has thanked: 65 times
Been thanked: 122 times

Re: Chow DSP - AnalogTapeModel

Post by Kott »

I think you have sources without submodules.
run
git clone --recursive https://github.com/jatinchowdhury18/AnalogTapeModel
to get them all
Post Reply