MATRIXSYNTH: Search results for Cinematic Laboratory Monome Teletype


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

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


Patch n Tweak
Switched On Make Synthesizer Evolution Vintage Synthesizers Creating Sound Fundlementals of Synthesizer Programming Kraftwerk

© 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