MATRIXSYNTH: python

Showing posts with label python. Show all posts
Showing posts with label python. Show all posts

Monday, May 18, 2026

AMYboard - the $29 DIY modular synth running Python.


video upload by



via Brian Whitman of AMYboard

"Today, we’re launching a new music hardware platform! Meet the AMYboard, a 10HP modular-sized synthesizer brimming with inputs and outputs for digital and analog audio, MIDI, and two CV channels. The AMYboard firmware runs Micropython, and can be controlled and programmed over the web, where you can share your own creations with others. You can also use AMYboard in Arduino to create music devices of your own design. It’s only US$29.90 - a very inexpensive way to get started making your own modular-capable synths. It can be powered over USB or a 10-pin modular power cable, and comes with a 10HP laser-cut faceplate. You can buy one today!

AMYboard is powered by AMY, the synthesis and effects toolkit that DAn Ellis and I have been working on for the past few years. AMY is a beautiful-sounding, efficient re-creation of classic analog synths – like the Juno-6 – and FM synths – like the DX-7. It can also act as a sampler, play WAV files, or let you make your own synthesizer setups in code from bare oscillators, effects, and filters. AMY is open-source and runs on all sorts of hardware. It already powers some neat synths like the Diapasonix, the Spark, and our own Tulip Creative Computer. AMYboard is our “reference hardware” for AMY - running the same ESP32-S3 as Tulip with 8MB of RAM, but with new features including both analog and S/PDIF (digital) audio input and output, enabling live effects, sampling, and filters. We’ve also added an SD card for sample storage, and an I2C host port for connecting your own displays and knobs!"

AMYboard launches with AMYboard online – a web based simulator and control surface for the AMYboard. You can experience AMYboard online before even buying an AMYboard. AMYboard online runs the same core engine as the AMYboard hardware (ported to WebAssembly) so you can set up and interact with the synthesizer over the web. When you’re ready, you plug in your AMYboard, download your patch, or control it in real time over the web, including the capability to edit and store code on your hardware that will boot up the next time you turn it on. AMYboard’s default firmware allows anyone to code their synth creations in MicroPython running on the hardware; the AMY synthesis engine itself runs in bare-metal C, but you can load your own “sketches” onto the board to build complex environments. For example, here’s a generative house track with a Derrick May custom “WOODPIANO” FM patch. Or here’s a TB303 + 808 acid setup. Or add a filter and reverb to a DX7 patch. AMYboard online also comes with AMYboard World, an online community for AMYboard users to share sketches with each other. We’re really excited to see your cool creations, please do share them!

See Brian Whitman's full post on AMYboard for additional details and links.

Wednesday, April 01, 2026

Creating wavetables and Morphagene reels with Gemini 3 and Google Colab.


video upload by Cinematic Laboratory

"When I asked Gemini 3 if it could create wavetables, a new world opened up. Now, I am aware it's about artificial intelligence taking over the wonderful job of creating wavetables by hand (64 cycles of 256 bytes) I'd rather make music and noise with them. In this workflow, you'd describe what kind of 'morph' or 'animation' you'd want, and Gemini 3 would write the code in the Python programming language.

Next question is obviously: how do I run it because we don't want code, we want a WAV file in WaveEdit format. It turned out to be just a matter of pasting the code in Google's Co-laboratory (COLAB) environment and press 'play'. Then COLAB would run the code and output a .WAV with a pre-coded descriptive name. So next is to install them on your VCO of choice, which hopefully has an SD card or USB 'disk mode'.

But then the real fun begins. You can also ask Gemini 3 to code a 48K/32 bit Morphagene reel with a splice marker for every wave. These waves can be much longer, much more complex, and they can be stereo. You can create wobbles, sweeps, morphs, ticks, hiss, grains, anything. And then you can take your files to the modular, disconnect from the internet and lock the doors."

Monday, March 16, 2026

Playing around with the CircuitPython Drum Machine


video upload by ReLiC

"I was having too much fun while testing my software...

Hardware: https://github.com/todbot/synthiota
Firmware: https://github.com/relic-se/CircuitPy..."

Thursday, March 12, 2026

synthiota CircuitPython Drone Synthesizer Demonstration


video upload by ReLiC

"Full demonstration of the synthiota Drone. 8 Oscillators, 3 LFOs, effects, and more!

Hardware: https://github.com/todbot/synthiota
Software: https://github.com/relic-se/CircuitPy...
CircuitPython: https://circuitpython.org/

