MATRIXSYNTH: Search results for arduino


Showing posts sorted by date for query arduino. Sort by relevance Show all posts
Showing posts sorted by date for query arduino. Sort by relevance Show all posts

Wednesday, April 17, 2024

ZIRCOTHC ESP32 DRUM SYNTH LOFI MACHINE


video upload by zcarlos zc

"ESP32 drum synth Lofi machine.
Sound demo of my DIY drum (or noise) machine.

Hardware:
- Lolin S2 Mini (ESP32 S2)
- PCM5102A I2s dac
- 24 push buttons (8x3)
- Rotary encoder
- OLED display I2c
- 32 LED WS2812B

Synth engine:
- Wavetable synthesizer based on DZL Arduino library "The Synth" (github.com/dzlonline/the_synth)
- 16 sound polyphony
- Sound parameters: Table, Length, Envelope, Pitch, Modulation, + Volume, Pan and Filter.
* Filter (LowPassFilter) comes from Mozzy library (github.com/sensorium/Mozzi)

Sequencer:
16 step/pattern editor and random generators (pattern, sound parameters and notes)

Soon schematics and code."

Previously:

ESP8266 DRUM MACHINE V2

video upload by zcarlos zc 5 years ago in 2019

"ESP8266 DRUM MACHINE V2
2 MPR121 modules (24 keys)
1 I2S DAC
4 potentiometer (i2c ADC ADS1115)
RGB neopixel style leds

More info: https://zircothc.wordpress.com"

ESP8266 DRUM MACHINE

video upload by zcarlos zc also 5 years ago in 2019

ESP8266 DRUM MACHINE
2X MPR121 modules
1 MAX7219 module
1 I2S DAC
24 Green/Red LEDS

More info: https://zircothc.wordpress.com

Thursday, April 11, 2024

SnapBeat, Demo beat | the simple lo-fi sampler


video upload by SnapBeat official

Some additional info on SnapBeat's functions and features below. You can find previous posts here.

"This is a demo video of SnapBeat, the simple lo-fi sampler. It has 8 pads and is 8 voices polyphony. You can see more detail on the product website. https://snapbeat.net/

- Main functions
sample and truncate sound
real time play (similar to finger drums)
MIDI IN (playing its sampled sounds from external MIDI device)
back light for pads (ON/OFF)

- Main spec.
main chip : Nuvoton ISD1720SY (voice recorder IC) x 8
number of voices : 8 (polyphony)
sampling frequency : about 20kHz (high quality sampling) / about 12kHz (low quality sampling)
maximum sample length per channel : about 6 sec. (high quality sampling) / about 12 sec. (low quality sampling)
(New) pad responses : DRUM / GATE / TRIGGER (for MIDI IN, only DRUM can be applicable.)
(New) Loop play (only in GATE and TRIGGER mode)
MIDI channel and note numbers are assignable from setting menu

- Interfaces
Line in (3.5mm stereo jack)
Line out (RCA stereo jack)
Headphone out (3.5mm stereo jack)
volume (shared with headphone out and line out)
USB type C (5V power)
USB mini-B (for upload firmware to Arduino Nano)
MIDI IN (3.5mm TRS jack)"

Monday, April 01, 2024

Arduino VGM player on ESP32 (SN76489 chiptune) with a moving panorama stereo effect


video upload by Marcel Licence

"In this video you see the VGM player running on the ESP32.
All you hear comes directly from the PCB.
I made the 4 channels of the SN76489 emulation visible on the OLED screen.
In addition to that I tried to create a kind of moving panorama,
to generate a moving stereo separation.
The channels are floating around by changing the left/right volume
and the delay time changes too to simulate the changing distance.

The other features are the same as on the RP2040.

At the end of the video you will find a lot of music examples.

