Search results

  1. Dali

    No switches but 24 knobs?

    Sorry for being inefficient.
  2. Dali

    Tayda pre-drilled enclosure Q/request

    I'm a lucky one with no OCD. ;)
  3. Dali

    More Daisy code (pod)

    And there's also this looper with 5 freaking minutes of loop (for Daisy Patch) ! https://github.com/misterinterrupt/PatchLooperExample/blob/master/Looper.cpp I wish I was able to code...
  4. Dali

    More Daisy code (pod)

    This one is for guitar but probably Petal (? but no mention of it in the code): https://github.com/Spstolar/daisy-projects/tree/master/GuitarMultieffects
  5. Dali

    More Daisy code (pod)

    I'm writing about stuff I don't master, just ignore me if it's useless... I found this project with code in it for Daisy. It was adapted for the Electro-smith Daisy pod but my instinct tells me it would be usable in a Terrarium too. https://github.com/MrBlueXav/Dryftor
  6. Dali

    Tayda pre-drilled enclosure Q/request

    I developed a new technic this weekend for my drilling. I don't even have a proper bench drill. Terrarium have 17 holes! So what I did was simply punch each of the small center-dot of the building docs and it worked very well. I put a bloc of wood before punching so the metal would not bend...
  7. Dali

    Enclosure Designs - What Inspires You?

    All of those. I like renaming PCB (when I got ideas). It could be anything. My Green Ringer was renamed "Green Cyclop" because there's no control, just one LED in center so it made sense to me. Guild Foxey (Big Muff) => Fripp73. Because Robert Fripp use that pedal 73-79. Raincoat OD => Flat...
  8. Dali

    Getting to know Daisy (C++)

    So we all wait for the "How to make it works" tutorial now... :p
  9. Dali

    Son of Kong EQ/Gain

    This one is highly intriguing... Since Frank asked to have the circuit in his guitar, we must take for granted it's worth studying... https://spontaneousaudio.com/products/son-of-kong/ Demo:
  10. Dali

    EQD Spatial Delivery

    1590BB enclosure?
  11. Dali

    MultiDelay effect

    And as you see later, there are "CASEs" so just changing the "i < 3" is not sufficient. You need to assign a case to it. I think KNOB_6 is "available"... <standard disclaimer> I may be wrong ! </> ;)
  12. Dali

    Compiling on Ubuntu worked!

    Non. :p But frankly I don't see anything in tcpoint code that looks "Linux-only" related so it's possible Libdaisy or an external library like the "arm-none-eabi-gcc" has a problem not currently in the Linux version. I'm clueless. As long as the only Terrarium-ready code available is from...
  13. Dali

    Compiling on Ubuntu worked!

    Finally on a third environment, I was able to get tcpoint's code compiling from the source. Even changing delay time from 1second to 5 worked. (I'm such a hacker ;) ) I compiled on Ubuntu 16 inside a Virtualbox machine, then copy the BIN on my Mac and then ES-Web programer to upload to...
  14. Dali

    EQD Spatial Delivery

    Is FSH1 the same as Oberheim VCF-200? Yes, I'm talking about the Zappa effect on Ship Ahoy that sound really like @fxwiegand video:
  15. Dali

    Compiling on a Mac

    You work on a Mac? Right now I only have Terrarium-ready code from tcpoint. I wish I could try some from another source. Not that I don't trust our pal, but it I'm now thinking building on a VirtualBox Ubuntu box as a third environment for trying to compile.
  16. Dali

    Compiling on a Mac

    I followed instructions from Electro-Smith so yes, Brew and I also tried with my Win10 box. Both are able to compile and create BINs, but both fail on the Seeds. tcpoint Bins are flawless.
  17. Dali

    Compiling on a Mac

    Yeah that was my impression too.
  18. Dali

    Compiling on a Mac

    Got the same result using "make program-dfu". I must have errors somewhere that I don't see on screen. I'm using shell from inside PhpStorm (I know, I know PHP is bad, bla bla...) I will reinstall everything again but from a bigger terminal screen just in case I missed an error.
  19. Dali

    macOS - Setting up the Dev Environment

    We almost write about compiling on Mac at the same time... (I'm on Mojave, 10.14) https://forum.pedalpcb.com/threads/compiling-on-a-mac.4547/ Did you tried building BIN from tcpoint source?
  20. Dali

    Compiling on a Mac

    Hello world, I've setup my Mac and everything seems to work to create BINs from C++ except it doesn't. I installed using this: https://github.com/electro-smith/DaisyWiki/wiki/1b.-Installing-the-Toolchain-on-Mac Then : Clone @tcpoint files using his instructions ...
Back
Top