Libraries:
https://circuitpython-synthvoice.read...
https://circuitpython-synthiota.readt...
https://circuitpython-waveform.readth..."

Also see "tbish" update on "synthiota" board

CircuitPython Drone Synthesizer Demo on synthiota

video upload by ReLiC

"8-voice drone synthesizer written in CircuitPython for the Synthiota."

Software: https://github.com/relic-se/CircuitPy...
Hardware: https://github.com/todbot/synthiota

Monday, February 16, 2026

"tbish" update on "synthiota" board, jam starting at 1:20


video upload by todbot

"Start at 1:20 for a little fun jam.
Got some time to work on "tbish" TB-303 emulator in CircuitPython.
This video shows some of the updates.
The updates include:
new mapped_pot_controller to allow the pots to have different modes
sequencer has separate lane for slides so that accent & slide can happen on same step
tbish_synth now has 4 different waveforms to choose from
can edit the sequence steps, both notes and accents/slides/mutes
can switch between sequences
can adjust bpm & steps_per_beat
actually using the LEDs

code and schematics: https://github.com/todbot/synthiota

#tb303 #circuitpython #raspberrypipico"

previously:

"tbish" almost on "synthiota" board

video upload by todbot

Sunday, February 15, 2026

An eyebrow-raising MIDI controller for $35


video upload by Floyd Steinberg

"Mediapipe + OpenCV caused a big stir some 4 years ago, but I never got around trying it myself. Until today, and of course I'm sharing my results with you. This Open Source software can detect gestures, poses and facial expressions and transform them to so called landmarks that can easily be used for all kinds of shenanigans (in this example: controlling your synths).

00:00 introduction: what's this?
00:38 demo 01: playing chords + bass + controlling filters
01:32 hardware needed
02:12 installation
02:56 what are OpenCV and Mediapipe?
03:55 this example explained: reading landmarks, converting to MIDI
06:35 demo 02: controlling an arpeggiator
07:37 demo 03: controlling filter cutoff frequency and pitch bend with my eyebrows
09:21 demo 04: playing pads on Akai MPC Live 3 with backing track
10:10 conclusion / do the YouTube thing!"

Where to get the stuff: [affiliate links]
Mini camera: Amazon DE | Amazon US
RasPi Zero 2: Amazon DE | Amazon US
SD card: Amazon DE | Amazon US

Installation instructions

sudo apt update
sudo apt upgrade
pip install mediapipe opencv-python --break-system-packages
git clone https://github.com/mrfloydst/eyebrowr...

then python3 ./hand.py or python3 ./eyebrow.py

HÄLP ZIS CHANNEL
https://www.patreon.com/floyd_steinberg
https://floydsteinberg.gumroad.com/
https://floydsteinberg.bandcamp.com/"

Saturday, February 07, 2026

8 Track MIDI Sequencer on Adafruit PyGamer


video upload by ugufru

"This is a short demo of an eight track MIDI sequencer that I created on the Adafruit PyGamer."



via Adafruit

"What fits in your pocket, is fully Open Source, and can run CircuitPython, MakeCode Arcade or Arduino games you write yourself? That's right, it's the Adafruit PyGamer! We wanted to make an entry-level gaming handheld for DIY gaming, and maybe a little retro-emulation. It's not the fastest and best of everything but it is an all-in-one dev board with a lot of possibilities!

The PyGamer is powered by our favorite chip, the ATSAMD51, with 512KB of flash and 192KB of RAM. We add 8 MB of QSPI flash for file storage, handy for images, fonts, sounds, or game assets."

Tuesday, December 16, 2025

Kraftor hosting Nexus


video upload by Polaxis

"Sentence prepared with https://www.polaxis.be/nexus-serial-m...
and triggered via MIDI using a custom MIDI keyboard designed by https://learn.adafruit.com/usb-keyset"

Info on the USB Chorded Keyset #3dprinting #circuitpython
video upload by Adafruit Industries

"Build a 3D printed USB chorded keyset inspired by the original Doug Engelbert "Mother of all Demos" keyset from the 1960's. This 5-finger keyset lets you type without moving your hand, entering full words and phrases by pressing multiple keys simultaneously as a chord."

Sunday, December 07, 2025

Synth:Bit – 16‑Note Micro:Bit Synthesizer Keyboard Module with OLED Display



via this eBay listing

"Synth:Bit – 16‑Note Micro:Bit Synthesizer Keyboard Module with OLED Display, Battery Pack & Audio Jack, Lego‑Compatible Base, Matrix Inputs, Jumper Pins for Expansion

