MATRIXSYNTH: Monome Teletype | Episode 2 | Metronome Demons


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

No comments:

Post a Comment

Do not insult people. Do not ask if listings are still available. Click through auction links to check yourself. Posts and pics remain for historical purposes only. To reduce spam, comments for posts older than one week are not displayed until approved, usually same day.

PREVIOUS PAGE NEXT PAGE HOME



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