veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

47
active users

#MML

0 posts0 participants0 posts today

This is what I've been working on this year: An #NES #chiptune editor that uses a #Lisp interpreter as an interface. It's made with #accessibility in mind to address the needs of blind composers or folks who otherwise have difficulty with graphical interfaces, and is heavily inspired by #MML but hopes to bring a higher level of interactivity by using a live Lisp environment.

The audio playback engine is an actual NES emulator and exports music in NSF format as well as WAVE. Offers frame-level control of pitch, volume and duty for the 4 basic sound channels.

It still has a long way to go but the main pieces are in place. Feedback welcome!

Source: codeberg.org/bobbicodes/nes-li
The demo app includes a template song using vibrato, arpeggios, volume envelopes and instruments, which are explained in the docs.
Demo app: bobbicodes.codeberg.page/nes-l

Codeberg.orgnes-lisp-mmlAccessible interactive programmatic NES music sequencer