A simple overview of the actual Faust support: http://iua-share.upf.edu/wikis/clam/index.php/Devel/Faust_support

I think so many of those how-to steps could be managed by a faust install/configuration script. What do you think?


El 07/08/2008 09:50 PM, Natanael Olaiz escribió:
Commited in two steps, and changed some names on MainWindow and NetworkCanvas. Now those names are a little bit large, but I think now them refers better to its uses.

Commit 11582:
* RunTimeLibraryLoader: Load() changed to virtual, added some commented debug messages, and minor changes on CompletePathFor()
* RunTimeFaustLibraryLoader:
- implemented virtual Load() to search first for the examples faust dir - added std::map GetCompilePluginCommands(std::string pluginSourceFullName) to get required faust compilation commands with the propers paths - if plugin exists in factory, use ReplaceCreator instead AddCreatorWarningRepetitions
   - added helpers: faustBinCommand() and faustLibIncludeFile()

Commit 11583:

* ClamNetworkCanvas:
   - added signal: openFileWithExternalApplicationRequest
- added QString _fileNameToOpen (used when catching the previous signal on MainWindow), onOpenFileWithExternalApplication to set it and getFileNameToOpenWithExternalApplication() to get it
   - added slot onOpenFileWithExternalApplication
- added "Open diagram with browser" item on processings context menu which have svg_diagram attribute - added "Open source with editor" item on processings context menu which have dsp_source attribute
* NewtorkEditor MainWindow:
   - added slot on_action_Launch_Browser_triggered
- on_action_Online_tutorial_triggered() calls on_action_Launch_Browser_triggered - added slot on_action_Processing_Open_File_With_External_Application_triggered, connected to ClamNetworkCanvas::openFileWithExternalApplicationRequest signal - added messages on slot on_action_Compile_Faust_triggered, and changed to search the .dsp files on faust examples directory and compile them one by one directly (doesn't need to have Faust installed or makefiles)



_______________________________________________
Clam-devel mailing list
Clam-devel@llistes.projectes.lafarga.org
https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel

Reply via email to