16‑Note Synthesizer for Micro:bit — turns your Micro:bit into a full octave keyboard (16 inputs in a 4×4 matrix) for creative music projects and experimentation.

Integrated Audio Output & Battery Pack — built‑in audio jack to hook up a speaker and a portable battery pack so you can use it anywhere.

OLED Display & Intuitive UI — clear screen interface for visual feedback, settings, and control of synthesizer parameters.

Lego‑Compatible & Breadboard Friendly — board spacing fits LEGO bricks; jumper pins allow easy breadboard or external keypad integration.

Expandable & Open Source — supports expansion via jumper pins, external keypads, or custom builds; program via MakeCode, Python, or microcontroller tools."

Wednesday, November 19, 2025

Chords, Arpeggiator, Custom Scale, Python Apps, and More - Mystrix Just Got a Massive Update 🔥


video upload by 203 Systems

Also see: 203 systems Mystrix Pro: An open source MIDI pad controller!

"Mystrix is an open-source, smart controller that has a lot of features. Our website is https://203.io/ , and more detailed information is in https://matrix.203.io

We just recently launched an OS 3.0 update for the device and are planning to release a Mystrix 2 soon. It would be great if you could help us and spread the word! I can’t appreciate that enough!

With Matrix OS 3.0, Mystrix got the following features:
Note App V2 with New Layouts, Control Bar, Pitchbend, Custom Scale, Modern Diatonic Scale, Arpeggiator, Chord, Note Latch, and more.

Python User Application Support
And a lot of QoL updates

On top of a suite of existing powerful features like
Customizable Control Map with advanced MIDI command, keyboard, and gamepad
Computer Software Integration
Chord Strumming

For Mystrix 2. It’s currently still under development, and we expect to launch it by the end of the year. It will have a few improvements on the existing one, like MPE surface, 6-axis gyro, new design, more IO options, etc.

https://www.kickstarter.com/projects/203null/mystrix-2"

Tuesday, November 18, 2025

Divergent Waves Sycamore playing Four Seas and Friends


video upload by Molten Music Technology

"A quick demo of my newly built Sycamore melody generator. It's running into the Four Seas wavetable thingy, which is being filtered via the Riot VCF, into the Trifecta effects. Meanwhile an Ona VCO is pumping the second channel through a Gemini Vintage filter. There's some modulation too!"
Divergent Waves - Sycamore Demo

video upload by Divergent Waves Mar 1, 2024

"Sycamore is a looping, quantized, randomised sequencer with 45 scales to choose from, as well as a few tricks up its sleeve...

Sycamore is based on the (Cancelled) Mutable Instruments Seeds module, which itself was likely an exploration of Turing Machine like sequencing with a little more control."


"Sycamore is a random looping sequencer with quantization and a wide range of scales. The quantized loop can be shifted, mutated, tweaked and otherwise fiddled with in a number of interesting ways.

With CV over almost all the internal parameters, Sycamore allows for tight control over the loop, while maintaining performability with comfortably spaced knobs.

Some advanced features are accessible through a one-layer menu to allow for more deep tweaking of harmonies, delay, and scale quantization - however, Sycamore is perfectly usable without touching these at all!

Sycamore makes use of CircuitPython for its program code, allowing for easy modification and tweaking should you wish to do so. The module also features an i2c expansion port reserved for future use, or for you own hacking.

Thursday, October 02, 2025

Intuitive Instruments Improves Exquis MPE Controller with Firmware 2.2.0 Update


video uploads by Intuitive Instruments



Exquis - Ableton Live integration (feat Primo Taut)

video upload by Intuitive Instruments

Press release follows:

Intuitive Instruments improves Exquis MPE controller with firmware 2.2.0 update alongside Ableton Live, Bitwig Studio, and Cockos Reaper workflow-merging scripts


SAINT-CYPRIEN, FRANCE: Intuitive Instruments is proud to announce improvements to the award-winning Exquis MPE (MIDI Polyphonic Expression) controller with major updates coming courtesy of introducing firmware 2.2.0 alongside software scripts to merge its workflow with Ableton Live, Bitwig Studio, and Cockos Reaper DAWs (Digital Audio Workstations) — wholeheartedly representing several simultaneous steps towards the inspirational solutions for music lovers creator’s goal of ultimately making music-making seamless by turning the flagship instrument itself into the ultimate lightweight and compact creative hub — as of September 8…