Used VGM files:
- Global Gladiators - 03 - Duelin-Dance.vgm
- Global Gladiators - 02 - Techno Tune.vgm
- Sonic The Hedgehog 2 - 03 - Act Start.vgm
- Sonic The Hedgehog 2 - 04 - Underground Zone.vgm
- Sonic The Hedgehog - 02 - Act Start.vgm
- Sonic The Hedgehog - 03 - Green Hill Zone.vgm
- Lemmings - 21 - Let's Go!.vgm
- Sonic The Hedgehog - 05 - Bridge Zone.vgm
- Sonic The Hedgehog - 06 - Chaos Emerald.vgm
- Sonic The Hedgehog - 08 - Bonus Zone.vgm
- Sonic The Hedgehog - 09 - Labyrinth Zone.vgm
- Sonic The Hedgehog - 10 - Act Complete.vgm
- Sonic The Hedgehog - 11 - Scrap Brain Zone.vgm
- Sonic The Hedgehog - 12 - Sky Base Zone.vgm
- Sonic The Hedgehog - 13 - Boss Theme.vgm
- Sonic The Hedgehog - 16 - Marble Zone (unused).vgm

Files were originally in .vgz format and I renamed them to .vgz, decompress them.
Finally, rename the uncompressed files back to .vgm before I could play them.

---

Projects can be found on GitHub: https://github.com/marcel-licence"

Thursday, March 28, 2024

An open source Ableton Live controller - beatrmatrix mk2


demo video video upload by beatrmatrix

"The beatrmatrix mk2 is an Arduino-based Ableton controller. Features step sequencer, clip launching, and more functionalities.

The visual feedback is provided by smd soldered ws2812b LEDs
With this mk2 version you can control the velocity too, and it provides much more functionalities. Check the GitHub documentation: https://github.com/beatrmatrix/beatrm...

00:00 step sequencer
00:47 loop length
01:07 clip launching
01:27 potentiometers"

Sunday, March 17, 2024

Arduino VGM player with rough SN76489 emulation - sneak peak of a video game music chiptune project


video upload by Marcel Licence

"Similar to the previous project I wanted to implement the playback of a new file format.
In this project VGM files are played on different platforms (decompressed VGZ files).
To get any audio I've implemented a very rough emulation of the SN76489 sound chip.
It has three square wave outputs and a noise channel.
The noise channel does not completely work as intended yet.
You might hear some deviations to the expected audio of the video game music.
This project is implemented in Arduino.
After adding some more features I will make this project available soon.


Used VGM files:
- Sonic the Hedgehog 2 - 07 - Sky High Zone.vgm
- Global Gladiators - 02 - Techno Tune.vgz
- Global Gladiators - 03 - Duelin-Dance.vgz
- Global Gladiators - 04 - Dance Tune.vgz
- Lemmings - 01 - Title screen.vgm
- Lemmings - 02 - Can-Can.vgm
- Lemmings - 03 - Levels 2 & 19.vgm
- Lemmings - 04 - Levels 3 & 20.vgm
- Lemmings - 05 - Levels 4 & 21.vgm

Files were originally in .vgz format and I renamed them to .vgz, decompressed them
and finally renamed the uncompressed files back to .vgm before I could play them.

---

Projects can be found on GitHub: https://github.com/marcel-licence
Instagram: https://www.instagram.com/marcel_lice...
Twitter: https://twitter.com/MarcelLicence
Discord: https://discord.gg/yT8bQdZE (if the link doesn't work please check the description of the latest video)
Mail: mailto:marcel.licence.o@gmail.com

---
Intro, Raspberry Pi Pico via PWM: (0:00)
ESP32 playback via audio codec: (2:37)
ESP8266 test output via PWM: (3:27)
ESP32-S2 using I2S DOUT alone: (4:17)"

Saturday, March 09, 2024

