How does a monome work?

  Рет қаралды 5,183

stretta

stretta

3 ай бұрын

monome.org sells monome devices. I am not affiliated with monome. I did not make the hardware. I use monome controllers with software I create to test ideas I have for real time music software interaction. My public work can be found at github.com/stretta
I made this video for my viewers to answer the common question: what is that thing and how does it work? I will make another video to answer the question: why I use the monome.

Пікірлер: 29
@AaronLevitz
@AaronLevitz 3 ай бұрын
This is a great explanation not just of monome devices, but of the broader movement that they inspired. It lays bare the practical considerations an aspiring developer needs to consider when evaluating a controller. Extremely valuable.
@moodypoodle6670
@moodypoodle6670 3 ай бұрын
Wow! That’s golden! Honestly, It would be awesome to create patreon education page about the entire monome devices.
@parkerfly81
@parkerfly81 3 ай бұрын
i love that you've been adding videos more regularly these days - please keep it up! (i've rewatched at least a few of these..!) =)
@stretta
@stretta 3 ай бұрын
Glad you like them!
@KristofferLislegaard
@KristofferLislegaard 3 ай бұрын
Very nice video! Still kinda hopåe the Arc will return one day.
@256k_
@256k_ 3 ай бұрын
I've been a fan of your videos since the very early monome days. enjoyed every video you put out and this one is no exception. i would absolutely love more technical dives into monome programming
@turbotambourine
@turbotambourine 3 ай бұрын
I never realized the monome was this powerful! Makes sense why there is such wide use. Such an incredible and beautiful piece of hardware!
@Dubsteppah
@Dubsteppah 3 ай бұрын
Wow I could watch and listen to this all day, even though it may be over my head, I still really enjoy this content.
@Thappaz
@Thappaz 3 ай бұрын
I discovered your content first time some 13 ago and have always wondered this! Thanks for the explanation 🙏
@dansimco
@dansimco 3 ай бұрын
Especially appreciate the effort that must have gone into getting the leds to look good on camera
@pixelatedmushroom
@pixelatedmushroom 2 ай бұрын
It looks like those things we had in middle school where you practice your multiplication tables. Upon pressing the key, it showed the answer through the transparent key.
@bobalobalee
@bobalobalee 3 ай бұрын
Finally, vocoder stretta.
@KristofferLislegaard
@KristofferLislegaard 3 ай бұрын
I feel like my Monome Grids are more like a tacticle low resolution touch screen rather than drumpads. Love them!
@stretta
@stretta 3 ай бұрын
The larger a grid gets, the more it moves to what you're describing.
@KristofferLislegaard
@KristofferLislegaard 3 ай бұрын
@@stretta Yeah definitly, but even the 64 feels like a handfull of pixels 😊
@D4wn42
@D4wn42 3 ай бұрын
looooooooove this format, so cool to get into the tools, and entertaining even if i don't plan on starting to use the tools myself
@AndreWmatic723
@AndreWmatic723 3 ай бұрын
Very very great great job!!!! I love it!
@IvanEngler
@IvanEngler 3 ай бұрын
highly appreciate this video!
@AaronBegley
@AaronBegley 3 ай бұрын
Very cool. Well done!
@stretta
@stretta 3 ай бұрын
Thank you! Cheers!
@MarkIreland_carrierband
@MarkIreland_carrierband 3 ай бұрын
Please do a tutorial on monome and vcvrack
@emmabalarezo5166
@emmabalarezo5166 3 ай бұрын
Arc is sick, I understand the usefulness of the messages. I dont quite understand the difference between a grid and for example a mapped akai launchpad to a mtrxctrl. Seems to me like they could do the same thing but maybe im missing something 😅. Ive always wanted to see the back end in max of what you do with the performance videos, for us that love to see your tricks while coding in max 🤭.
@stretta
@stretta 3 ай бұрын
One major difference is devices like a launchpad use MIDI and only support the equivalent of led/set messages, so if you want to set the entire grid of a launchpad, you have to send 64 messages. Launchpads never go beyond a grid of 64 LEDs, while a single monome may have up to 256, and you can use multiple monome devices in parallel to create even larger aggregate grids. Finally, there would be no launchpad if the monome did not exist first.
@AaronLevitz
@AaronLevitz 3 ай бұрын
​@@stretta That first point is no longer true, nor as important as it once was. First generation Launchpads used the slowest possible variant on USB 1.0, so setting all 64 caused visible banding. Nowadays, it's more or less fast enough to visually keep up with the more efficient map messages. This was made with individual messages per LED, and I believe I was sending all 64 for every frame, at the time. (I try to only send messages where the value has changed, but there were no such optimizations in play): kzfaq.info/get/bejne/ZsWon658mrmmnWw.html ...and in the interest of preventing bottlenecks, there is a sysex command which sets RGB values for a whole swath of buttons. (I haven't switched techniques, because I'm apprehensive about maintaining and troubleshooting that block of code, and/or tired and lazy.) Likewise, while it's not fully contiguous, you *can* rotate four launchpads to form a makeshift 256, albeit with a strong delineation between quadrants which has an opinionated pull on functionality. One nice tradeoff, though, is that this arrangement also gives you 64 buttons outside of the grid, for "control rows" that don't consume valuable real estate inside of the grid. But then, the other cost is desk space -- you can hold and operate a monome 256 in your lap, but that's just not physically possible with four launchpads. Larger aggregate grids are technically possible (you can configure each unit with one of 16 USB endpoints), but that's even less contiguous, and having your "control rows" divide the grid is frankly bizarre. Anyway... Monome is indeed the original, and more thought has gone into painlessly managing these concerns. And it's hand-made with locally sourced materials, where the competition is mass produced from an ecologically disastrous amount of plastic. So, there's that.
@yaroslavkozatskyi9074
@yaroslavkozatskyi9074 3 ай бұрын
inspiring 😮😮
@kimtae858
@kimtae858 3 ай бұрын
When you stick to your guns long enough you have to explain yourself again to the newer generation that wasn't around during the Controllerism revolution.
@stretta
@stretta 3 ай бұрын
Yeah. The thing that necessitated this video is a change to where my viewers are coming from. It used to be external referrers or subscriptions, but now people are finding my videos through internal youtube referrers and they are completely without context.
@amagro9495
@amagro9495 3 ай бұрын
Whatºs RPi for? Tks
@stretta
@stretta 3 ай бұрын
monome devices work on MacOS Windows and Linux, includin the RPi.
ambient talkie: ep 33 - NORNS standard vs shield
18:22
tworoundrobins
Рет қаралды 4,5 М.
Introducing Nopia
7:28
Martin Grieco
Рет қаралды 6 МЛН
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 101 МЛН
Alat Seru Penolong untuk Mimpi Indah Bayi!
00:31
Let's GLOW! Indonesian
Рет қаралды 15 МЛН
Дибала против вратаря Легенды
00:33
Mr. Oleynik
Рет қаралды 5 МЛН
Vivaan  Tanya once again pranked Papa 🤣😇🤣
00:10
seema lamba
Рет қаралды 33 МЛН
The First Ever Drum Machine You Could Buy - 1959 Wurlitzer Sideman
10:20
LOOK MUM NO COMPUTER
Рет қаралды 299 М.
I built an analog synth from 1979!
9:10
David Hilowitz Music
Рет қаралды 507 М.
Morning Strega
2:50
Matthew Shapiro
Рет қаралды 1,9 М.
Monome Norns Shield: An Introduction
8:20
Carl Colglazier
Рет қаралды 49 М.
Meet the Chromaplane - New Electromagnetic Synthesizer
3:53
KOMA Elektronik
Рет қаралды 32 М.
This $20 synthesizer sounds very nice indeed
11:45
Floyd Steinberg
Рет қаралды 52 М.
I created a DIY synth prototyping station
4:10
Moritz Klein
Рет қаралды 21 М.
shieldXL Case Assembly
16:02
denki_oto
Рет қаралды 2 М.
Boingg Intro - Monome Norns App
8:07
Stephen McLeod
Рет қаралды 2,6 М.
Building a DIY Minimoog
20:07
Ryan Boggs
Рет қаралды 354 М.
Say mo & QAISAR & ESKARA ЖАҢА ХИТ
2:23
Ескара Бейбітов
Рет қаралды 1,4 МЛН
Kendrick Lamar - Not Like Us
5:55
KendrickLamarVEVO
Рет қаралды 40 МЛН
V $ X V PRiNCE - Не интересно
2:48
V S X V PRiNCE
Рет қаралды 1,7 МЛН
Say Mo - LIL BIT & 1 shot 2 (Waysberg Music Remix)
2:43
Waysberg Music🇰🇿
Рет қаралды 354 М.