Search found 15 matches

by pdesaulniers
Tue Apr 16, 2019 11:56 pm
Forum: Linux Music News
Topic: Wolf Spectrum - Free spectrogram plugin (LV2/VST/Jack)
Replies: 5
Views: 4631

Re: Wolf Spectrum - Free spectrogram plugin (LV2/VST/Jack)

I see you're using a library called kissfft; could you elaborate on how you made your choice? I went with kissfft instead of FFTW, because it is lighter and easier to integrate. As for kissfft vs. Project Nayuki's FFT, it seems like they are fairly similar at first glance. I suppose both would've b...
by pdesaulniers
Mon Apr 15, 2019 11:40 pm
Forum: Linux Music News
Topic: Wolf Spectrum - Free spectrogram plugin (LV2/VST/Jack)
Replies: 5
Views: 4631

Wolf Spectrum - Free spectrogram plugin (LV2/VST/Jack)

Screenshot.png Wolf Spectrum is a free spectrogram plugin. It can be used to analyze the frequency content of signals over time. It is meant to be a FLOSS alternative to software like Baudline and the spectrogram in Renoise. It has already been featured in the unfa livestreams a few time, but this ...
by pdesaulniers
Thu Mar 28, 2019 10:29 pm
Forum: Plugins, Effects and Instruments
Topic: Open source Gross Beat alternative
Replies: 12
Views: 4620

Re: Open source Gross Beat alternative

I've been wanting a Gross Beat clone for a very good while now. I'm a fan of that plugin.

I *think* I could hack together a Gross Beat alternative real quick. It would use Wolf Shaper's graph, which is based on the ones in FL Studio. I'll keep you informed.
by pdesaulniers
Tue Feb 12, 2019 10:14 pm
Forum: Samplers & samples
Topic: Tool for rendering instrument plugins to samples?
Replies: 15
Views: 4445

Re: Tool for rendering instrument plugins to samples?

It seems like suil-libs is a KXStudio-specific package.

I've forked synthclone and added a .deb that I built myself in the releases tab: https://github.com/pdesaulniers/synthclone/releases

Hopefully, this should be easier to install...
by pdesaulniers
Tue Feb 12, 2019 1:40 am
Forum: Samplers & samples
Topic: Tool for rendering instrument plugins to samples?
Replies: 15
Views: 4445

Re: Tool for rendering instrument plugins to samples?

Yes please! I don't have those repos installed and would rather not install just for this app. Is there a way to access the repo packages without adding them to my install? I don't know much about Ubuntu, so I'm really not sure. However, I think you could take the .deb from Launchpad directly (thou...
by pdesaulniers
Tue Feb 12, 2019 12:27 am
Forum: Samplers & samples
Topic: Tool for rendering instrument plugins to samples?
Replies: 15
Views: 4445

Re: Tool for rendering instrument plugins to samples?

d.healey wrote:If you manage to build this on an Ubuntu based distro please send me a copy :)
It seems like it's already available in the KXStudio repositories. Do you still want a copy anyway?
by pdesaulniers
Mon Feb 11, 2019 12:48 am
Forum: Samplers & samples
Topic: Tool for rendering instrument plugins to samples?
Replies: 15
Views: 4445

Tool for rendering instrument plugins to samples?

Hi! I'm looking for something similar to the 'Plugin Grabber' in Renoise: screenshot.jpg It allows converting instrument plugins to samples, by playing a range of notes one-by-one and recording the output for each note. Does anybody know a similar tool? I vaguely remember a program that did this... ...
by pdesaulniers
Sat Jan 05, 2019 4:09 pm
Forum: Recorders & Sequencers
Topic: CPU Load - Renoise
Replies: 6
Views: 1595

Re: CPU Load - Renoise

I don't know much about Reaper, but I know that Renoise can run plugins in a different process (sandbox mode), which can cause plugins to run a bit slower. You can toggle it in Preferences > Plug/Misc > Run all plugins in sandboxes. Not sure if it makes a big difference, though. EDIT: Also, in your ...
by pdesaulniers
Sun May 20, 2018 5:47 pm
Forum: Plugins, Effects and Instruments
Topic: Wolf Shaper – Waveshaper plugin w/ graph editor
Replies: 11
Views: 5326

Re: Wolf Shaper – Waveshaper plugin w/ graph editor

I've added some warp modes to Wolf Shaper :) This allows to dynamically skew the graph nodes towards the center or the sides of the graph. It makes the graph automatable to a certain extent.
by pdesaulniers
Mon May 14, 2018 3:03 am
Forum: Plugins, Effects and Instruments
Topic: Wolf Shaper – Waveshaper plugin w/ graph editor
Replies: 11
Views: 5326

Re: Wolf Shaper – Waveshaper plugin w/ graph editor

Oversampling should work now :) It's a bit cpu-hungry, though.
by pdesaulniers
Sun May 06, 2018 3:21 pm
Forum: Plugins, Effects and Instruments
Topic: Wolf Shaper – Waveshaper plugin w/ graph editor
Replies: 11
Views: 5326

Re: Wolf Shaper – Waveshaper plugin w/ graph editor

On my system, only the jack binary shows a GUI (but you knew that already). Anyone else have this problem? Yes, this issue seems to affect many people. I'm trying to reproduce it. I'm one of the many :) Thanks for your work Patrick. Cheers Erwan Seems like it's fixed now. Can you try it? Just nuke ...
by pdesaulniers
Sat May 05, 2018 8:54 pm
Forum: Plugins, Effects and Instruments
Topic: Wolf Shaper – Waveshaper plugin w/ graph editor
Replies: 11
Views: 5326

Re: Wolf Shaper – Waveshaper plugin w/ graph editor

rghvdberg wrote:On my system, only the jack binary shows a GUI (but you knew that already).

Anyone else have this problem?
Yes, this issue seems to affect many people. I'm trying to reproduce it.
by pdesaulniers
Fri May 04, 2018 6:19 pm
Forum: Plugins, Effects and Instruments
Topic: Wolf Shaper – Waveshaper plugin w/ graph editor
Replies: 11
Views: 5326

Wolf Shaper – Waveshaper plugin w/ graph editor

https://raw.githubusercontent.com/pdesaulniers/wolf-shaper/master/plugins/wolf-shaper/Screenshot.png I've been working on this DPF-based plugin for a while :) It distorts the input signal by applying a custom transfer function, which you can design yourself using curves. Features: Add up to 100 nod...