Note: links to listings are affiliate links for which the site may be compensated.
via this eBay listing
"Legendary mono synth used in countless house, techno, electro, and acid records. Known for its punchy bass, squelchy leads, and iconic sequencer.
This unit is in great cosmetic condition and powers on and functions. All knobs, sliders, and keys are present and intact.
A true classic piece of analog history. Bought from original owner !!!
Included
Roland SH-101 Synthesizer (Red)
Original Roland Grip Controller
Original Roland Owner’s Manual
Features
• Classic Roland analog sound
• Built-in sequencer & arpeggiator
• Sub oscillator for huge bass
• Legendary acid / techno / house tone
• CV / Gate connections for modular gear
• Simple hands-on workflow
Used by artists across genres for decades."
Showing posts with label Roland. Show all posts
Showing posts with label Roland. Show all posts
Saturday, March 14, 2026
Red Roland SH-101 Analog Synthesizer + Grip & Original Manual – Vintage Classic
Roland JX-3P 1983 w/ Series Circuits MIDI Upgrade
Note: links to listings are affiliate links for which the site may be compensated.
via this eBay listing
via this eBay listing
LABELS/MORE:
Auctions,
Roland,
Series Circuits
See dealers on the right for pricing and availability on gear.
See dealers on the right for pricing and availability on gear.
Eb Mixolydian Jam for a rainy day *Yamaha Reface CS & Roland D-05 Boutique*
Soloing with the Roland System 100 Model 101 Synthesizer (1975)
Roland TR1K FM Patterns
video upload by Maffez Synthmods
"Roland TR1k FM Kit patterns, aided by the Model Cycles (Bass in patterns 1-2 and chords panned right on pattern 3). Using generative stuzff like trigger conditions and probability and sample and hold randomness + whathaveyou on the Roland. All crisped up via the analogue fx section and recorded into Bitwig."
Friday, March 13, 2026
Starsky Carr's Studio: Vintage & Modern Synth Setup Explained
video upload by Starsky Carr
"Welcome to a full synth studio tour — a look inside my hardware setup featuring vintage analog synths, modern wavetable instruments, modular gear and classic drum machines.
See how a mix of vintage synths, modern instruments, modular gear and drum machines all come together in one integrated setup. In this video I walk through the studio, explain how everything is connected, and show some of the instruments that regularly appear on the channel.
The studio is constantly evolving as new synths arrive, others get repaired, and different setups are tested for videos. In this walkthrough you'll see how classic gear like the Juno-60, Prophet series, Minimoog, TR-808, TR-909 and Jupiter synths sit alongside modern instruments such as the UDO Super 8, Groove Synthesis 3rd Wave, Waldorf M, Arturia PolyBrute and Roland System-8.
I also explain how everything is routed through the studio — from CV-controlled vintage synths integrated with MIDI, to the AudioFuse interface and Neve summing mixer that handle the audio side of things.
If you've ever wondered how to organise a hardware synth studio, integrate vintage CV instruments with modern DAWs, or just want to see a room full of iconic synths and drum machines, this video gives you a behind-the-scenes look at the setup behind the channel.
You’ll also hear a few stories along the way — including the slightly ridiculous “six degrees of separation” link from my studio gear to Charlize Theron and Kevin Bacon through the Lock, Stock and Two Smoking Barrels soundtrack.
Whether you're into analog synthesis, wavetable synths, modular gear, or classic drum machines, this studio tour is packed with gear, ideas and inspiration.
Gear featured (selection)
• Roland Juno-60
• Roland Jupiter series
• Moog Minimoog, Voyager % Sub37
• Sequential Prophet synths
• Oberheim OBX8 and OB6
• UDO Super 8
• Groove Synthesis 3rd Wave
• Waldorf M
• Arturia PolyBrute
• Roland System-8
• TR-808 / TR-909 drum machines
• Analog Solutions Leipzig & Fusebox
• Modular & Eurorack gear"
LABELS/MORE:
Analogue Solutions,
Arturia,
eurorack,
Groove Synthesis,
MOOG,
Oberheim,
Roland,
Sequential,
Sherman,
Studio Tours,
UDO,
Waldorf
See dealers on the right for pricing and availability on gear.
See dealers on the right for pricing and availability on gear.
A "JP-8000" in your DAW for FREE
video upload by mylarmelodies
"Meet the DSP6300 crew and 'JE-8086', part their amazing ongoing project to make the firmware in 90's virtual analogue synths run in a modern DAW as a VST plugin. FOR FREE. 🔗 https://dsp56300.wordpress.com/ 👉 / mylarmelodies 🙌 MORE LINKS BELOW
Thanks to those who sent me the lecture - it's really interesting if you'd like to understand how this was achieved!
MORE INFO
▶︎ DSP56300 Site (the plugin is called "JE-8086"): https://dsp56300.wordpress.com/
▶︎ Roland's Official JP-8000 Firmware is here: https://www.roland.com/global/support..
. ▶︎ Lecture video by the creators on how it was done: • 39C3 - From Silicon to Darude Sand-storm: ... [video below]
▶︎ The DSP56300 donation link from the app: https://paypal.me/dsp56300
▶︎ More talks from them: https://media.ccc.de/search?p=giulioz
CHAPTERS:
00:00 This sounds familiar.
00:42 The sound, the feat
02:07 How it was done
03:41 Legal implications of ROMs
04:27 A quick fiddle
06:49 How to install & support it
39C3 - From Silicon to Darude Sand-storm: breaking famous synthesizer DSPs
video upload by media.ccc.de
"https://media.ccc.de/v/39c3-from-sili...
Have you ever wondered how the chips and algorithms that made all those electronic music hits work? Us too!
At The Usual Suspects we create open source emulations of famous music hardware, synthesizers and effect units. After releasing some emulations of devices around the Motorola 563xx DSP chip, we made further steps into reverse engineering custom silicon chips to achieve what no one has done before: a real low-level emulation of the JP-8000. This famous synthesizer featured a special "SuperSaw" oscillator algorithm, which defined an entire generation of electronic and trance music. The main obstacle was emulating the 4 custom DSP chips the device used, which ran software written with a completely undocumented instruction set. In this talk I will go through the story of how we overcame that obstacle, using a mixture of automated silicon reverse engineering, probing the chip with an Arduino, statistical analysis of the opcodes and fuzzing. Finally, I will talk about how we made the emulator run in real-time using JIT, and what we found by looking at the SuperSaw code.
This talk is a sequel to my last year's talk Proprietary silicon ICs and dubious marketing claims? Let's fight those with a microscope!", where I showed how I reverse engineered a pretty old device (1986) by looking at microscope silicon pics alone, with manual tracing and some custom tools. Back then I claimed that taking a look at a more modern device would be way more challenging, due to the increased complexity.
This time, in fact, I've reverse engineered a much modern chip: the custom Roland/Toshiba TC170C140 ESP chip (1995). Completing this task required a different approach, as doing it manually would have required too much time. We used a guided automated approach that combines clever microscopy with computer vision to automatically classify standard cells in the chip, saving us most of the manual work.
The biggest win though came from directly probing the chip: by exploiting test routines and sending random data to the chip we figured out how the internal registers worked, slowly giving us insights about the encoding of the chip ISA. By combining those two approaches we managed to create a bit-accurate emulator, that also is able to run in real-time using JIT.
In this talk I want to cover the following topics:
What I learned since my previous talk by looking at more complicated chips
Towards automating the silicon reverse engineering process
How to find and exploit test modes to understand how stuff works
How we tricked the chips into spilling its own secrets
How the ESP chip works, compared to existing DSP chips
How the SuperSaw oscillator turned out to work
giulioz
https://events.ccc.de/congress/2025/h..."
LABELS/MORE:
DSP56300,
Roland,
Soft Synths
See dealers on the right for pricing and availability on gear.
See dealers on the right for pricing and availability on gear.
E minor JAM in 5 *Yamaha Reface CS & Roland D-05 Boutique* Ambient Vibes
video upload by Soundscapes of Johann🎶
"Cozy vibes on a stormy day using the SOFT FOCUS patch by Legowelt on the D-05 coupled with the looper on the CS."
Thursday, March 12, 2026
Tubbutec MC-2oh2 sample player on channel 3 #tubbutec #mc2oh2
video upload by analogia pl
"One thing that’s not discussed enough - or is even criminally underrated - is the third channel in the Tubbutec MC-2oh2. On paper, it’s just a simple sample player, coming with a factory-loaded set of TR-606-like drum sounds that are still fun and effective to jam along to.
With the MC-202 Hack software (but also possible via SysEx), it’s a breeze to upload your own samples -or rather, sound snippets.
That’s precisely what I’m doing here. I took pre-recorded snippets of vocoder-processed sounds and uploaded them into the 2oh2. It’s already fun just to play them, but here comes another smart function of the 2oh2: midifiers. Each sample can be filtered, slowed down, reversed, and/or accented. It’s an endless source of experimentation and inspiration."
Nice EMS Vocoder 1000 in back.
Wednesday, March 11, 2026
J3PO // "TUTU" // solo live DAW-less performance
video upload by Julian "J3PO" Pollack
"Julian 'J3PO' Pollack performs 'TuTu' by Marcus Miller, from the album of the same name by Miles Davis.
This music was recorded live, in one take. No DAW was used in the process of making this music except to capture the audio. This first release is part of a new solo performance project. Stay tuned (and subscribe if you haven't already) for more.
Gear used: Arturia Keystep Pro (sequencing), Roland TR-8s, Prophet Rev2, Minimoog, Vintage Vibe Electric Piano. Pedals: Chroma Console, Meris Mercury 7, Mobius, Timeline, Big Sky, Tensor, Ottobit.
The computer in the background is only being used for the purpose of recording the performance. Everything you are hearing is being performed/triggered live from the hardware instruments."
Listen to Julian's new album: https://lnk.to/soulandcircuitry
LABELS/MORE:
Arturia,
MOOG,
Roland,
Sequential
See dealers on the right for pricing and availability on gear.
See dealers on the right for pricing and availability on gear.
Roland SH-201 - "Analog Dreams" Soundset 32 Presets
video upload by LFOstore
"BUY: https://lfo.sellfy.store/p/roland-sh-...
Welcome to "Analog Dreams" Soundset for Roland SH-201!
People: SH-201 is a plastic toy, build badly and sounds non-professional.
Lfo Team: Its not about synthesizer itself, its about a man can do with synthesizer (c)
We tried our best to show capabilities of this machine - all the sounds are layered & splitted on categories:
Expressive Solo
Analog-like Bass
Evolving Poly
Massive Strings
Deep Pads
Seq's & Arp's
Plucks & Bells
Attention!
Sounds are loading only thrugh rare SH-201 Librarian. It is working on Win 7,10.
If you are thinking to ask: "how to load on my new fancy MAC" please even don't bother :)
Soundtrack with cyberpunk atmosphere, synthwave track, ambient & electronica vibes can be easily created with our sounds.
Enjoy & may inspiration be with you!"
Tuesday, March 10, 2026
Novation BASS STATION 2 vs ROLAND SE 02
video upload by Woody Piano Shack
"Which sounds best? Demo of the NOVATION BASS STATION 2 against the ROLAND SE-02 Boutique Analog Synthesizer."
MORE WOODY PIANO SHACK
► https://woodypianoshack.com
LABELS/MORE:
MATRIXSYNTH Members,
Novation,
Roland
See dealers on the right for pricing and availability on gear.
See dealers on the right for pricing and availability on gear.
Roland MKS-7 Super QuartetSynthesizer Module
Note: links to listings are affiliate links for which the site may be compensated.
via this eBay listing
"The Roland MKS-7 Super Quartet is a multitimbral rack-mounted synthesizer, combining sounds from the iconic Juno-106 in four separate sections: Bass, Melody, Chord, and Rhythm.
Each section is independently programmable, making it a versatile tool for creating complete arrangements. With classic analog sounds, MIDI control, and robust build quality, the MKS-7 is perfect for vintage synth enthusiasts and studio setups."
via this eBay listing
"The Roland MKS-7 Super Quartet is a multitimbral rack-mounted synthesizer, combining sounds from the iconic Juno-106 in four separate sections: Bass, Melody, Chord, and Rhythm.
Each section is independently programmable, making it a versatile tool for creating complete arrangements. With classic analog sounds, MIDI control, and robust build quality, the MKS-7 is perfect for vintage synth enthusiasts and studio setups."
Roland M-VS1 Vintage Synth M-OC1 Orchestra M-SE1 String Expansion
Note: links to listings are affiliate links for which the site may be compensated.
via this eBay listing
"Included in this bundle:
• Roland M-VS1 Vintage Synth
• Roland M-OC1 Orchestra
• Roland M-SE1 String Ensemble
These rackmount sound modules are great for studio setups, MIDI rigs, and vintage Roland sound collections."
via this eBay listing
"Included in this bundle:
• Roland M-VS1 Vintage Synth
• Roland M-OC1 Orchestra
• Roland M-SE1 String Ensemble
These rackmount sound modules are great for studio setups, MIDI rigs, and vintage Roland sound collections."
Monday, March 09, 2026
"A song for the sad ones" by gattobus (Frap Tools Magnolia)
video upload by gattobus
"The song can be downloaded here:
This song was born a few months ago while I was programming some patches for Magnolia. I'm not having a great time right now, but luckily, as sometimes happens, music has come to help me. This song carries hope and all my wishes for peace and serenity.
All synth sounds are from Frap Tools Magnolia.
Drums: Roland TR-8S with LinnDrum LM-1 samples
Mixed and mastered on Ableton Live 12."
LABELS/MORE:
Ableton,
Frap Tools,
Linn,
Roland
See dealers on the right for pricing and availability on gear.
See dealers on the right for pricing and availability on gear.
US-3X - Expanded Vintage and Modern Guitar Synthesizer Switcher
video upload by WayneJoness
"This video details the US-3X, a modern alternative I developed for the rare, vintage Roland US-2 in 2011."
https://gr300.com/US2.htm
"US-3X - Roland US-2 Alternative
In 2011 I made a one-off unit called the US-3X. The US-3X provided the inspiration for the Roland US-2 Turbo, but the US-3X still uses the original 24-pin connectors."
LABELS/MORE:
Guitar Synths,
Roland,
Wayne Joness
See dealers on the right for pricing and availability on gear.
See dealers on the right for pricing and availability on gear.
Roland JX-70 / JX-10 rack mount note to LED addition
video upload by Craig Barnes
"I had finished this project, but originally the 16 patch and bank buttons were dual LEDs. Today I started to replace them with blanks and thought, what if I leave patch buttons 1-6 as dual LEDs and add a simple processor to intercept the serial Comms between the assigner board and the voice boards. Effectively creating a midi to trigger to display the notes as LEDs."
LABELS/MORE:
Craig Barnes,
DIY,
Roland
See dealers on the right for pricing and availability on gear.
See dealers on the right for pricing and availability on gear.
Roland Gaia 2 | Ambient Patch Examples
video upload by Martin Weaver
Playlist:
Patch 1: 00:00
Patch 2: 01:04
Patch 3: 01:50
Patch 4: 02:55
Patch 5: 03:47
Patch 6: 04:29
Patch 7: 05:31
Patch 8: 06:48
Sunday, March 08, 2026
Minimal Techno sketch 24 (Roland TR-1000)
video upload by Olu Ondas Studio
"140 BPM
Kick: 909 analog
Pad: Sample
Rumble: Sample
Noise: Sample
HH1
Shaker
Perc1
Perc2
Perc3
Snare: Lofiperc
#rolandtr1000
#tr1000
#minimaltechno"
Vivarium
video upload by MIDERA
"Here's a new track. I wanted to bring the Tempest back in and use it again... but almost everything about it is just difficult to use... I tried to sequence the beats, but the OS would freeze when doing it that way, so I had to opt to manually change beats. Using the external sequencer kind of ruins half the fun of the Tempest, so I chose to do it all in the box, and it's great for that... but it's extremely hard to put a track together using the Tempest.
Gear used:
Cirklon 2 sequencer
DSI Tempest (drums)
Moog Minimoog (bass)
Roland SH-101 (Bass)
Sequential OB-6 (arp)
Roland JD-990 (initial melodic pad)
Oberheim Matrix 1000 (later pad sound)
Prophet 10 (secondary melody halfway through track)
NI Raum (Reverb)
DAW: Reaper
#sequential #Cirklon2 #rolandjd990 #oberheim"
LABELS/MORE:
Oberheim,
Roland,
Sequential,
sequentix
See dealers on the right for pricing and availability on gear.
See dealers on the right for pricing and availability on gear.
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











































