Note: links to listings are affiliate links for which the site may be compensated.
via this auction
Sunday, April 07, 2019
SSF Quantum Rainbow 2 Tutorial Videos by Learning Modular
Published on Apr 7, 2019 Learning Modular
"These movies are part of the extended version of the Learning Modular online Eurorack Expansion course: https://learningmodular.com/register/...
For even more information about modules like these (including optional access to my courses) as well as many other modular-related topics, please consider joining my Learning Modular Patreon channel: https://www.patreon.com/LearningModular"
Playlist:
1. SSF Quantum Rainbow 2 1/3: Colors of Noise (LMS EE)
The SSF Quantum Rainbow 2 is a popular Eurorack noise source. In this first movie, I demonstrate its different colors of noise, plus a patch tip for boosting its level:2. SSF Quantum Rainbow 2 2/3: Using in a Synth Voice (LMS EE)
00:00 overview
00:16 boosting output level
00:53 white noise
01:11 pink noise
01:31 red noise
01:49 grey noise
02:15 blue noise
02:45 purple noise
02:59 quanta noise
In this second movie, I demonstrate some simple ideas for using noise in a normal synthesizer voice:3. SSF Quantum Rainbow 2 3/3: Using for Percussion (LMS EE)
00:00 patch overview
00:20 noise replacing VCO
00:34 VCO + noise
01:46 noise modulating pulse width
02:51 noise modulating filter cutoff
04:08 enveloping the noise amount
06:12 voltage control of shape
Noise is a great source to use for percussion. In this movie I demonstrate patching different colors of noise thorough LPGs (low pass gates) with different responses:
00:00 overview
00:14 the patch
00:41 some kick drum examples
01:32 some snare & hi-hat examples
02:24 even more examples
Elektron Analog Four 4-Voice Analog Synth / with PL2 lid
Hypersynth Xenophone SN XNO - 00058
Note: links to listings are affiliate links for which the site may be compensated.
via this auction
"Beautiful multimode filter and fx.
Paraphonic mode, Arp/Seq., lots of modulation options, 2 sub osc, Ring mod,
OS updated to 2.2
Hardware is updated version of the Black series.
Free editor, sound banks and manual are available from Hypersynth site"
via this auction
"Beautiful multimode filter and fx.
Paraphonic mode, Arp/Seq., lots of modulation options, 2 sub osc, Ring mod,
OS updated to 2.2
Hardware is updated version of the Black series.
Free editor, sound banks and manual are available from Hypersynth site"
Korg MicroSAMPLER with Mic and Case
Note: links to listings are affiliate links for which the site may be compensated.
via this auction
"Sample directly into unit from mic or line in. or load sample sets via KORG’s free app.
Pattern sequencer, Fx, multiple sample modes. Sample slice feature
Includes Korg padded soft case and aftermarket gooseneck mic. Everything works normally. Light wear.
Free software and soundbanks available from Korg site
Runs off AA batteries or optional AC adapter (not included)."
via this auction
"Sample directly into unit from mic or line in. or load sample sets via KORG’s free app.
Pattern sequencer, Fx, multiple sample modes. Sample slice feature
Includes Korg padded soft case and aftermarket gooseneck mic. Everything works normally. Light wear.
Free software and soundbanks available from Korg site
Runs off AA batteries or optional AC adapter (not included)."
Make Noise 0-Coast Semi-Modular Desktop Synthesizer
Note: links to listings are affiliate links for which the site may be compensated.
via this auction
"Includes factory power adapter, 6 patch cables, MIDI adapter cable and quick start guide and box."
via this auction
"Includes factory power adapter, 6 patch cables, MIDI adapter cable and quick start guide and box."
Twisted Electrons Acid 8 Mk 1 #016
Note: links to listings are affiliate links for which the site may be compensated.
via this auction
"Analog resonant filter, 8 bit Acid bass/lead osc, sequencer, lots of cool features.
Editor, updates and guides available from Twisted Electrons site."
Demos and details here.
via this auction
"Analog resonant filter, 8 bit Acid bass/lead osc, sequencer, lots of cool features.
Editor, updates and guides available from Twisted Electrons site."
Demos and details here.
Shuttle Freeze FX
Published on Apr 7, 2019 Todd Barton
"Launching the @endorphin.es Shuttle with its onboard 'freeze' fx. Gotta love those switches 🎉"
Jen Musipack 1.0 (1983)... waves experience thru Elsa sampler
Published on Apr 7, 2019 VSMI
"Jen Musipack 1.0 waves sample experience thru Elsa sampler app on Ipad. 8 bit source pure waves, ADSR control, no filter, some little reverb only, handmade random play on sequencer line... The AlphaSynthauri Made in Italy!!"
ORCA Visual Programming Language Developed by a Couple on a Sailboat
Published on Jan 15, 2019 Allieway Audio
"Get ORCA for free here: https://100r.co/pages/orca.html - if you like it, make sure to donate to it's lovely creators :)
Heya! I'm still working on my doubleknot+mosstone vid, but I wanted to make a quick informal video on this cool software in the meantime - it's pretty impromptu and not the best audio quality but I hope you still enjoy it!
Let me know what you think in the comments and maybe I can do a series of videos exploring ORCA a little bit further and making some complete songs :)
By the way, I didn't mention it in this video, but the couple who developed this software live in a studio on a sailboat, where they develop cool open source tools for artist! How rad is that?? :0
Correction, by the way: ORCA uses Base 36 numbers, not 36-Bit, and l was thinking of UDP, not OSC (though it also has OSC capabilities)."
"Orca is not a synth, but a livecoding environment to write procedural sequencers. In other words, Orca is meant to control other applications such as a DAW (Ableton, Renoise, VCV Rack, etc.), or an audio server such as SuperCollider.
Each letter of the alphabet is an operation, lowercase letters operate on bang(*), uppercase letters operate each frame. Bangs can be generated by various operations, such as E colliding with a 0, see the bang.orca example.
OperatorsA add: Outputs the sum of inputs.
B bool: Bangs if input is not empty, or 0.
C clock: Outputs a constant value based on the runtime frame.
D delay: Bangs on a fraction of the runtime frame.
E east: Moves eastward, or bangs.
F if: Bangs if both inputs are equal.
G generator: Writes distant operators with offset.
H halt: Stops southward operators from operating.
I increment: Increments southward operator.
J jumper: Outputs the northward operator.
K konkat: Outputs multiple variables.
L loop: Loops a number of eastward operators.
M modulo: Outputs the modulo of input.
N north: Moves Northward, or bangs.
O offset: Reads a distant operator with offset.
P push: Writes an eastward operator with offset.
Q query: Reads distant operators with offset.
R random: Outputs a random value.
S south: Moves southward, or bangs.
T track: Reads an eastward operator with offset.
U uturn: Reverses movement of inputs.
V variable: Reads and write globally available variables.
W west: Moves westward, or bangs.
X teleport: Writes a distant operator with offset.
Y jymper: Outputs the westward operator.
Z zoom: Moves eastwardly, respawns west on collision.
* bang: Bangs neighboring operators.
# comment: Comments a line, or characters until the next hash.
: midi: Sends a MIDI note.
^ cc: Sends a MIDI CC value.
; udp: Sends a UDP message.
= osc: Sends a OSC message."
https://100r.co/pages/orca.html
LABELS/MORE:
New,
New in 2019,
New Soft Synths,
New Soft Synths in 2019,
ORCA,
Renoise,
Soft Synths,
W
PREVIOUS PAGE
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
































