layout | title | subtitle | permalink |
---|---|---|---|
page |
Install |
Available for Linux, macOS and Windows |
/install/ |
Alda is open source and available for free. You can run it from the command line on your Mac (10.13 High Sierra or newer), Windows, or Linux computer.
(If you'd like to try Alda without installing it, check out Severák's unofficial Alda web workspace!)
Alda's sound engine requires Java to be installed.
To verify whether or not you have Java installed, open a terminal and run java -version
.
If you don't have Java installed yet, we recommend downloading and installing the latest stable release of OpenJDK from Adoptium.
In a new terminal, run these commands to verify that you've installed Alda correctly:
{% highlight text %} alda version alda doctor alda --help alda play -c "(tempo! 160) trumpet: (quant 60) f12 b- > d f6 d12 f1" {% endhighlight %}
If you're having trouble, please don't hesitate to ask for help in the Alda Slack group!
Once you're up and running with Alda, we recommend:
- Installing a good MIDI soundfont
- Installing a text editor plugin
- Reading the [Alda tutorial][tutorial]
[tutorial]: {{ site.baseurl }}/tutorial