Exquis enables seamless and natural interaction with all DAW software, MIDI synthesizers, and modular systems by becoming a direct extension of its user’s creativity as an expressive and intuitive MPE controller comprising a hexagonal matrix of 61 backlit soft silicon keys arranged as consecutive notes (semitones) horizontally and harmonious notes (thirds) vertically — from the lowest at the bottom to the highest at the top — that provide independent gestural control over four different dimensions: velocity (strike force), horizontal tilt (X axis — pitch bend), vertical tilt (Y axis — CC#74), and pressure (Z axis — channel pressure or polyphonic aftertouch). Alongside a namesake companion app — itself optionally offering an experience akin to traditional composition software — available on macOS and Windows with support for VST, VST3, and AUv3 audio plug-in formats, Intuitive Instruments’ flagship instrument is intended to provide musicians of all levels with a fun and intuitive way of creating melodies and progressions, fully exploiting sonic potential in the process of doing so — whether working with third-party software over the USB (Type-C) connection, third-party software or hardware synthesizers through the MIDI IN and OUT (minijack) connections, and modular synthesizers via CV (control voltage) with dedicated 0-5V (minijack) connections for GATE (V-Trigger), PITCH (V/Oct), and MOD (pressure or velocity). These top out a lightweight (600g) and compact — 36 mm (H) x 146 mm (W) x 317 mm (D) — desktop design that also incorporates four rotary/push encoders and a six-zone capacitive touch slider, plus a series of selection, undo/redo, and action buttons, providing precise and intuitive control collectively over any user’s sound while enhancing interaction with the app.

Thursday, May 22, 2025

Stylophone CPM DS-2: Dark Atmospheric Sounds. No Talk Demo


video upload by Anton Anru

"Obsidian is a collection of 50 custom presets for the analog synthesizer Stylophone CPM DS-2. In this pack, you’ll find drones, textures, FXs, rhythmical patterns and sequences, and immersive soundscapes.
🔮 I was fascinated by exploring this drone machine, and in this collection, I share the results of that journey. My goal was to extract a broad variety of timbres— dark, noisy, vintage/retro, cold, dull, distorted, metallic, tense, as well as atonal, non-harmonic, FX-like, evolving, moving, and sweeping sounds.

📦 Get the soundset: https://antonanru.sellfy.store/p/cpm-...

📺 The soundset draws inspiration from sci-fi movies, soundtracks, dystopian narratives, urban landscapes, noise ambient albums, experimental modern art, and innovative sound design.

📻 Perfect for genres such as Dark, Noise, Ambient, Cinematic, IDM, Electronica, Dub, Deep, Techno, Industrial, Minimal, Garage, Experimental, and more. These timbres also work exceptionally well for movie soundtracks, games, apps, digital art, live sound art performances, and VR landscapes—anywhere a dark, atmospheric vibe is needed.

📓 The soundset is presented in a PDF document. Each page contains notes explaining how each patch works, which parameters to tweak during playback, and techniques to further develop the timbre during performance. By following these instructions and experimenting with the suggested settings, you’ll deepen your understanding of the synth and unlock its true potential.
🎧 Each patch also includes an audio example to help you grasp the intended sound.

💾 The collection additionally includes 24/41000 WAV samples. You can use these samples as they are, or feel free to resample, edit, and apply effects in your DAW, sampler, or granular synth. They provide versatile material for your sonic experimentation.

🖲 The Stylophone CPM DS-2 is an analog synthesizer highly sensitive to both settings and performance. I’ve done my best to document all parameters precisely; however, expect slight variations, as this is a truly alive, analog instrument. This is especially true for pitch, tuning, and FM settings—and in some cases, on the delay. The PITCH/RATE and LFO DEPTH knobs are extremely responsive— even a slight movement can shift the pitch significantly.
Many presets don’t adhere to a strict tonal center, so feel free to experiment with frequency settings. If you need to hit specific notes, I recommend using a tuner when adjusting pitch and FM."

Wednesday, May 14, 2025

Meet the M0SS 101 Synthesizer by Andrew John March




M0SS 101 DEMO video upload by Andrew March

"A quick demonstration on how to build a patch with the M0SS-101 synthesizer."



From the creator of WVR, the the M0SS 101 virtual analog monosynth is currently seeking funding on Kickstarter.

"M0SS-101 is a virtual analog monosynth built for a pure, hands-on subtractive synthesis, packed into a compact, rugged guitar pedal enclosure.

With 26 buttons and a single encoder, M0SS-101 gives you intuitive access to a deep 42-parameter virtual analog synthesis engine. Press a button to select a parameter, turn the encoder to modify it, and monitor your signal flow via the LED system.

Using a MIDI controller, you can map any parameter via simple MIDI learn, making it easy to integrate into your setup. Up to 17 presets can be saved and recalled for quick access to your favourite sounds.

The 26 RGB LEDs use colour and brightness to represent signal flow, modulation paths, settings and selections. A separate row of 11 LEDs at the bottom gives you instant visual feedback on the currently selected parameter. I aim to offer an affordable, compact, and versatile instrument, without sacrificing features, ergonomics, or most importantly, fun. I hope you'll enjoy playing this synth as much as I have :'-)"

