Molot Lite compressor

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
j_e_f_f_g
Established Member
Posts: 2032
Joined: Fri Aug 10, 2012 10:48 pm
Been thanked: 357 times

Molot Lite compressor

Post by j_e_f_f_g »

I've made LV2 and LADSPA versions of the Molot Lite compressor.

Includes both 32-bit and 64-bit versions, with a simple one-click install. Consult readme.txt
http://home.roadrunner.com/~jgglatt/molot.zip

If anyone wants the source (including LV2 Create .prj file):
http://home.roadrunner.com/~jgglatt/molot_src.zip

Author of BackupBand at https://sourceforge.net/projects/backupband/files/
My fans show their support by mentioning my name in their signature.

tripomatic
Established Member
Posts: 141
Joined: Mon May 21, 2012 4:42 pm
Has thanked: 2 times
Been thanked: 3 times

Re: Molot Lite compressor

Post by tripomatic »

I can't install the stereo one.

Getting error that TTL file is missing.

$ sudo make install
mkdir -p /usr/local/lib/lv2/Molot_Stereo_Lite.lv2
cp -f manifest.ttl /usr/local/lib/lv2/Molot_Stereo_Lite.lv2/manifest.ttl
cp -f Molot_Stereo_Lite.ttl /usr/local/lib/lv2/Molot_Stereo_Lite.lv2/Molot_Stereo_Lite.ttl
cp: cannot stat 'Molot_Stereo_Lite.ttl': No such file or directory
make: *** [install] Error 1
j_e_f_f_g
Established Member
Posts: 2032
Joined: Fri Aug 10, 2012 10:48 pm
Been thanked: 357 times

Re: Molot Lite compressor

Post by j_e_f_f_g »

Opps. I must have missed updating the Makefile in the zip file. This line:
cp -f Molot_Stereo_Lite.ttl $(INSTALL_DIR)/$(BUNDLE)/Molot_Stereo_Lite.ttl
Should be this:

Code: Select all

cp -f plugin.ttl $(INSTALL_DIR)/$(BUNDLE)/Molot_Stereo_Lite.ttl

Author of BackupBand at https://sourceforge.net/projects/backupband/files/
My fans show their support by mentioning my name in their signature.

User avatar
lucianodato
Established Member
Posts: 156
Joined: Sat May 15, 2010 9:00 pm
Has thanked: 3 times
Been thanked: 16 times

Re: Molot Lite compressor

Post by lucianodato »

thanks I was thinking to do the same port but I'm late haha
Arguy (IRC)
ickefes
Posts: 1
Joined: Sat Nov 02, 2013 11:13 pm

Re: Molot Lite compressor

Post by ickefes »

The links do not work anymore so can someone be kind and reupload it, thanks? Seing this available to Linux is almost a game changer. If someone could also port his Limiter6 it would be amazing. Regards.
User avatar
GMaq
Established Member
Posts: 2774
Joined: Fri Sep 25, 2009 1:42 pm
Has thanked: 520 times
Been thanked: 555 times

Re: Molot Lite compressor

Post by GMaq »

@j_e_f_f_g

If you are going to put up new links, could I ask you to rebuild all of the 32bit plugins with the latest LV2Create so they will install properly ? I had a go at doing them with LV2Create but was not successful, I'm sure it is pilot error on my part but it would benefit more people if your provided builds were fixed.

Thanks in advance
Post Reply