diff options
author | David Robillard <d@drobilla.net> | 2007-01-06 19:39:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-01-06 19:39:56 +0000 |
commit | 4014067a1668d94000b059d72832482a06cf8369 (patch) | |
tree | 7617295999221d85fb5fdf6ac92f30beba4141da /README | |
parent | 1a2962681ff62598f6cbe9aed9c5d4c69c0020a6 (diff) | |
download | raul-4014067a1668d94000b059d72832482a06cf8369.tar.gz raul-4014067a1668d94000b059d72832482a06cf8369.tar.bz2 raul-4014067a1668d94000b059d72832482a06cf8369.zip |
Added ability to get Raul Thread for current calling context.
Strong threading assertions.
Flowcanvas port removal fixes.
Patch port destruction.
Code cleanups, bug fixes.
git-svn-id: http://svn.drobilla.net/lad/raul@234 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ RAUL - Realtime Audio Utility Library -Raul is a lightweight header-only C++ convenience library for realtime -programming, with a (slight) bias towards audio applications. +Raul is a lightweight C++ convenience library for realtime +programming, with a bias towards audio applications +on GNU/Linux machines. |