Showing posts sorted by date for query Cinematic Laboratory Monome Teletype. Sort by relevance Show all posts
Showing posts sorted by date for query Cinematic Laboratory Monome Teletype. Sort by relevance Show all posts
Thursday, February 13, 2025
Mutable (ST)RINGS | Modular Composing | Open Sequencing
video upload by Cinematic Laboratory
"I guess it's much cheaper to find new use to existing modules instead of getting more modules that don't really add anything new. We all know Mutable Rings, it's our modular guitar. So how about trying to play it like a guitar? In this video, I'll use a static arp, like the strings on a guitar, tuned to whatever you like (like Fripp's New Standard Tuning) and then move the individual notes around like a fretboard. It's like a note-by-note transpose. Do you know any sequencer that can do this? Sure! Five12 Vector has chance operations and subsequencers. Westlicht has note ranges and you can use Track B to transpose track A. But you can't transpose the indivual notes in an ARP with their own subsequences. I've been working on this idea because it's a cool addition to our stochastic generative dice controlled compositions. I'd like to all it 'open sequencing' as a tribute to 'open composers' from the 50's and 60's. People like John Cage and Hans Otte, but also people like Robert Fripp (tuning of fifths) and Hans Zimmer (double harmonic dune scale).
It's even cooler to use a module that allows you to build what doesn't exist yet, lke Monome Teletype. I wrote a script you can load in your module, but Teletype is also part of the VCV free module collection. I bet you'd never use it without some help. So here's a script you can cut, paste in a .TXT and load it into the 'active script' of Teletype."
--COPY AFTER THIS
Friday, June 11, 2021
Monome Teletype | Episode 2 | Metronome Demons
video by Cinematic Laboratory
"I've created my first script for the Teletype, called 'Metronome Demons'. It samples the IN cv input once a second with the M (Metronome) script. CV outputs A & B are initialized (I script) with a slew of 1 sec.
In the Metronome script, the incoming CV is stored in Pattern Zero (the first pattern), simply referenced as P.
Patterns are 'arrays' with room for 64 numbers. An array is a table you can PUSH items in, POP items out or INS(ert) at a specific position. I chose to insert them on position (index) 0, which is the first item. This helps to see the numbers come in (tracker view). On specific intervals I'll send these numbers to CV outputs A, B and C.
So this patch can respond to sequencers, LFO's and pressure in mysterious ways, where the slew (portamento) will make weird transitions. The CV values are picked from the pattern P with random readers so it will always use the values you've gathered before and keep a relationship with what you've been harvesting. I don't think there's a module that can do this :).
The 'Metronome Demons' Script:
I
M 1000
CV.SLEW A 1000
CV.SLEW B 1000
M
P INS 0 0
P 0 IN
CV A P RRND 0 5
EVERY 3: TR.PULSE 1
CV B P RRND 5 10
CV C P RRND 10 20"
Monome Teletype | Episodes
Thursday, June 10, 2021
Monome Teletype | First Patch
video by Cinematic Laboratory
"It's been nine (!) days since my last video and that's because I had to rebuild my production PC - and learn a few Teletype commands. The Teletype may not be for everyone, but if you're not afraid of writing some code, this thing will be able to do some amazing stuff. Highly recommended for generic unpredictable patches. I learned a lot from Zsa Zsa Roboto's channel which provides really useful coding tips and great music and the Monome tutorials are super. This will definitely become a series!"
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