https://gist.githubusercontent.com/fashice/2098d1301117b86caed94aca8f2101ff/raw/7d2a7300e7ddf42d4f1793f693dbb517e09bd2d8/gistfile1.txt
change mqtt server and add to hydra using
await loadScript("https://domain/script.js¨);
It gave me the idea to make a pole which displays digital “fireworks” using leds. Fireworks are becoming illegal the next year in the Netherlands, I think.
So why not going digital? 12 Meter pole, 300 Leds.
There is a QR code and a website link mentioned on a page at the gate. 10 presets to select via a website.
Notification on my TV
While waiting for the first visitor I made a magnetic game. Using a bunch of magnets, and 3D printed hexagon rings. Two players try to place magnets in a small area without moving the others. If magnets slam together, you have more pieces to place. (Below, last player has to take those 6 pieces)
One of my old ideas, never made or tested. I saw a post on Reddit with this question, I decided to post a little drawing using my idea.
Center of below picture shows pages (the lines), with coppertape going front to back and connect to following page
Inductive copper tape
Taking resistors of the same value, you’ll get a logarithmic voltage divider. If you want the values evenly spaced, to make sure you are not misreading the value you have to make the resistors more like: 10k,6k,3k3,2k5,2k,1k68,1k5
(Live real time using text (code) to make music and visuals)
Last week, I discovered Strudel. I was playing around with it and thought: “This would be perfect for Tyrone”. He is/was the main musical artist in our Group.
Strudel REPL is a web-based, live coding environment for creating music, based on the Tidal Cycles pattern language. It allows users to write and edit code in a browser to instantly hear the music it produces, with features like visual feedback and an interactive tutorial to help beginners and experts. The “REPL” stands for Read-Eval-Print Loop, a common term for interactive programming environments where you can type code, and the system immediately evaluates it and prints the result.
I can make some simple patterns, but I discovered that it can be used multiuser with realtime synthesizer named Hydra. I’m better doing visuals, than creating realtime digital music. Check out https://www.henriaanstoot.nl/?s=shaders – for my previous shader programming posts. (I love playing real instruments, let’s keep it that way.)
Hydra video synth is a free, open-source, live-coding environment for creating real-time visuals that runs in a web browser. It uses JavaScript and WebGL to allow users to “patch” together different visual sources and transformations, similar to an analog modular synthesizer, to generate effects like video feedback, generative patterns, and audio-reactive visuals.
It is JavaScript being compiled to WebGL
So using https://flok.cc we can start a multiuser session with realtime live coding.
So the first test session, learning to use Hydra and Strudel together over the internet. Plan is to do a live session for others using a screen projector.
Left Tyrone (Strudel) right me with Hydra.
In the last few days, I made some examples using hydra.
These examples use Microphone for sound reactive, and Webcam for embedded effects. NOTE: These are only in your browser session, nothing is being recorded/stored.