spacemacs/layers/+lang/alda
Arif Er 00f9ab19ac chore: update copyright headers to 2022
The script used to identify and update the change is added into the GitHub
workflows script directory. A workflow action can be created to trigger the
script to update the headers on the first of every new year. Possibly a task for
a consequent PR.
2022-06-03 17:32:20 +02:00
..
img [alda] Add image to README.org 2019-05-12 11:29:15 -04:00
packages.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00
README.org Move conda and ipython-notebook layer from +lang to +tools category 2020-04-18 21:28:14 +02:00

Alda Layer

/TakeV/spacemacs/media/commit/ca728d278b9016b5b882d476c31fd051a42e7888/layers/+lang/alda/img/alda.png

Description

Alda is a music composition language allowing music to easily be written and edited in a text file.

This layer adds key bindings for alda-mode's functions, which allow Alda code to be interpreted and played by the running Alda server. It will also start the Alda server if it is not running.

Features:

  • Syntax highlighting for Alda files.
  • Play portions of a buffer, or the entire buffer, through a running Alda server.

Install

Add alda to the dotspacemacs-configuration-layers list in ~/.spacemacs. You will also want to ensure that you have installed Alda so that alda-mode can play your code.

Key bindings

When alda-mode is active in an Alda file, you can use these key bindings:

Key binding Description
SPC m b Play the entire buffer
SPC m c Play block (paragraph on point)
SPC m r Play region (selected text)
SPC m n Plays the current line

Note that if the Alda server is not running, alda-mode will start the server, and you will have to run the command again.