diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -1,5 +1,3 @@ -[](https://github.com/rhaberkorn/applause2/releases/tag/nightly) - # Applause Applause is a [LuaJIT](https://luajit.org/)-based real-time audio programming environment @@ -34,7 +32,7 @@ See also the TODO file for a list of bugs, possible features and improvements. ## Installation The easiest way to install Applause on Linux is to install a -prebuilt [AppImage](https://appimage.org/) from a [nightly build](https://github.com/rhaberkorn/applause2/releases/tag/nightly). +prebuilt [AppImage](https://appimage.org/) from a [nightly build](https://www.fmsbw.de/projects/applause2/downloads/nightly). It should run on any x86_64 Linux system that has the [JACK](https://jackaudio.org/) daemon (jackd2/jackdmp) installed and running. The AppImage supports all three modes of running Applause: @@ -73,7 +71,7 @@ To compile the project, type: make -Up-to-date documentation is available at the [website](http://rhaberkorn.github.io/applause2). +Up-to-date documentation is available at the [website](https://www.fmsbw.de/projects/applause2). In case you want to build it manually, install [LDoc](https://stevedonovan.github.io/ldoc/) (for instance `luarocks install ldoc`) and type: @@ -118,7 +116,7 @@ you should add the following entry to `/etc/login.conf`: Change the login class of your user to `audio` by running `chpass`. You might need to add the current user to the `wheel` group and -give read acceess to evdev device nodes by creating `/etc/devd.rules`: +give read acceess to evdev device nodes by creating `/etc/devfs.rules`: [localrules=10] add path 'input/*' mode 0640 @@ -127,8 +125,8 @@ give read acceess to evdev device nodes by creating `/etc/devd.rules`: echo -ne "25 \nStream.SinOsc(440):play()" | socat -,ignoreeof TCP:127.0.0.1:10000 -See also [client.tes](https://github.com/rhaberkorn/applause2/blob/master/client.tes) -for a [SciTECO](https://github.com/rhaberkorn/sciteco) integration. +See also [client.tes](https://git.fmsbw.de/applause2/plain/client.tes) +for a [SciTECO](https://sciteco.fmsbw.de/) integration. # Joysticks and Gamepads |