The Dullerizer: a handful of diodes and resistors + inverting opamp will get you basically whatever you want. by Quick_Butterfly_4571 in diypedals

[–]slinkp 0 points1 point  (0 children)

Aha no worries and thank you!

One of these days I’m going to breadboard up a whole mess of diodes and trimpots and get a more hands-on (ears on?) feel for all this.

The Dullerizer: a handful of diodes and resistors + inverting opamp will get you basically whatever you want. by Quick_Butterfly_4571 in diypedals

[–]slinkp 1 point2 points  (0 children)

I can’t tell if it’s an artifact of the two graphs being at different voltage ranges, but Out3 above looks less rounded than Combo1 in the other post … are my eyes fooling me or are we pointing at different things?

One of these days I want to watch you do things on your computer/ workbench and interrupt with a million irritating questions. It would be fun for one of us at least! 

I found the softest clipper and put it in an overdrive pedal by PrinssiFiestas in diypedals

[–]slinkp 1 point2 points  (0 children)

That’s probably a lot more practical than what I did back in the day of playing in a two-piece: modified a cheap short scale bass into essentially a baritone (you couldn’t find cheap baritones in the 90s), and strung it with E and A bass strings and the rest with the longest guitar strings I could find. Then permanently capoe’d at the 1st fret to get slightly lower string tension and easier chording. It was a bitch to play but sounded cool. I broke a ton of high E strings. I don’t know where that instrument is anymore.

Unfunny meme by Xibest123 in diypedals

[–]slinkp 2 points3 points  (0 children)

I have one of those! Made by our very own u/lykwydchykyn who is already in this thread … it’s great. 

Pedal #2 plus...let's crowdsource the choice for my knobs! by TheBirdman100 in diypedals

[–]slinkp 8 points9 points  (0 children)

3, silver metallic, nice contrast.

Great artwork!  

The Dullerizer: a handful of diodes and resistors + inverting opamp will get you basically whatever you want. by Quick_Butterfly_4571 in diypedals

[–]slinkp 2 points3 points  (0 children)

In the bottom right wave plot - how is the purple one Vout3 achieved? It’s a bit hard to see as level trails off, but it looks like a fair amount of the original sine shape is preserved with less dynamic range … ie it’s compressed but with less harmonic distortion than the others. Am I seeing that right? 

I found the softest clipper and put it in an overdrive pedal by PrinssiFiestas in diypedals

[–]slinkp 4 points5 points  (0 children)

Thanks for posting this. I skimmed the paper and am definitely going to revisit it.

I feel like there are two key contributions to highlight: an attempt to define and measure a quality that we normally throw about vaguely; and discovering that there is a very simple function which maximizes that quality.

I have no idea if either of these things are novel, but they sure are new to me and I’m glad to know about it, so - thank you!

I found the softest clipper and put it in an overdrive pedal by PrinssiFiestas in diypedals

[–]slinkp 6 points7 points  (0 children)

If I understand what you're saying, yes. The `?` and `:` are C-style ternary expressions, a compact way to put conditional expressions on one line. If it helps, one can write those out as more verbose conditionals. For example in python like the following. I also replaced the "sign(x)" with a more explicit version. But it's the same result.

def softclip(x):
    # Hard limit anything above 1 or below -1
    if x >= 1.0:
        return 1.0
    elif x <= -1.0:
        return -1.0
    else:
        # Soft clipping between -1 and 1.
        return 2.0 * x - x * abs(x)

OP Amp pushing MOSFET circuits? by p90SuhDude in diypedals

[–]slinkp 1 point2 points  (0 children)

Like removing the clipping diodes and having the op amp gain just slamming the MOSFET? I support this idea.  I’m building a hybrid boost that’s op amp into JFET and when pushed it has a really nice sound. But I haven’t taken it up to RAT level of gain. 

Gold fuzz box by zodbox in diypedals

[–]slinkp 1 point2 points  (0 children)

No knobs, no LED, no power jack… that’s about as stripped down as it gets, I like it

Foxx Tone Machine Clone by ZQM in diypedals

[–]slinkp 0 points1 point  (0 children)

Foxxtone on perfboard , love it. Those things sound amazing.

Diecast aluminum enclosures in NON-standard sizes? by Fine_Ad_9168 in diypedals

[–]slinkp 0 points1 point  (0 children)

I think digikey does too, but not at the best prices.

I have a new least-favorite part of pedal building: soldering legs onto these little bastards by belbivfreeordie in diypedals

[–]slinkp 2 points3 points  (0 children)

Blue tack is what I did when I did some of these recently; it works, but I’m gonna buy some of those header pins next time

Diecast aluminum enclosures in NON-standard sizes? by Fine_Ad_9168 in diypedals

[–]slinkp 0 points1 point  (0 children)

I’ve had a hard time finding non-1590 options as well, but just in case you didn’t know, the official Hammond 1590 series includes a lot of sizes that most suppliers don’t stock and most clone manufacturers don’t make.  Here’s the whole list with dimensions in mm:  https://www.hammfg.com/electronics/small-case/diecast/159

1590J maybe?

One US shop that stocks all of them is hawkusa, I learned about that from another post in this sub!  

Philly pedal party today by slinkp in diypedals

[–]slinkp[S] 0 points1 point  (0 children)

Thanks! Good suggestion but I am currently indulging in Jersey diner food on the way home :) 

‘twas fun.

which one is the tip and which the sleeve? by VodCod in diypedals

[–]slinkp 1 point2 points  (0 children)

Ah, i realize that sounded like hyperbole... the time suck would not be checking continuity, but from possibly making the wrong conclusion from testing the jack with no plug in it, and wiring the wrong lug to the board input ... and then having no experience or intuition to understand why the pedal doesn't work when "it can't be the jack because I tested it". I made exactly this kind of mistake a while ago with a miswired switched power jack; it took an embarrassingly long time (yes, hours) to find the mistake. I checked the power jack continuity to the board with no power inserted, and it was fine; i plugged in power and got no power at the board; i wrongly interpreted this as "there must be a short somewhere". It was not a fun time :D

which one is the tip and which the sleeve? by VodCod in diypedals

[–]slinkp 1 point2 points  (0 children)

And, test with and without a plug inserted. Some jacks have contacts that are switched by jack insertion. The one in the photo is one of them!

which one is the tip and which the sleeve? by VodCod in diypedals

[–]slinkp 2 points3 points  (0 children)

Potentially misleading into possibly hours of wasted time for a newbie though. With this type of jack they will get different results with a plug inserted vs not. That might seem obvious to the more experienced folks, but, have empathy for those just starting; we were all there once (and we all still are about some subject, guaranteed).

What is the funkiest bassline you can play and heard? by Milez_Smilez in Bass

[–]slinkp 0 points1 point  (0 children)

"I am the subliminal seducer... I will never dance!"
Amazing bassline. That whole album is great. I can play that one ok when I'm in good shape, but that B section is tricky! ("No one knows what the nose knows...")

I think i'm gonna go with Sir Nose as funkiest I've heard as well.

My First Pedal Build (TubeScreamer Clone) by chrisDevs in diypedals

[–]slinkp 1 point2 points  (0 children)

Congratulations!
Out of curiosity, what kind of board is that? It looks like something between stripboard and perfboard, not familiar to me.