Monday, May 05, 2025

From Patch to Sound: Logue SDK Custom Oscillators with Pure Data


video upload by boochow

"Pure Data ➡ https://puredata.info/
Pure Data to Logue SDK converter ➡ https://app.boochow.com/pd2logue/
Example patches ➡ https://blog.boochow.com/logue/pure-d...

plugdata is another good choice for pure data editor ➡ https://plugdata.org
hvcc can run in your Python environment ➡ https://github.com/Wasted-Audio/hvcc +
https://github.com/boochow/hvcc_logue...

00:00 Intro
01:00 Launch Pure Data and Make a New Patch
03:05 Export as User Oscillator
04:52 Make the Pitch Follow the Keyboard
05:52 Draw Your Own Waveform
10:18 Advanced Tip — Using tabosc4~
12:38 Final Tips"

Tuesday, April 29, 2025

Exquis v2.1 Update Now Optimised for Ableton Live

🇬🇧 Exquis - Ableton Live 12 Suite Remote Script
video upload by Intuitive Instruments

0:00 - Intro and installation
1:13 - Note Mode
1:36 - Settings (1)
2:13 - Settings (2) and favorite presets
2:34 - Devices and Tracks
3:17 - Session Mode
5:00 - Outro

🇬🇧 Exquis - Tutorials


Press release follows:

Exquis: expressive, MPE, intuitive, affordable, now optimised for Ableton Live

[Superbooth25] Intuitive Instruments, the French company behind the award‑winning Exquis ex‑pressive MPE keyboard, unveils a triple update that turns its flagship instrument into the ultimate, lightweight and compact creative hub for Ableton Live users

Unlike pad‑centric grid controllers optimised for finger‑drumming and loop triggering, Exquis responds like a real acoustic instrument: its 61 soft silicone keys, each with independent five‑dimension MPE control, provide the nuanced touch and emotional depth needed for flowing melodies and harmonically rich chords.

Exquis Remote‑Control Script for Ableton Live

The brand‑new Python‑based Remote Script integrates Exquis seamlessly into Live’s native controller family, delivering Launchpad‑style Session control and an instrument‑grade expressive touch—courtesy of its MPE twist—that makes playing melodies and chords feel effortlessly natural:

• Session view – create, launch and delete clips or scenes without touching the mouse.

• Track mastery – arm, select, mute and solo any track, and get immediate access to volume, pan and aux sends

• Expressive performance – chords, melodies and drum racks flow through all 61 soft silicone keys with independant and
polyphonic 5 dimensions controls.

• Hands‑on transport & harmony – set Live’s tempo, root note and scale directly from Exquis.

• Per‑track note layouts – recall any of the keyboard’s eight onboard layouts (or your own customs) automatically when you change tracks — instantly reconfiguring Exquis into a specific instrument for every track, be it a bass, a percussive grid, or a soaring solo lead.

• One‑touch Favourites – call up Live racks or plugin presets in a heartbeat via Exquis’ exclusive favourites system.

• Device & mix control – tweak any parameter on any device and any track with using four push encoders and ten action buttons.

The script installs like any official Ableton controller template and requires Live 12.

Firmware v2.1 — Poly‑Hold Sustain & Developer Mode

In keeping with Intuitive Instruments’ drive for constant refinement, firmware v2.1 delivers two
headline additions:

• Poly‑Hold Sustain – let chords ring out indefinitely while the onboard arpeggiator conti‑ nues to evolve.

• Developer Mode – an open MIDI API that exposes every hardware element—keys, en‑ coders, action buttons, RGB LEDs and even onboard memory—so developers can remap behaviours, write custom DAW scripts or integrate Exquis into bespoke performance setups.

The update also packs an array of stability improvements for an even smoother playing expe‑rience.

Exquis App v2 — New factory preset list and 1 500 Curated Presets

