[ANN] Bedroom Studio early preview

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
peter.semiletov
Established Member
Posts: 119
Joined: Thu May 11, 2023 1:09 pm
Has thanked: 25 times
Been thanked: 82 times
Contact:

[ANN] Bedroom Studio early preview

Post by peter.semiletov »

Hello!
I've started to write new LV2-plugins set called Bedroom Studio - https://github.com/psemiletov/bedroomstudio
It will be a set of essential effects (yes, I hear the voices "why another plugins set?!"), it is my effort to write something laconic/minimalistic and with its special sound - that's how for example DS-1 or OD-1 has its special, unique sound with just 3 knobs.
The first plugin at the set is distortion (sure:) Metalluga. Metalluga is a word from USSR times, originally meaned the heavy metal fans.
It has 5 sliders:
Drive
Level
Weight
Resonance
Warmth
Their combination gives diffenent kinds of distortion.
Feedback is welcome :)
PS As usual, it is the cmake project, also you can install it for Arch with yay -S bedroomstudio-git

User avatar
funkmuscle
Established Member
Posts: 2814
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 133 times
Been thanked: 34 times

Re: [ANN] Bedroom Studio early preview

Post by funkmuscle »

Just tried this with my Marshall in a box pedal, and an IR in Reaper and wow dude, really like it..
Great job with this so far man!

User avatar
peter.semiletov
Established Member
Posts: 119
Joined: Thu May 11, 2023 1:09 pm
Has thanked: 25 times
Been thanked: 82 times
Contact:

Re: [ANN] Bedroom Studio early preview

Post by peter.semiletov »

upd: +Charm - the saturation effect, makes sound more "analog". Stereo input/output.

User avatar
peter.semiletov
Established Member
Posts: 119
Joined: Thu May 11, 2023 1:09 pm
Has thanked: 25 times
Been thanked: 82 times
Contact:

Re: [ANN] Bedroom Studio early preview

Post by peter.semiletov »

funkmuscle wrote: Sun Oct 15, 2023 12:28 am

Just tried this with my Marshall in a box pedal, and an IR in Reaper and wow dude, really like it..
Great job with this so far man!

Thank you! More effects coming soon.

User avatar
funkmuscle
Established Member
Posts: 2814
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 133 times
Been thanked: 34 times

Re: [ANN] Bedroom Studio early preview

Post by funkmuscle »

peter.semiletov wrote: Sun Oct 15, 2023 6:29 pm

upd: +Charm - the saturation effect, makes sound more "analog". Stereo input/output.

Yes I've noticed the warmth..

User avatar
Michael Willis
Established Member
Posts: 1460
Joined: Mon Oct 03, 2016 3:27 pm
Location: Rocky Mountains, North America
Has thanked: 71 times
Been thanked: 169 times
Contact:

Re: [ANN] Bedroom Studio early preview

Post by Michael Willis »

Ooh, fun! How did you decide upon the math to use for your effects? For example, I noticed that your distortion function uses tanh() twice, and your warmth function uses sin(). Can you recommend any resources to learn more about specific functions used in DSP?

User avatar
peter.semiletov
Established Member
Posts: 119
Joined: Thu May 11, 2023 1:09 pm
Has thanked: 25 times
Been thanked: 82 times
Contact:

Re: [ANN] Bedroom Studio early preview

Post by peter.semiletov »

Michael Willis wrote: Sun Oct 15, 2023 9:37 pm

Ooh, fun! How did you decide upon the math to use for your effects? For example, I noticed that your distortion function uses tanh() twice, and your warmth function uses sin(). Can you recommend any resources to learn more about specific functions used in DSP?

I read musicdsp.org, dowload a lot of books from libgen.is, and also use a Big Liar called Chat GPT :) I'm not good in math, I just try some code and listen how it sounds, is that good, then modify something, try again, etc. For sure I read, for example, shematics of guitar pedal XYZ, and see - here is the filter stage, here is clipper, etc - so why not try to do something in the code.

User avatar
Michael Willis
Established Member
Posts: 1460
Joined: Mon Oct 03, 2016 3:27 pm
Location: Rocky Mountains, North America
Has thanked: 71 times
Been thanked: 169 times
Contact:

Re: [ANN] Bedroom Studio early preview

Post by Michael Willis »

peter.semiletov wrote: Tue Oct 17, 2023 3:48 pm

Big Liar called Chat GPT :)

:lol: :lol: :lol:

Post Reply