Ever wanted to make some seriously trippy retro graphics to go along with your lo-fi hip hop beats? Now you can, with [teafella]’s aptly named Hypno Video Synthesizer, a Raspberry Pi-based video synthesizer that digitally emulates and extends analog video workflows through colorization, shape generation, and feedback, patching the modifications into a compact interface. The device allows music creators to perform with live visuals, or alternatively to create a unique visual source for a video setup. Once the CV input is plugged in, all it requires is a composite display and power to start working.
Hypno takes input through a control voltage (CV) jack using a MCP3008 ADC via SPI, with voltages scaled from -5-5V to 0-5V. The device attaches on top of a Raspberry Pi, using Raspbian for the operating system and the Pi Zero GPIO to interface with an OpenGL Engine. The input parameters are taken from knobs through a multiplexer into a single channel of the ADC, with values offset in software based on the CV inputs.
Using the Hypno ends up being fairly straight forward, as the controls are organized onto two mirrored sides for the two oscillators A & B, with global controls in the center. There are knobs that control polarization, rotation, shape, feedback modes (regular, hyper digital, zooming, rotating zoom), clock in/clock out, frequency, root hue, and master gain, as well as RGB LEDs that provide visual feedback.
A single jack outputs the composite result, although a micro-HDMI plug can also be used on the back. For advanced functionality, Hypno allows for patching, which mixes effects on top of one another and allows for shapes such as oscillator cross modulation. There are also alt-controls that open up self modulation and other shapes. Examples include bipolar drift (smoothly scrolls the oscillator) and mirroring (mirrors the oscillator’s shape in different patterns for a kaleidoscope-eque tiled madness).
The software is written in C++ and GLSL, with the main engine running with one plane in OpenGL, drawing the output of a GLSL shader. The CV and knob inputs are fed into shader uniforms that are used to change the visuals in the engine.
[teafella], a self-professed Arduino user, uses WiringPi for the GPIO interactions. The Shader system is inspired by analog video synthesis, with every shape having a simulated “scan” over the screen and function mapped to it that can be transformed into polar coordinates.
The setup for Hypno is fully compatible with analog CV equipment such as Eurorack synthesizers, which makes it easy for music creators to plug and play. Here’s a couple of sample outputs from some soundtracks inputted into Hypno:
Too many combinations to even imagine? Check out a demo of Hypno in action!
I would love to see it patched into a classic Berlin schule sequencer based live show. Analogue video is instantaneous not delayed, so visual things are in the rhythm.
The performance knobs are tiny and crowded in a panel with protruding plugs. Perhaps a large pad with bigger knobs and or joysticks wired on an old serial connector. Performing on a ergonomic setup will be fun for the whole show not tiring after a while.
The output signal is analogue but the processing isn’t.
AWESOME!!!!!!
There couldn’t be a better name for this device!
I really want one
github link gives 404
perhaps the software isn’t opensource anymore? If they’re asking $600 for hardware that’s essentially a raspberry Pi and a daughter board, then presumably they’re ascribing a good chunk of that value to the software…
Great idea and module but $600? Come on
So, this is a Hackaday article about a project on Hackaday.io, which is really just an ad for a $600 product, which isn’t completely open source?
Why?
All that work and no labels on the jacks. I have basically given up on modules that require one to open a manual to see what jacks do what. Maybe something to consider….you might limit the sales if it is confusing to use.
So… looks like the author removed the Git containing software, so his IO page is now just an advertisement for this $600 closed-source piece of hardware?
Cool but after I’ve used it on one video then I would not use it again and $600 get real. I’m outta here.
For the “hacker” types, it seems the software is available to download as a disk image (see “Hypno Manual”. One might be able to find schematics, source and binaries in /home/pi/VIDOS