vinyl plugin

All your LV2 and LADSPA goodness and more.

Moderators: MattKingUSA, khz

User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

vinyl plugin

Post by funkmuscle »

hey anyone knows if we have a quiet plugin for Linux to create that vinyl record effect?
the crackling, the hiss without the extra noise like the LADSPA plugin?
CrocoDuck
Established Member
Posts: 1133
Joined: Sat May 05, 2012 6:12 pm
Been thanked: 17 times

Re: vinyl plugin

Post by CrocoDuck »

I clearly remember using a perhaps LADSPA plugin that does that. I am gonna check if I can dig that out.

EDIT:
funkmuscle wrote: the crackling, the hiss without the extra noise like the LADSPA plugin?
Oh wait: perhaps that is the LADSPA plugin I was thinking of.
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: vinyl plugin

Post by funkmuscle »

42low wrote:There must be at least one as i confronted that
Have to search though between the many installed. Later.

But you can always loop a sample (ore more together) if you can't find a good one.
no project yet.. would just like to have a good one handy. thanx!
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: vinyl plugin

Post by funkmuscle »

CrocoDuck wrote:I clearly remember using a perhaps LADSPA plugin that does that. I am gonna check if I can dig that out.

EDIT:
funkmuscle wrote: the crackling, the hiss without the extra noise like the LADSPA plugin?
Oh wait: perhaps that is the LADSPA plugin I was thinking of.
yeah Croco, that's the one if it's the ladspa in Arch
ssj71
Established Member
Posts: 1294
Joined: Tue Sep 25, 2012 6:36 pm
Has thanked: 1 time

Re: vinyl plugin

Post by ssj71 »

it probably wouldn't be much to make the noise level adjustable.

or just change line 314 of swh-lv2-1.0.15/vynil-swh.lv2/plugin.c to be :
src_m = biquad_run(highp, src_m) + click_buffer[click_buffer_pos.part.in & (CLICK_BUF_SIZE - 1)] * click_gain * 0.5f

which takes the noise out entirely. if you are keen to compile yourself this should do it.
_ssj71

music: https://soundcloud.com/ssj71
My plugins are Infamous! http://ssj71.github.io/infamousPlugins
I just want to get back to making music!
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: vinyl plugin

Post by funkmuscle »

ssj71 wrote:it probably wouldn't be much to make the noise level adjustable.

or just change line 314 of swh-lv2-1.0.15/vynil-swh.lv2/plugin.c to be :
src_m = biquad_run(highp, src_m) + click_buffer[click_buffer_pos.part.in & (CLICK_BUF_SIZE - 1)] * click_gain * 0.5f

which takes the noise out entirely. if you are keen to compile yourself this should do it.
thanx Spencer, I'll give that one a shot!

Harv
tramp
Established Member
Posts: 2335
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 454 times

Re: vinyl plugin

Post by tramp »

Not a vinyl, but you may try GxTape from the guitarix suite.
On the road again.
AJprog
Established Member
Posts: 10
Joined: Tue Sep 27, 2016 11:08 am

Re: vinyl plugin

Post by AJprog »

I used the VTX-Vinylusion VST plugin http://www.vetrixmusic.com/download_vstplugins.html in LMMS and exported as samples to mix in audacity for the start and end of this track https://soundcloud.com/user-414610945/slide-ride
User avatar
ufug
Established Member
Posts: 525
Joined: Tue Jan 10, 2012 12:28 am
Has thanked: 71 times
Been thanked: 22 times

Re: vinyl plugin

Post by ufug »

@funkmuscle, is there a particular reason you want to go the plug-in route?

There are a gazillion free samples out there of various vinyl sound artifacts. In general I think they would sound more realistic and be more flexible than any plugin.
listenable at c6a7.org
Luc
Established Member
Posts: 741
Joined: Fri Mar 27, 2015 1:04 pm
Been thanked: 1 time

Re: vinyl plugin

Post by Luc »

There is this contraption on the Debian repository:
http://xwax.org
xwax is open-source vinyl emulation software for Linux. It allows DJs and
turntablists to playback digital audio files (MP3, Ogg Vorbis, FLAC, AAC and
more), controlled using a normal pair of turntables via timecoded vinyls.

It's designed for both beat mixing and scratch mixing. Needle drops, pitch
changes, scratching, spinbacks and rewinds are all supported, and feel just
like the audio is pressed onto the vinyl itself.

The focus is on an accurate vinyl feel which is efficient, stable and fast.
I haven't tried it so I don't know if it fits any particular purpose.

If you don't mind using Windows plugins, I can surely recommend something.
User avatar
Michael Willis
Established Member
Posts: 1450
Joined: Mon Oct 03, 2016 3:27 pm
Location: Rocky Mountains, North America
Has thanked: 68 times
Been thanked: 162 times
Contact:

Re: vinyl plugin

Post by Michael Willis »

At the risk of being Captain Obvious, there is this: https://freesound.org/search/?q=vinyl+static

The first sample in the search result seems like it would probably do the trick.
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: vinyl plugin

Post by funkmuscle »

Michael Willis wrote:At the risk of being Captain Obvious, there is this: https://freesound.org/search/?q=vinyl+static

The first sample in the search result seems like it would probably do the trick.
Hmm, that may do the trick but none of those samples would do but that's telling me if I googled it, I'd find a good working sample.
User avatar
eikakot
Established Member
Posts: 103
Joined: Fri Jan 29, 2010 2:24 pm
Location: Vilnius, Lithuania
Has thanked: 7 times
Been thanked: 3 times
Contact:

Re: vinyl plugin

Post by eikakot »

What I have used some time ago was airwave with izotope vinyl.
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: vinyl plugin

Post by funkmuscle »

eikakot wrote:What I have used some time ago was airwave with izotope vinyl.
most Windows vsts with airwaves or carla or whatever gives me crazy xruns using Ardour.. would not even try with MixBus. They all work fine in LMMS. :(
User avatar
funkmuscle
Established Member
Posts: 2800
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 129 times
Been thanked: 31 times

Re: vinyl plugin

Post by funkmuscle »

42low wrote:I don't think this one is mentioned yet.
Just saw that this one is within my plugin packages. Judge yourself if it is good enough (never used it myself).

Image
that is the one I mentioned. The LADSPA one. very noise. Sounds like my old amp during rehearsal. That loud hiss like if it's alive.. :D
Post Reply