DIY 4 voice arduino nano string synth (modified Jan Östman's Solina)


video upload by LAURI’S DIY CHAN

"HALT!! 🚨🚨🚨 THERE’S AN ERROR IN THE FILTER SCHEMATIC! The 10K resistor after the dual pot should be connected to the wiper of the pot! I’ve updated the schematic in the dropbox folder, please use it instead of the one in the video! Why can i never not mess up the schematics in these videos 😭😭😭

I built my own version of Jan Östman's solina string synth. It's a 4 voice polyphonic MIDI controlled arduino nano synth and a simple 12dB analog low pass filter. It's great for pads and weirder digital sounds, perfect for lofi music.

Schematics and arduino code: https://www.dropbox.com/scl/fo/suollt...

L.E.P.'s website about the filter: https://www.leploop.org/2010/07/30/12..."

[$25] DIY eurorack modular synth Hard/Soft SYNC VCO with Arduino uno R4 , digital VCO


video upload by HAGIWO

"My 76th original eurorack modular synth DIY projects.
Arduino UNO R4 based digital VCO , it has Hard/Soft SYNC function.
Since the SYNC frequency is controlled by CV, SYNC sound can be created with fewer modules.

working documents ( code & schematics)
https://note.com/solder_state/n/n79d1..."

Sunday, February 18, 2024

Arduino tracker on ESP32 developed from scratch - little sneak peak of a tracker/synthesizer project


video upload by Marcel Licence

"I have started to develop a tracker from scratch.
It runs on the ESP32 and also contains features from my previous projects.
The file format is quite simple.
All samples are integrated in the .mod file.
There are also patterns that are put together as a song.
I copied post effects from my old projects and added a feature to play the embedded sounds/samples.
Feel free to leave comments with ideas and suggestions to move the project forward.

Used tracker files:
- Patrick Phelan - Lotus3_Cd6-Shamrip.mod
- Patrick Phelan - Lotus3_Cd3-Lotus3.mod
- BOULA.MOD
- MONSTER.MOD
- PRES.MOD
- MINES.MOD
- bodyblow.mod
- 2unlimitedmagic.mod
- 2unlimitedmix.mom

---

Projects can be found on GitHub: https://github.com/marcel-licenc"

Wednesday, February 14, 2024

SPIN: AI-Music Synthesizer - Vinyl Meets Grid

SPIN: AI-Music Synthesizer from Arvind on Vimeo.

SPIN is an AI music synthesizer that allows you to co-create compositions with a language model, MusicGen. It is a playful invitation to explore the nuances of algorithmic music, encouraging you to slow down and zoom in on its artifacts. It celebrates the marriage between human and machine creativity through music."

via Arvind Sanjeev

"SPIN is an AI music synthesizer that allows you to co-create compositions with a language model, MusicGen. It is a playful invitation to explore the nuances of algorithmic music, encouraging you to slow down and zoom in on its artifacts. It celebrates the marriage between human and machine creativity through music.

SPIN breaks down the process of co-composing music with an AI using a tangible interface. Enter the desired mood, genre, sounds and bpm to listen to the music come alive on an LP record. A DVS (Digital Vinyl System) allows you to slow down, zoom in, scratch and listen between the notes. Use it to create new compositions, as a simple sound synthesizer, as a playful scratch tool, or to play relaxing music in the background.

SPIN is an artifact from a future where music will be hyper-tailored to people’s tastes and preferences. It is an explorer of musical curiosities that can generate music unlike anything heard before, blending unheard-of combinations of sounds, rhythms and harmonies. This opens up exciting possibilities for pushing the boundaries of music and creating entirely new micro-genres. Who’s ready for some happy, death-metal, disco?

Under the hood, SPIN takes the input prompts in the form of button presses through an Arduino Mega. This is sent via serial to a Raspberry Pi which prompts the MusicGen API. An mp3 file is received as the output which is loaded onto a Digital Vinyl System (DVS). A transmuted Numark PT-01 and a timecoded control vinyl record serve as the turntable. The Xwax DVS package for Raspberry Pi reads the vinyl timecode through a Behringer audio driver, and the output is played via stereo speakers.

There are a lot of amazing generative music experiments, from Dadabots’s relentless death metal streaming AI on YouTube to Holly Herndon’s experiments around voice transplantations. But I realized we hit a tipping point when I stumbled upon the Riffusion music model; I was taken aback by its depth and realism, including its new update that adds lyrical voices to the output. Inspired by this, I wanted to build a platform to let me further explore and combine never-before-heard combinations of music and sounds. This laid the seed for building SPIN.

I wanted SPIN to encourage people to be playful; having a scratch interface served this purpose. A DVS (Digital Vinyl System) adds an extra dimension while listening to the generated compositions. It allows us to slow down these synthetic tunes and listen between the notes. So, I decided to combine a DVS system with the MusicGen API in the form of an old-school synthesizer."

Saturday, February 10, 2024

[Prototype] Arduino UNO R4 synthesizer : modular synth simple VCO


video upload by HAGIWO

"Modular synthesizer VCO. using Arduino uno r4 for technical verification.
Supports V/oct and audio output via built-in DAC.
Since this is a verification circuit, it is not recommended to make a module with this circuit as it is.

working documents ( schematics & code)
https://note.com/solder_state/n/na5ab..."

Tuesday, February 06, 2024

IDUM RETURNS!


video upload by Mystic Circuits

"At long last IDUM is back! IDUM is our multi-effect processor for gates, allowing anything from a little variation to absolute insanity. Here is a little jam showing off using IDUM's new features - split mode and the improved looper.

We have a two IDUM system here with one controlling the VPME quad drum and a second controlling a set of SSF percussion modules as well as a voice made with the Schlappi Engineering Three Body and Boundary. We are also controlling our Tree/ Leaves combo module which is doing the main sequencing duties. The entire patch is mixed using our 3DVCA modules and our upcoming Ana v2 modules are acting as a macro controller, allowing us to change the whole patch with just four knobs. The main sequencer is the amazing Westlicht Performer.

In this jam I am focusing on showing how much variation you can get out of IDUM without changing the source sequence at all. This means that the same trigger sequence is driving IDUM the entire time and the note sequencer is not changed at all either, all of the variation you hear is either from manipulating IDUM or from changing some of the timbre settings of the drums.

If you would like to learn more about IDUM go to our website here:

https://www.mysticcircuits.com/produc..."



"‍IDUM is a gate processing effect that turns its input effortlessly into IDM. Making complex electronic music with the modular usually requires meticulous sequencing done in advance or a large ecosystem of modules. Unfortunately, the level of expertise needed to accomplish this is not accessible to the average modular user. IDUM aims to make this process easier and put Intelligent Dance Music, also known as IDM, into the hands of people with average intelligence. IDUM does not require much knowledge to get immediate and compelling results; but with some extra familiarity, this module can enable innovative music making techniques. Instead of generating musical patterns on its own, IDUM acts like an effects processor for the sequences that run through it. For example, a filter or a delay allows the user to alter their sound by twisting the knobs or modulating the parameters. Similarly, IDUM manipulates the actual gates and sequences of connected modules, but with a level of playability normally inaccessible to a sequencer. IDUM can vary carefully crafted sequences or turn your music into an onslaught of controlled chaos. Its open source code and hardware based on the beginner friendly Arduino Nano Every encourage users to tweak their modules to taste or to add new features all while ensuring future improvements as IDUM makes its way into the wild."

Monday, January 22, 2024

Meet the NI404 Open-Source Sampler and Sequencer from Soundpauli


soundpauli:NI404 video upload by Jank

"The NI404 is an innovative, open-source sampler and sequencer from soundpauli - nspired by the classic Etch-A-Sketch, tailored for beginners and DIY enthusiasts. Designed around the Teensy Microcontroller and Audioboard from PJRC, this device offers an accessible entry point into the world of music creation.

The NI404 is more than just a musical instrument; it's a journey into the world of sound exploration, perfect for live performances, studio sessions, or simply having fun creating music. Whether you're a seasoned musician or a curious beginner, the NI404 is your gateway to an exciting world of musical possibilities."



via https://ni404.tyng.app

THE OPEN SOURCE SAMPLE-SEQUENCER FOR EVERYONE.
The NI404 is an innovative, open-source DIY sample-sequencer from soundpauli - inspired by the classic Etch-A-Sketch, tailored for beginners and DIY enthusiasts. Designed around the Teensy Microcontroller and Audioboard from PJRC, this device offers an accessible entry point into the world of music creation.

The NI404 is more than just a musical instrument; it's a journey into the world of sound exploration, perfect for live performances, studio sessions, or simply having fun creating music. Whether you're a seasoned musician or a curious beginner, the NI404 is your gateway to an exciting world of musical possibilities.

KEY FEATURES

EASY TO USE.
With its playful design, the NI404 lets users create complex sound patterns without any prior knowledge of musical instruments or equipment. It's perfect for beginners and makers alike.

DYNAMIC CONTROL DESPITE
LESS BUTTONS.
At the heart of the NI404 is a vivid 16x16 RGB LED panel display, paired with three intuitive rotary-push encoders. Navigate a cursor across the grid, where each row signifies a voice and each column a potential note, allowing for up to 16 pitches per note. This feature enables the mixing of up to 8 voices simultaneously.

REAL-TIME INTERACTION.
Adjust samples, instruments, pitches, notes, volume, BPM, velocity, and effects in real-time without pausing. This seamless interaction makes the NI404 an ideal gadget for live performances.

CORE COMPONENTS.
Teensy 4.1 Microcontroller and Teensy Audio board (4.0)
8MB PSRAM Flash Memory
3 Rotary-push encoders
16x16 RGB-LED Panel driven by FastLED
3.5mm audio jack and removable SD Microcard slot
CREATIVE FLEXIBILITY.
Etch-A-Sketch style note drawing
On-the-fly note deletion and sample muting
Adjustable volume, BPM (40 - 200), pattern, and note velocity
Up to 30-second sample length with seamless looping
Use your own samples on the SD-Card - in a simple file structure
Load up to 8 voices / samples (Wav format) plus an additional onboard synth voice
16-bar patterns across 8 pages, totaling 128 bars per song
Save and load up to 100 patterns / songs on the SD card
Autosave and autoload functions
SAMPLES AT YOUR FINGERTIPS:
THE BUILT-IN SAMPLE BROWSER.
Access and manage samples while playing, with support for up to 999 samples on the SD card and the ability to predefine multiple voices as a SampleSet.

FULLY INDEPENDENT.
Operates without a computer, generating all sounds on the device itself. USB powered (5V) and Arduino code is published under the MIT License.

Important: The NI404 does not include speakers or Bluetooth connectivity; headphones are recommended. Because of licensing: please use your own sample files (folder structure is included).

READY FOR MORE.
Potential updates include USB-MIDI In & Out, AI-powered song / pattern generation, WiFi connectivity, and a new aluminium casing.

HARDWARE LIST
Custom PCB - to connect the encoders to the Teensy (but you can also hard wire everything): see Downloads

https://ni404.tyng.app

Wednesday, January 10, 2024

SOUNDMIT 2023 - IL MONDO DELL'EURORACK SEMPRE PIÙ OPEN SOURCE CON CLATTERS MACHINES


video upload by SOUNDMIT

You can use the CD or gear options on the bottom right of the player to enable captions in your language of choice.

"Michelangelo e Carolina, insieme @clattersmachines, hanno presentato al Soundmit 2023 il nuovo modulo #sibilla, interessante oscillatore stereo dalla molteplici sfaccettature sonore e anche un nuovo prototipo (con tecnologia @Arduino) di interfaccia touch, sempre in formato Eurorack, che intendono rilasciare al mondo con la filosofia dell'open-source.

LINKS
CLATTERS MACHINES su Soundmit: https://soundmit.com/en/exhibitor/cla...
CLATTERS MACHINES Website: https://clattersmachines.com

Michelangelo and Carolina, together with @clattersmachines, presented the new #sibilla module at Soundmit 2023. It is an intriguing stereo oscillator with multiple sonic facets. They also introduced a new prototype (featuring @Arduino technology) of a touch interface, still in Eurorack format. They plan to release it to the world with an open-source philosophy.

Michelangelo et Carolina, avec @clattersmachines, ont présenté le nouveau module #sibilla lors du Soundmit 2023. Il s'agit d'un oscillateur stéréo intrigant aux multiples facettes sonores. Ils ont également dévoilé un nouveau prototype (intégrant la technologie @Arduino) d'une interface tactile, toujours au format Eurorack. Ils prévoient de le rendre accessible au monde avec une philosophie open source.

Michelangelo y Carolina, junto con @clattersmachines, presentaron el nuevo módulo #sibilla en Soundmit 2023. Se trata de un intrigante oscilador estéreo con múltiples facetas sonoras. También introdujeron un nuevo prototipo (con tecnología @Arduino) de una interfaz táctil, aún en formato Eurorack. Tienen la intención de lanzarlo al mundo con la filosofía de código abierto.

Si ringraziano per il video @pvmlab6423 - Max Esposito e Gabriele Guarnieri
#soundmit #arduino #clattersmachines #eurorack #touch #torino"

Thursday, December 21, 2023

MISCR DIY VCO Synth and Midi Keyboard


video upload by MISCR Music Gear

"Here is an overview and demo of my VCO synth and Midi keyboard builds. Let me know what you think and thanks for watching!

Circuit diagrams and Arduino code
https://drive.google.com/drive/folder..."

MISCR DIY Eurorack System


video upload by

"Here is an in depth look at my custom built eurorack system. Let me know what you think and thanks for watching!

Circuit diagrams and Arduino code
https://drive.google.com/drive/folder..." Eurorack power supply

https://amzn.to/3Tylk1U
https://amzn.to/4792yRR

Monday, December 18, 2023

Sampling the Intellivoice Voice Synthesis Module (Intellivision Chiptune) | Simon Hutchinson


video upload by Simon Hutchinson

"By request, I’m posting a free sample pack of recordings from the Intellivoice Voice Synthesis Module, including a simple Kontakt instrument that plays back these files.

Years ago, I made a synth using an arduino and a chip from an Intellivoice. Recently, I went into the closet and dug it out, and, following a couple repairs, recorded some samples for folks that are interested.

Get the sample pack: https://simonhutchinson.com/2023/12/1...

The original Intellivoice Synth Video:"

Mattel Intellivoice Synth | Simon Hutchinson
video upload by Simon Hutchinson

"Demonstrating a synthesizer built from a chip from an old Intellivoice module (and played back inside the original case), MIDI-controlled through a keyboard or DAW.

Why? Games and gaming hardware are mass-produced devices with planned obsolescence and few serviceable parts. By "hacking" and customizing gaming hardware we regain personal ownership of these devices, and we can turn obsolete equipment into performable, expressive instruments."

Sunday, December 17, 2023

Arduino sample synthesizer is now full of samples - loading SF2 and WAV samples on ESP32 & RP2040


video upload by Marcel Licence

"I've been working on improving the sampler project, especially how it loads sound samples.
Now, you can load samples from SF2 soundfonts, wav files, and a chosen directory.
This project works on ESP32 and RP2040, and more support is in the works.
I've also included the effects section from the last project.

Soundfonts do contain one big chunk of 16bit/24bit sample data, a list of data sets.
They have details about the range, tuning, and loop points of the samples.
There's also a list of instruments that can use different samples for various key and speed levels.
Lastly, there's a list of presets with additional settings.
I tried to make it easy to load specific parts of the soundfont, leaving out some options on purpose for flexibility.

You can also load wav files. These files might have extra information about the samples, like loop regions and tuning.
They are stored in an additional tag: "smpl".

In the future, I'm thinking of supporting different data formats (like 8-bit and stereo) and adding more file formats for loading samples.
I'm considering vgm and spc (Sega Mega Drive and Super Nintendo samples) and aif files containing sample info.

Sample sources:
SM64SF V2.sf2 - https://www.smwcentral.net/?p=viewthr...
Emu EMAX II Soundfonts - https://archive.org/details/emax-2-sf-2
Linn LM-1 - https://www.dropbox.com/s/6lbofq90s54...
Enigma Flute Sound – Emulator II Shakuhachi sample - https://music.geisheker.com/download-...
SC55 Piano_V2.sf2 - https://musical-artifacts.com/artifac...
Yoshi's Island (WK 1.05).sf2 - https://musical-artifacts.com/artifac..."

Saturday, November 11, 2023

YM2413 SYNTH + ROLAND XP50 - Testing sounds from the homemade OPLL mini FM synthesizer.


video upload by MusicHobby

"YM2413 SYNTH - Testing sounds from the homemade OPLL mini FM synthesizer. Roland XP50 keyboard used as controller, to send MIDI notes, program and control changes to the YM2413 module and the audio goes to the audio interface.

This is my project of a YM2413 FM Synth MIDI Module, already assbembled in a purple printed circuit board.

The YM2413 chip (known as OPLL), which is 2 operator FM musical synthesizer that uses FM synthesis (frequency modulation) to generate timbres. In this YM2413 based musical instrument I am using the Arduino Nano to control the YM's internal registers.

The YM2413 was used in:
-Yamaha PSS-170 and PSS-270 keyboards in 1986;
-Yamaha SHS-10 shoulder keyboard in 1987, and the Yamaha PSS-140 and Yamaha SHS-200 in 1988;
-Yamaha PSR-6 keyboard in 1988;
-Sega Master System, MSX, Atari Games Rampart arcade game;

I purchased the YM2413 chip on Aliexpress. I designed the board then sent the gerber to JLCPCB to be manufacured. Application Manual: https://www.smspower.org/maxim/Docume...

The intitial schematic of this board is here: https://www.dropbox.com/s/3n0dgba6pr6..."

YM2413 MULTITIMBRAL MODULE PLAYING POP HITS SONGS


YM2413 MULTITIMBRAL MODULE PLAYING GAMES' SONGS


Thursday, November 09, 2023

DIY synth jam #7 with Modulove modules | full DIY eurorack modular synth system


video upload by HAGIWO

"Use 3 Modulove modules.
https://modulove.io/"

Not seeing MVMT on their site. A•RYTH•MATIK, SYNC MOD LFO, and SCOPE captured below. Note SCOPE is not featured in the video.



A•RYTH•MATIK

The module runs on an Arduino Nano and can be easily reprogrammed or modded with Arduino IDE

The provided firmware release is a modified version of the Hagiwo Euclidean Sequencer adding support for the added Hardware reset in and LED indicators for each channel as well as the clock.

128*64 OLED Display

Rotary Encoder with PUSH Button

6x Trigger Outputs (0-5V)

Clock Input (0-5V)

3U
6HP
35mm
50mA (5V) / 50mA (12V)
Arduino IDE (nano)

Wednesday, October 25, 2023

Eigenbau: Polyphoner Synthesizer | Eindrücke & Sound | #SynthDIY #Arduino Mozzi Based DIY Synth


video upload by

Audio demo starts at 13:33.

Einlteitung: 0:00
Arduino Projekt: 1:16
Polyphonie: 3:45
Mono Modus: 6:25

Decay: 8:40
Resonance: 10:08
LFO: 11:04
Filter: 12:03
Volumen: 12:40
Oktave Up / Down: 12:55

Soundbeispiele: 13:24

Outro: 15:35
------------------------------------------
Ich freue mich, euch mein neustes Projekt, einen polyphonen Synthesizer mit insgesamt 3 Stimmen vorstellen zu dürfen. Wichtige Infos und Libraries, die zum Projekt beigetragen haben findet ihr hier:

Mozzi - Arduino:
https://reference.arduino.cc/referenc...

See the Mozzi label below for more.
NEXT PAGE 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