alda-lang / alda

A music programming language for musicians. :notes:
https://alda.io
Eclipse Public License 2.0
5.58k stars 282 forks source link

Can i generate an mp3 with my code? #493

Closed song-without-words closed 6 months ago

song-without-words commented 6 months ago

🔧 Feature request 🔧

Description

Examples

Motivation

Alternatives

daveyarwood commented 6 months ago

Hi @song-without-words! This is something we've discussed in the past, and while there is no current plan to support exporting to mp3 in a built-in way, it is still possible to do it by using Alda to export to MIDI, and then use Fluidsynth to convert the MIDI file into an mp3 (or wav or whatever audio file type you prefer)

See: https://github.com/alda-lang/alda/discussions/434#discussioncomment-3824875

daveyarwood commented 6 months ago

To clarify: I wouldn't be opposed to adding this as a built-in feature at some point, it's just that there is no immediate plan to do so. If someone wanted to contribute this feature, I would be happy to support them in any way that I can.

song-without-words commented 6 months ago

thanks for your reply.