Tuesday, February 21, 2023
JU60-VCF Eurorack Filter [Demo 1] + Feedback 106-Chorus
video upload by gstormelectro
"Audio + Video by G-Storm Electro c. 2023
Auditioning my JU60-VCF with and without the Feedback 106-Chorus.
JU60-VCF is a eurorack adaptation of the Roland Juno-6/60 + Jupiter-8 lowpasss filter.
JU6-VCF has 2 audio inputs, 2 CV controls, and 2-pole and 4-pole lowpass modes.
They are made using IR3109 and BA662 chips for authenticity.
Headphones or good monitors recommended.
Check my Reverb store for JU60-VCF availability
While 101-VCO is discontinued, version 2 is expected to return in 2023.
*REVERB* http://reverb.com/shop/gstormelectro
Note Reverb links are affiliate links. See the site's privacy policy for more info.
Oscillator | GSE 101-VCO
VCA | GSE 2xVCA
Chorus | Feedback Modules 106-Chorus
LFO | Feedback LFO10
Output | Pittsburgh Outs
Recorded direct, no other mastering or effects."
via G-Storm Electron on Reverb

FREQUENCY | the initial Cutoff Frequency of the filter
RESONANCE | the depth of the peak frequency resonant feedback
IN1 & IN2 | Mix together 2 different audio signals, each w/ their own mix pot.
CV1 & CV2 | Modulate the Cutoff Frequency w/ any polar/bi-polar mod source.
MODE | Select between lowpass 2-pole or 4-pole operation.
OUT | the audio output jack of the filter
Includes a 10-pin to 16-pin Eurorack ribbon connector
8HP Module width
24 mm Module depth
25 mA on +12V
25 mA on -12V
0ma on 5V (not used)
JU60-VCF pairs well with:
GSE 2xVCA
101-VCO r2 (coming in 2023)
Feedback Modules 106-Chorus
Acid 'N' Sons Acid Filter - By Blue Lantern Modules | Full Walkthrough and Demo
video upload by Robots Are Red
"In this video we take a look at the new acid filter by Blue Lantern Modules, Acid 'N' Sons.
This is a 6hp Low Pass and Band Pass Acid filter with two audio inputs (one with driving attenuator), Cutoff Frequency Mod Input with Attenuverter, 1v/Oct Tracking, Resonance CV Input, and a built in VCA.
Jump to any section of the video here:
0:00 - Opening
0:21 - Introduction
0:57 - Module Rundown
1:19 - Drive Input
2:12 - Low Pass Filter
2:40 - Band Pass Filter
2:56 - Resonance
3:13 - Acid Patch
3:38 - FM Attenuverter
4:16 - 1v/Oct Sequenced
5:54 - Filter with Different Envelope Lengths
6:51 - Resonance Input
7:38 - Some Music
Special thanks to Blue Lantern for providing the module for this video."
via Blue Lantern Modules Reverb Shop
This module has the modern 3109 filter chip. The older 3109 chip is found in the vintage Roland keyboards like SH-101.
What I did is add resonance audio drop out compensation and precision resistors for the exponential converter. The module
will easily track 5+ octaves when in full self oscillation. Band pass was also added as a bonus. The band pass steals the
show, as many have not heard an sh101 with band pass.
-24db low pass
-18db band pass
-Internal VCA for easy voice building
-FM Bi Polar CV input for the Filter
-Envelope Input for the VCA
-Dual Audio Inputs, one direct, and the other with over drive.
ASTROGENIC HALLUCINAUTING - late night noiz for late night fiends
video upload by thenoiztemple
"ASTROGENIC HALLUCINAUTING - late night noiz for late night fiends - for more noiz: https://itunes.apple.com/us/artist/as... website: http://manipulate.net This is a series of live noiz and video noiz performances. A continuation of noiz during the persistence of The Plague and now war.
#covid19 #coronavirus #isolation #quarantine #spike #omicron #ukraine #war #standwithukraine"
Arturia Jun-6 V | 80s synth workhorse in VST form
video upload by Mamotreco
"The Arturia Jun-6V VST synth is modelled after the much beloved Roland Juno-6. It's straight-to-the-point synthesizer architecture and satisfying 80s polysynth goodness made the hardware original a studio workhorse across genres.
#arturia #jun-6v #juno6
And all that is before we get to its lush and quintessential chorus effect implementation. The Arturia Jun-6 V synth plugin has both some of the original presets from the hardware analog synthesizer as well as brand new sounds to round out its sound library. In this video, I play some of the sounds that struck a chord for me.
Jun-6V Synth Sounds Played:
00:00 Intro
00:16 Juno 6 Brass Patch
00:34 Juno 6 Mellow Piano
01:23 Juno 6 Space Harp
01:57 Acoustic Works Jun-6V
02:40 Brasstown Jun-6V
03:30 Dub Sensation (reminds me of Legowelt) Jun-6V
04:44 DuckDuck Juno Jun-6V
05:30 Home Bass Jun-6V
06:07 Iconic Strings Jun-6V
06:42 Kids with Marbles Jun-6V with arp
07:16 Synth brass patch Oceanic Jun-6V
07:57 Orchid Rhodes Jun-6V
08:30 Polaroid Showers Jun-6V (fave synth sound)
09:46 Random Urgency Jun-6V
10:29 Reversed Jun-6V (very analog sounding)
11:20 Running After Dark Jun-6V (cinematic synth sequence)
12:21 Solar Orbiter Jun-6V (Sci-fi synth vibes)
12:53 Steps Jun-6V
13:36 Under the Basement Jun-6V Sub Bass
14:00 Violin Pizzicato Arp Jun-6V
15:14 Outro
Current channel music compilation: https://mamotreco.bandcamp.com
Previous music releases available here: https://synthandsundry.bandcamp.com"
Drawing with Lua in the Canvas Node 1: Hello Rectangle!
video upload by audulus
"Download Audulus for Mac and iPad and follow along with these tutorials!
https://apps.apple.com/us/app/audulus...
We cover the 'Hello world!' equivalent in Audulus by creating a rectangle meter using the Canvas node and the Lua scripting language."
VULT DSP: a cross platform sound processing language
video upload by Floyd Steinberg
Follow-up to Build your own synthesizer module with PICO ADK!
"VULT DSP is a programming language which enables you to code audio DSP applications with relatively minor prior knowledge. The compiler will create binaries that can run very close to the given hardware (or translations to high-level languages like JavaScript, so you can use your creations in a Web Browser). Here's a short introduction which covers some basics like the general syntax and structure, creating oscillators and envelopes and reacting to user input. Table of contents:
00:00 introduction
00:38 what is vult, and why use it
01:25 how to install the software development kit
01:53 Visual Studio Code setup
02:09 the PICOADK template, VULT DSP architecture
02:49 the web prototyping tool
03:36 functions: fun / and
03:49 default functions: process, noteon, noteoff, controlchange, default
04:15 example 1: a simple monophonic synth
04:44 persistent variables (memory variables)
05:40 about that oscillator function...
06:16 where to find other building blocks for copy&paste programming
06:58 example 2: envelopes
08:49 reacting to controllers
10:04 creating a polyphonic synth using arrays
12:27 compile & upload to PICOADK to create a bare metal synth
13:04 some optimizations were needed on hardware
13:23 homework for you (and WIN something!)
14:50 short demo of my synth
15:24 conclusion
Links & Resources
VULT https://modlfo.github.io/vult/
Web Tool https://vult-dsp.github.io/vult/demo/
Examples https://github.com/vult-dsp/vult/tree...
PICOADK https://github.com/DatanoiseTV/PicoAD..., https://schneidersladen.de/de/datanoi... https://cdm.link/2023/02/picoadk-diy-...
HÄLP ZIS CHANNEL
https://www.patreon.com/floyd_steinberg
https://floydsteinberg.gumroad.com/
https://floydsteinberg.bandcamp.com/"
Electrocomp EML Model 101 SN 212
Note: Auction links are affiliate links for which the site may be compensated.
via this auction
"Rare and professionally maintained Electrocomp Synthesizer Patch Cable Electric Piano Model 101. This particular EML101 was owned by a famous jazz musician/ music theorist/ author and used on tour to some degree. It was professionally serviced throughout the time of his ownership before he died. It was likely used on several famous jazz LPs, as well.
The EML 101 is a duophonic semi-modular synthesizer with 4 (!) VCOs and a continuously variable multimode filter (lowpass – bandpass – highpass). It has normalled connections which can be modified by patch leads, similar to an ARP-2600. The instrument’s sounds is superb, it has a wonderful character of its own.
According to Peter Forrest, this instrument was EML’s most successful product – about 1000 'Model 101' were made … THIS IS MARKED 212, WHICH IS EARLY IN PRODUCTION."
via this auction

The EML 101 is a duophonic semi-modular synthesizer with 4 (!) VCOs and a continuously variable multimode filter (lowpass – bandpass – highpass). It has normalled connections which can be modified by patch leads, similar to an ARP-2600. The instrument’s sounds is superb, it has a wonderful character of its own.
According to Peter Forrest, this instrument was EML’s most successful product – about 1000 'Model 101' were made … THIS IS MARKED 212, WHICH IS EARLY IN PRODUCTION."
PREVIOUS PAGE
NEXT PAGE
HOME
© Matrixsynth - All posts are presented here for informative, historical and educative purposes as applicable within fair use.
MATRIXSYNTH is supported by affiliate links that use cookies to track clickthroughs and sales. See the privacy policy for details.
MATRIXSYNTH - EVERYTHING SYNTH













© Matrixsynth - All posts are presented here for informative, historical and educative purposes as applicable within fair use.
MATRIXSYNTH is supported by affiliate links that use cookies to track clickthroughs and sales. See the privacy policy for details.
MATRIXSYNTH - EVERYTHING SYNTH