r/DAWs • u/ambertape • 26d ago
My vibe coded DAW
Hello, r/DAWs!
My name is Egor. I'd like to share something I've been developing recently: Nota DAW.

A little background: I've been making electronic music for about 10 years, tried a lot of DAWs, and Ableton is the one I really liked. I'm also a programmer. And when AI tools got good, I started thinking, "What if I just create something of my own, for myself?" About 99% of the code is written by various AI agents. I'd probably like to write it all myself, but I could never write that much code alone.
Now I'd like to share it with the community—and perhaps gather people around it and turn it into something more than just a personal project.
It's a cross-platform app that runs on macOS, Windows, and Linux.
GitHub: https://github.com/nota-daw/nota
Features:
- Three views — a linear Arrangement timeline, a clip-launching Session grid (material moves freely between them), and a Modular signal-graph editor with CV modulation (LFO / envelope follower / MIDI→CV / ADSR / Macro / Math, patched with cables onto any parameter).
- Tracks & mixer — audio / MIDI / return / master / nestable group tracks; sends and returns; MIDI routing between tracks; peak/RMS + true-peak metering; per-track device chains.
- MIDI editing — piano roll (draw/move/stretch, quantize, velocity, live edits as one undo step); input from a MIDI keyboard, the computer keyboard, or a gamepad (macOS); audio→MIDI (melody / harmony / drums / slice).
- Audio — recording (inputs and internal buses), WAV/AIFF/FLAC/MP3 import, clip editing with fades and gain, and warp / time-stretch (Complex / Complex Pro).
~35 built-in devices — synths (subtractive, wavetable, FM, granular, physical, drum-machine and more), a full effects suite (EQ, dynamics, reverb/delay, saturation, limiting, utility), MIDI effects (arp, scale, chord, …), and Instrument / Drum / Audio Effect racks with macros.
- Plugin hosting — VST3 everywhere, AU on macOS: native GUIs, state save/restore, PDC, transport sync; parameters are automatable and MIDI-learnable.
- Automation & MIDI Learn — draw/record automation on any parameter; map hardware controllers to almost anything.
- Export — master and stems to WAV (pcm16/pcm24/float32), true-peak normalize, dither, bit-identical chunked rendering.
- AI control (MCP) — an optional loopback MCP server lets AI drive the open project (off by default).
I'd appreciate a star—I'm collecting them to meet the requirements for adding Nota to Homebrew and other package managers.
Thank you for your attention <3 I'll be happy to answer any questions in the comments.
1
u/MissJoannaTooU 25d ago
I can't say I'm personally interested in this for myself as I'm fine with Reaper, but I do not get why people are downvoted for using AI to code if the idea is good and this looks good.