Search results

  1. T

    Missing Build Docs / Schematics

    Build docs for Nucleus Overdrive and Shrapnel Overdrive?
  2. T

    C25K pots (Abider / The Dude)

    Right here. 16mm pots
  3. T

    Derailer gain mods

    I looked at mine and I used a pair of TLE2072 opamps in mine. Probably because they are what I had on hand, at the time. I'm going to look at a possible volume mod. It's super loud and little usable range in the rotation of the pot. I'm building a second one. I really like the pedal but it...
  4. T

    Double FV-1 Reverb

    Super nice build. What opamps did you use?
  5. T

    Graphite Distortion - Transistor Question

    Measure the forward voltage. That will give you a ballpark idea. A curve tracer will give you a better a picture. I haven't ever measured those JFETs in that configuration. I might try that, tonight. My guess is that the type of JFET won't make a big difference (but I could be wrong).
  6. T

    Graphite Distortion - Transistor Question

    The JFETs are being used as clippers (similar to a diode).
  7. T

    Audio Probe Build - Some Thoughts

    I like my JMK test rig, as well. I use headphones and the test signal, mostly.
  8. T

    Is there a good sub for BA282 diode or can I use 2 diodes in series to get similar Vf=0.81V ( King Tone PCBs )

    MA856. That's even harder to find. You can find them here:. MA856 for sale. They are pricey.
  9. T

    Stripping ;)

    I use PTFE wire so the auto strippers don't work for me. If I didn't like PTFE so well, I'd go to the auto strippers.
  10. T

    Terrarium / transmogriFX

    Ha. I took a break from it. I'm working on a tremelo, right now (Super simple, 8-waveforms, though - just got to dial in the depth control). Should have it ready, soon. After that, I'll get back to the KoT. I learned some good debugging tricks.
  11. T

    Getting to know Daisy (C++)

    I'm working on getting debugging setup on Linux. Hopefully, it isn't epic.
  12. T

    Terrarium / transmogriFX

    I got the code ported over, refactored and controls set for the Terrarium. And I don't get any sound. Dangit. Now I have to figure out the code and debug it. I figured out how his code works at a high level. Not so sure how every line works. Oh well. That's the best way of learning -...
  13. T

    Terrarium / transmogriFX

    I was thinking about the KoT on the Terrarium. It'd be easy to put two channels. Maybe 4-8 presets.
  14. T

    Terrarium / transmogriFX

    Interesting code. I want to port the KoT emulator over. I don't think the Terrarium is a natural fit for all the effects. Maybe if it had a display of some kind.
  15. T

    Compiling on Ubuntu worked!

    I'll help out with the Mac and Windows, if you haven't got it figured out. I've done a lot of cross-platform stuff, in the past. I still won't support it with my github examples - sick of it.
  16. T

    Compressor example

    I posted some code for a compressor using the module in the DaisySP library. I don't know much about digital compressors (or compressors for that matter). I've built 5 analog ones but I only like a little bit of compression. Autogain seems a little loud. I've had a migraine for the last 3...
  17. T

    Compiling on a Mac

    I'd expect a different compiler to produce a different size of code. Also, it depends on the optimizations, etc. I wouldn't be too worried about binary size.
  18. T

    MultiDelay effect

    I do everything from the shell. The command I use is: make program-dfu which translates to: dfu-util -a 0 -s 0x80000000:leave -D $(TARGET_BIN) -d 0483:df11 where $(TARGET_BIN) is the name of your binary file. BTW. I have a sample compressor almost finished. It's working but I need to...
  19. T

    MultiDelay effect

    Terrible code that that I copied over from the example. 48000 is the sample rate (number of samples per second). It shouldn't be hard coded. Change the 1.f to 2.0f for 2 seconds.
  20. T

    Terrarium jacks?

    Hard to tell from the picture. I always measure with a dmm. I make sure tip goes to input or output and that the sleeves go to ground. If I have the schematic, I check that there's continuity to the first component on my board for the in and out.
Back
Top