Changeset 11694 for public_html/testimonials.shtml
- Timestamp:
- 03/01/09 21:58:34 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public_html/testimonials.shtml
r11380 r11694 7 7 <link rel="stylesheet" type="text/css" href="style.css"/> 8 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> 9 <style> 10 dt { margin-top: 1cm; 11 font-weight: bold; 12 font-family: sans-serif; 13 font-size: 105%; } 14 dd { margin-top: 0.3cm; 15 // font-family: sans-serif; 16 font-size: 90% } 17 </style> 9 18 </head> 10 19 11 20 <body> 21 <div class="header"> 22 <h1><!--#include virtual="project-name" --></h1> 23 </div> 24 25 <div style="margin-top:3cm;margin-right:1cm;float:left;width:20ex;background-color:#fea;font-family:sans-serif;font-size:12px;padding:10px 5px 10px 5px"> 26 <b><a href="./">Project page</a><br /> 27 <a href="./testimonials.shtml">Testimonials</a> 28 </b> 29 </div><div style="float:left;width:80ex;margin-top:1cm"> 12 30 13 31 <h1>Testimonials</h1> 14 32 33 <dl> 34 <dt>Brad Garton (Columbia University Computer Music Center) 35 </dt> 36 <dd> 37 "I used ABCL (older, v. 0.0.10) as the interpreter 38 underlying an object for a music/media graphical programming 39 environment called <a href="http://www.cycling74.com/products/max5">Max/MSP</a>. 40 ABCL allowed me to embed an entire LISP interpreter inside the 41 Max/MSP package, and it has worked extremely well. Max/MSP 42 is designed primarily for real-time/interactive applications, 43 used a lot by computer music academics, DJs/VJs, bizarro jazz 44 performers, audio plugin developers, etc. With the embedded 45 abcl object, I am able to schedule LISP functions and work 46 interactively with complex processes -- <b>the abcl interpreter 47 has been rock-solid!</b> <br /> 48 <br /> 49 The source for the object is here (scroll down to the bottom of 50 the page):<br /> 51 <br /> 52 <a style="align:center" href="http://music.columbia.edu/~brad/maxlispj/">http://music.columbia.edu/~brad/maxlispj/</a><br /> 53 <br /> 54 And I also used it extensively in a large application built with 55 Max/MSP... it's an interactive 'book' where the generative music 56 follows what a reader is reading and creates an appropriate sound 57 setting for the text:<br /> 58 <br /> 59 <a style="align:center" href="http://music.columbia.edu/~brad/BookOfDreams/">http://music.columbia.edu/~brad/BookOfDreams/</a><br /> 60 <br /> 61 The music performance model underlying the shawm-like melodies 62 is all coded using abcl.<br /> 63 <br /> 64 So to all of you who have contributed (and still contribute!) to 65 the development of this terrific package, a big THANK YOU!!!" 66 </dt> 15 67 16 <dl> 68 <dt>Alessio Stalla 69 </dt> 70 <dd>I'm currently integrating ABCL in a small, unreleased open source 71 project. It's a sort of graphical object browser for Java (but its GUI 72 sucks badly for now...). It can be run locally or as a client-server 73 application. I'm adding scripting support so you can access some 74 functionality from Lisp (or in principle any other Java Scripting API 75 compatible script engine, though I'm focusing on ABCL). 76 </dd> 77 17 78 <dt>Hunter Monroe 18 79 </dt> … … 22 83 tests crash the suite. If you want to compile Maxima with ABCL lisp, check 23 84 out the Maxima source code and following the instructions in INSTALL.lisp." 85 </dd> 86 87 <dt>Ted Kosan 88 </dt> 89 <dd>I am in the process of integrating ABCL with <a href="http://mathrider.org">MathRider</a> in preparation for when Maxima is able to run on it. 24 90 </dd> 25 91 … … 48 114 </dd> 49 115 50 <dt>Alessio Stalla51 </dt>52 <dd>I'm currently integrating ABCL in a small, unreleased open source53 project. It's a sort of graphical object browser for Java (but its GUI54 sucks badly for now...). It can be run locally or as a client-server55 application. I'm adding scripting support so you can access some56 functionality from Lisp (or in principle any other Java Scripting API57 compatible script engine, though I'm focusing on ABCL).58 </dd>59 60 <dt>Ted Kosan61 </dt>62 <dd>I am in the process of integrating ABCL with <a href="http://mathrider.org">MathRider</a> in preparation for when Maxima is able to run on it.63 </dd>64 65 116 </dl> 66 117 </div> 67 118 </body> 68 119 </html>
Note: See TracChangeset
for help on using the changeset viewer.