Search results

  1. T

    DEMO Neural Seed: A.I. Amp/Pedal Capture on the Terrarium Pedal

    Finished assembling a Terrarium last night - and Neural Seed was the first thing I tried. Great fun!
  2. T

    1uf caps for terrarium

    My confusion was from looking at a 1590 box, the 125B is deeper. Plenty of room.
  3. T

    1uf caps for terrarium

    I haven't ordered a box from Tayda for it yet, but I built a Terrarium this week (I've had the parts since it first appeared, just never assembled). Looking at it, and measuring, I'm wondering if I'll need to remove the STLINK header from the Daisy to make it fit. It looks very close.
  4. T

    1uf caps for terrarium

    Sockets may seem like a good idea, but they’re meant for IC legs, not male headers as used on Daisy (and other microcontroller modules.) Female headers as linked in the second post here are cheap and correct. And they create appropriate space for all the parts underneath.
  5. T

    Trying to decide what language to use for the Daisy Seed in the Terrarium

    Programming microcontrollers to do something interesting is a lot different from being paid to make somebody else rich. I’m a retired SW engineer, and still enjoy the puzzle-solving aspect of programming.
  6. T

    Which digital platform?

    I have other boards (Teensy, Axoloti, Akso) which don't have this problem. In my opinion, the Seed should have been designed in a way that doesn't require external fixes. And it should still be noted, that ElectroSmith has been silent on the issue. No denials, and no suggestions. They're...
  7. T

    Which digital platform?

    If I'm not mistaken, there has been no official comment from ElectroSmith about the 1Khz whine. To me, this doesn't inspire confidence.
  8. T

    1kHz noise with Terrarium board

    You’re suggesting that a digital filter will eliminate the noise?
  9. T

    EXAMPLE How to access the Terrarium toggle / footswitches

    It’s generally not a good idea to have multiple copies of the same file floating around. On Linux and Mac OS, you can use symbolic links to manage this better . On Windows, I don't know.
  10. T

    Compiling on a Mac

    I've had Daisy builds working on my Mac (10.14.6) for a while now, both libdaisy and DaisyDuino. I'm waiting for parts to build terrarium. I just download tcpoint code from github, it all builds error-free. I loaded multidelay onto my Daisy Pod. Obviously, controls don't work,Pod is different...
  11. T

    No switches but 24 knobs?

    3 switches has 2^3 combinations. That's 8. UDD is duplicated.
  12. T

    No switches but 24 knobs?

    The Daisy only has one program loaded at a time. If you wrote a program that contains multiple ‘sub-programs’ , this could work. Your idea about the switches is inefficient. 5 switches can be set in 2^^5 states. That’s 32, not 10.
  13. T

    How to set up the Daisy in Arduino?

    Looks like dfu-util isn’t installed, or not in the expected location. Also, programs written to build from the command-line won’t work under Arduino. This is not a Daisy limitation, it’s true for all boards supported in Arduino.
Back
Top