[1;35m╔════════════════════════════════════╗<br />
[1;35m║ [1;36mR E N É & D E L I A[1;35m ║<br />
[1;35m║ [0;37mMEGA65 software synthesizer[1;35m ║<br />
[1;35m║ [1;33m25 voices · 3 chips · at once[1;35m ║<br />
[1;35m╚════════════════════════════════════╝<br />
Public beta — a software synthesizer for the MEGA65
Twenty-five voices. Three different chips. All playing at once.
> 🔊 12 SID voices across four chips
> 🥁 4 sample channels on the Audio DMA
> 🎺 9 FM voices on the OPL2 that has been sitting in your I/O space all along
Not one of them borrowed from another.
Two programs
RENÉ plays a MIDI file straight off the SD card.
DELIA listens on the network over AppleMIDI / RTP-MIDI.
Delia announces herself over Bonjour as DELIA-XXXX, so she turns up by name in rtpMIDI (Windows), Audio MIDI Setup (macOS), rtpmidid (Linux) or on an iPad, with nothing configured. Open a session and play her live.
Both run from BASIC 65 — put them on the card and RUN.
The engine comes out — next drop
benito.bin is the whole synth as a loadable blob behind a 16-slot jump table: 20,862 bytes with every device and effect switched on, 6,499 if all you want is FM. It is not in this build — the embedder's kit follows.
📦 Download
V0.02.64B — beta, both programs tested on real hardware.
https://discord.com/channels/719326990221574164/1544820819673485387/1547226422005735484
-# The networking half will be released MIT — Ethernet stack, DHCP, AppleMIDI, mDNS, and the SD card and D81 readers. Nobody on this platform should have to write an Ethernet stack again. Source is not up yet.