<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
A new version. More changes:<br>
<br>
    - <tt>RunTimeLibraryLoader::Load</tt> changed to virtual. <tt>RunTimeFaustLibraryLoader::Load</tt>
load the plugins on <tt>CompletePathFor("examples/ladspadir")</tt><br>
    - Added <tt>const char * pathExamplesEnvironmentVar() const {
return "FAUST_EXAMPLES_PATH"; }</tt> on <tt>RunTimeFaustLibraryLoader</tt>.
Not implemented.<br>
    - <tt>MainWindow::on_action_Compile_Faust_triggered()</tt> first
compile, then calls a separated <tt>on_action_Reload_Faust_Plugins_triggered(RunTimeFaustLibraryLoader
& faustLibraryLoader)</tt>.<br>
    - Removed the "<tt>make clean</tt>", and defined 60 seconds as
limit for <tt>process.waitForFinished()</tt>. If I don't have any
plugin precompiled my machine ends the process before it finished.
Maybe this could be managed catching  <tt><a
 href="http://doc.trolltech.com/4.3/qprocess.html#finished">QProcess::finished</a></tt>?<br>
    - Added a lot of debugging messages.<br>
<br>
<br>
El 06/26/2008 08:24 AM, Natanael Olaiz escribió:
<blockquote cite="mid:48637C70.5070808@gmail.com" type="cite">Pau: here
is an experimental patch for faust support. It has some semantics
errors (for instance, s/swap/replace), and the compilation doesn't work
(I have to check that, in previous tests it worked).. but it does:
  <br>
   - Allows to launch browser to view SVG diagrams from the processing
context menu. A question: I'm sending a signal from the canvas to open
the browser to be checked from MainMenu... I don't like it so much, but
I did it in that way to doesn't allow launch a browser directly on
canvas. Any suggestion about that?
  <br>
   - Allows to reload the faust plugins instead loading another
instance. It requires some factory changes. What do you think about
this solution? (out of the bad name of "swap"...)
  <br>
  <br>
  <br>
Regards,
  <br>
Natanael.
  <br>
</blockquote>
<br>
</body>
</html>