Skip to content

Commit

Permalink
Add FaustCGP project.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Dec 22, 2023
1 parent 2eb11f8 commit 888b4c9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/community/powered-by-faust/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@

<li class="nav-item" data-level="1"><a href="#powered-by-faust" class="nav-link">Powered By Faust</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#faustcgp" class="nav-link">FaustCGP</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#onetrick-urchin" class="nav-link">OneTrick URCHIN</a>
<ul class="nav flex-column">
</ul>
Expand Down Expand Up @@ -1009,6 +1013,8 @@

<h1 id="powered-by-faust">Powered By Faust</h1>
<p>This page lists the projects using Faust in different ways: musical pieces or artistic projects, plugins or standalone applications, integration in audio programming environments, development tools, commercial applications, research projects (possibly non musical), embedded devices, Web applications, etc.</p>
<h2 id="faustcgp"><a href="https://git.sr.ht/~led/faustcgp">FaustCGP</a></h2>
<p>Generate new audio synthesizers and effect chains in FAUST via Recurrent Cartesian Genetic Programming. Requires either a single audio file or a set of input-output signal pairs as input, and the CGP will return the synthesizer or effect chain, respectively, that best approximates the given signal(s).</p>
<h2 id="onetrick-urchin"><a href="https://punklabs.com/ot-urchin">OneTrick URCHIN</a></h2>
<div><a href="https://punklabs.com/ot-urchin"><img width="50%" class="mx-auto d-block" src="img/ot-urchin.png"></a> </div>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -438,5 +438,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.4.3
Build Date UTC : 2023-12-19 12:25:23.411876+00:00
Build Date UTC : 2023-12-22 20:14:10.636237+00:00
-->
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions mkdocs/docs/community/powered-by-faust.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This page lists the projects using Faust in different ways: musical pieces or artistic projects, plugins or standalone applications, integration in audio programming environments, development tools, commercial applications, research projects (possibly non musical), embedded devices, Web applications, etc.

## [FaustCGP](https://git.sr.ht/~led/faustcgp)

Generate new audio synthesizers and effect chains in FAUST via Recurrent Cartesian Genetic Programming. Requires either a single audio file or a set of input-output signal pairs as input, and the CGP will return the synthesizer or effect chain, respectively, that best approximates the given signal(s).

## [OneTrick URCHIN](https://punklabs.com/ot-urchin)

<div><a href="https://punklabs.com/ot-urchin"><img width="50%" class="mx-auto d-block" src="img/ot-urchin.png"></a> </div>
Expand Down

0 comments on commit 888b4c9

Please sign in to comment.