Skip to content

Commit

Permalink
Add link.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Dec 24, 2023
1 parent a1868dc commit 6103571
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/community/powered-by-faust/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ <h2 id="reflex-in"><a href="https://inria.hal.science/hal-04093045/document">Ref

<p>Reflex-in is a sound installation that uses brain-wave streams to create music composition within the Web environment in real time. The work incorporates various state-of-the-art Web technologies, including Web Audio, WebSocket, WebAssembly, and WebGL. The music generated from the algorithm - mapping brain wave signal to musical events - aims to produce a form of furniture music that is relaxing and meditative, possibly therapeutic. The synthesizer part is created from Faust DSP. </p>
<h2 id="faustcgp"><a href="https://git.sr.ht/~led/faustcgp">FaustCGP</a></h2>
<p>Generate new audio synthesizers and filters in FAUST with Recurrent Cartesian Genetic Programming. Given a target sound or impulse response as input, the RCGP will return a FAUST synthesizer or filter, respectively, that best approximates the given signal or impulse response.</p>
<p>Generate new audio synthesizers and filters in FAUST with Recurrent Cartesian Genetic Programming. Given a target sound or impulse response as input, the RCGP will return a FAUST synthesizer or filter, respectively, that best approximates the given signal or impulse response. Samples for an early version of the software can be found <a href="https://onkyo.u-aizu.ac.jp/faustcgp-demo">here</a>.</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-23 19:33:30.973587+00:00
Build Date UTC : 2023-12-24 09:28:33.603608+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.
2 changes: 1 addition & 1 deletion mkdocs/docs/community/powered-by-faust.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Reflex-in is a sound installation that uses brain-wave streams to create music c

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

Generate new audio synthesizers and filters in FAUST with Recurrent Cartesian Genetic Programming. Given a target sound or impulse response as input, the RCGP will return a FAUST synthesizer or filter, respectively, that best approximates the given signal or impulse response.
Generate new audio synthesizers and filters in FAUST with Recurrent Cartesian Genetic Programming. Given a target sound or impulse response as input, the RCGP will return a FAUST synthesizer or filter, respectively, that best approximates the given signal or impulse response. Samples for an early version of the software can be found [here](https://onkyo.u-aizu.ac.jp/faustcgp-demo).

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

Expand Down

0 comments on commit 6103571

Please sign in to comment.