Skip to content

Commit

Permalink
Add Reflex-in project.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Dec 23, 2023
1 parent 11443dd commit 3d49fdf
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 2 deletions.
Binary file added docs/community/powered-by-faust/img/reflex-in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 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="#reflex-in" class="nav-link">Reflex-in</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#faustcgp" class="nav-link">FaustCGP</a>
<ul class="nav flex-column">
</ul>
Expand Down Expand Up @@ -1013,6 +1017,10 @@

<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="reflex-in"><a href="https://inria.hal.science/hal-04093045/document">Reflex-in</a></h2>
<div><a href="https://inria.hal.science/hal-04093045/document"><img width="60%" class="mx-auto d-block" src="img/reflex-in.png"></a> </div>

<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 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>
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 10:25:03.836273+00:00
Build Date UTC : 2023-12-23 15:00:40.959109+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.
6 changes: 6 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,12 @@

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.

## [Reflex-in](https://inria.hal.science/hal-04093045/document)

<div><a href="https://inria.hal.science/hal-04093045/document"><img width="60%" class="mx-auto d-block" src="img/reflex-in.png"></a> </div>

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.

## [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).
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d49fdf

Please sign in to comment.