From: Bill Wendling
Date: Tue, 1 Nov 2011 04:08:23 +0000 (+0000)
Subject: Add LuaAV to external projects list.
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0325053da3be307007784d91b9a50aada7ac6044;p=oota-llvm.git
Add LuaAV to external projects list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143431 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index ea123d21e19..8c94c7d1201 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -417,6 +417,19 @@ object-oriented programming, operator overloading and strong typing.
+
+LuaAV
+
+
+
+
LuaAV is a real-time
+ audiovisual scripting environment based around the Lua language and a
+ collection of libraries for sound, graphics, and other media protocols. LuaAV
+ uses LLVM and Clang to JIT compile efficient user-defined audio synthesis
+ routines specified in a declarative syntax.
+
+
+
Mono