The companion software for macOS/Windows receives new factory preset list featuring hand‑picked, layout‑optimised patches for Surge XT, Vital and Decent Samplerand a vast sound‑library expansion bringing 1 250 new sounds tuned for Surge XT, Vital, Decent Sampler, Baby Audio Atom, Beatsurfing Random, Dawesome Abyss, Zyklus, Audiomodern Soun‑ dbox and Newfangled Audio Pendulate — now 1 500 presets in total.

Superbooth 2025 and Embodme.

Intuitive Instruments will attend the Superbooth 2025: booth O134, in the mezzanine of the main hall, side to Expressivee and Embodme.

Wednesday, February 26, 2025

An Entire Orchestra as Wavetables?: Introducing KRC Orchestral Impressions


video upload by Keith Crosley

"How can we convert audio samples to wavetables? What are the main challenges? Why does converting violin samples to wavetables come out sounding like a Wookie? Why is everything so hard? I tackle some of these questions (and probably raise a lot of others!) as I talk-talk-talk about my new wavetable collection, KRC Orchestral Impressions. So grab your phase-locked loop, align your harmonics, and get ready for this I-don't-think-we-should-convert-samples-to-wavetables-but-I-did-it-anyway-a-go-go episode of your favorite talky synthesizer content show!

LINKS!:

NEW... and just $5! KRC Orchestral Impressions Wavetables — 38,000 wavetables in all of the major formats (modwave, multi/poly, Serum, Vital, Pigments, Phase Plant, Surge, you-name-it!), extracted from orchestral samples, plus Python scripts to do your own sample-to-wavetable conversions. Just like KRC Mathwaves, this collection will grow and change over time. Get in while the gettin's good! https://www.wavetables.lol/l/orch

Sunday, February 02, 2025

Heritage Modular - Making of front panels - step#1


video upload by f1oat3d

"The automagic process for the generation of the Heritage Modular V2 front panels.
As I am moving from 3D printing to aluminium, my old OpenScad scripts have been converted to Python. The new script is able to generate SVG for laser engraving, and STEP for 3D modeling and CNC milling, and STL pour mockup 3D printing.

Soundtrack 'A World of Heritage' by ‪@KurtzMindfields‬ played on Heritage Modular V1.
https://kurtzmindfields.bandcamp.com/...." Video and pics previously posted here.

Friday, November 29, 2024

Augmented MIDI controller FM synth and step sequencer with AI-waveshaping


video upload by Alexandros Drymonitis

"This is a demo of an augmented MIDI controller turned to an FM synth and step sequencer with AI-based waveshaping, programmed with Pure Data and Python, running on a Raspberry Pi. This project is part of chapter 11 of the book Digital Electronics for Musicians 2nd edition, written by Alexandros Drymonitis, published by Apress https://link.springer.com/book/10.100..."

Saturday, November 16, 2024

Introducing Ocean Swift Wavetable Creator - Craft Custom Wavetables for Any Synth!


video upload by Ocean Swift / Faxi Nadu

Follow-up to this post. The editor is now available at https://oceanswift.net/product/wavetable-creator/

Ocean Swift - Wavetable Creator | Overview and Demonstration

video upload by Ocean Swift / Faxi Nadu

Press Release follows:


Create, Customize, and Export Wavetables Like Never Before!

Save 40% - just €25 (normal €40) , until January 10, 2025

Ocean Swift is excited to announce the launch of the Wavetable Creator, a powerful tool that empowers everyone to create custom wavetables for high-end synthesizers, modular environments, and audio production tools.

The Problem:
Today's wavetable synths, modules, and apps often require wavetables with specific frame sizes and cycle counts, making cross synth compatibility difficult. No existing app or wavetable pack guarantees seamless compatibility across all platforms.

The Solution:
Ocean Swift’s Wavetable Creator – a powerful tool to design morphing wavetables that work anywhere! From Serum to Eurorack, this tool lets you craft wavetables with innovative crossfade, morphing, and blending techniques, and robust compatibility export options. Whether you're producing music, designing game audio, or developing synth plugins, this app is built to unleash your creativity with an easy intuitive interface.

Pricing and Availability
The Ocean Swift Wavetable Creator is available now at a regular price of €40. As a special introductory offer, you can purchase it at €25, a limited-time price valid through the Black Friday, Christmas, and Winter Holiday season until January 10, 2025. Don’t miss this opportunity to enhance your sound design toolkit at an unbeatable price, with a unique product!


Grab the Wavetable Creator here: https://oceanswift.net/product/wavetable-creator/

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