Recent content by Plate of Shrimp

  1. Plate of Shrimp

    Pure Data / Pd

    > hijacking I'm not bothered, hell, I hijack my _own_ conversations. I have not touched that thing is ages, but maybe later this month. If I see something about LEDs I'll post. > modified it to find how to wire all my switches up in PD To quote FDR: "woohoo"
  2. Plate of Shrimp

    Pure Data / Pd

    Ok next step. We don't know where the command `hvcc` went. pd2dsy needs it. Try If that says nothing, then look next to the location of python, which you can find with When you do find it, change the `--hvcc-cmd` option in the Makefile to point to the full path to it.
  3. Plate of Shrimp

    Pure Data / Pd

    Oh, I see. Yes, you are using MINGW64. So there's a chance this will work. We need 2 things: hvcc and libdaisy. The hvcc installation looks ok. The libdaisy build _could_ be ok. if you have a file then you have libdaisy.
  4. Plate of Shrimp

    Pure Data / Pd

    Did the prerequisites actually get built? See the 'bootstrap' rule in the Makefile. Remember not to forget to run `make bootstrap` and look to see if it looks like it worked... ps. I was saying before that I liked the idea of putting this on a website. Now I even more like making this a...
  5. Plate of Shrimp

    Pure Data / Pd

    Looking at what's necessary to get all the code to work in Windows native, it's better to use WSL under Windows 10. You can get it using PowerShell (Administrator): then consult the README again for the steps. Microsoft has documentation on how to get started with WSL. Or maybe i'm confused...
  6. Plate of Shrimp

    Pure Data / Pd

    > Which should be fine if it doesn't find any? Correct. That's benign. Congratulations, you are trying to use Windows, which I have not tested. But it needs to be! Good. This here CreateProcess(NULL We need to check if NULL is appropriate here. My gut guesses it should be "python3". If...
  7. Plate of Shrimp

    STICKMAN'S LETS LEARN CNC THREAD

    Thanks for the exposé. Have not put aluminum under my 3018 yet and was wondering.
  8. Plate of Shrimp

    Terrarium (Eurorack)

    The odd switch solution for the stomps wasn't cutting it so re-enclosed using buttons for the stomps. Should have put a port in front for the JTAG debugger. Maybe next time.
  9. Plate of Shrimp

    PedalPCB Terrarium - Compact Daisy Development Platform

    This is a better way to go in the Pure Data case as well; better than the tack of making some kind of Linux shell process.
  10. Plate of Shrimp

    Terrarium Stand (Template repository for terrarium)

    `make program-dfu` and related make commands (for example, just `make`) should create that .bin file. That's the actual program that gets downloaded to the Terrarium. The build process will also make the `build` directory. I just tried it out to be sure. Post everything that `make...
  11. Plate of Shrimp

    Pure Data / Pd

    Spun off a patch that plays a chord for you using the knobs for note volumes. https://github.com/rhaleblian/terrarium-helloknob/ If you just want the binary immediately, see the Releases: https://github.com/rhaleblian/terrarium-helloknob/releases/tag/v0.1.0
  12. Plate of Shrimp

    Important: Dust Covers for 16mm Potentiometers!

    Marcus Aurelius once said: There are three kinds of things in the universe: things that can be dust covers, things that can't, and people who don't remember to use dust covers.
  13. Plate of Shrimp

    Pure Data / Pd

    Most if not all issues with knobs were merely PEBCAK - knob objects are just that, objects and not messages. Resolved. Updated `terrarium-puredaisy` template patch to have Knob 1 twiddle tremolo frequency. That said, i am liking a Docker/webapp approach to these tools more and more.
  14. Plate of Shrimp

    Paludarium Platform Development

    BTW i was eyeballing the ES8266, a WiFi board which is hot in the IoT camp these days. You can add wireless awareness to Arduino boards with it...
  15. Plate of Shrimp

    Paludarium Platform Development

    I'm using the ST Mini now, it is much more convenient, no unscrewing and rescrewing things. You can get one from Electrosmith's site. So i'll ask for a small port for JTAG! But then again, considering what's been said about having what is essentially a devkit, it makes one want to concoct one...
Back
Top