Skip to content

Commit

Permalink
libredjm renamed to EQUIS.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Oct 8, 2023
1 parent 12a23b3 commit 1a5b6ca
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/community/powered-by-faust/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#libredjm" class="nav-link">LibreDJM</a>
<li class="nav-item" data-level="2"><a href="#equis" class="nav-link">EQUIS</a>
<ul class="nav flex-column">
</ul>
</li>
Expand Down Expand Up @@ -989,10 +989,10 @@ <h2 id="riti-room-is-the-instrument"><a href="https://github.com/LucaSpanedda/RI
<div><a href="https://github.com/LucaSpanedda/RITI"><img width="50%" class="mx-auto d-block" src="img/rtti.png"></a> </div>

<p>RITI: Room Is The Instrument by <a href="https://conservatoriosantacecilia.academia.edu/LucaSpanedda/CurriculumVitae">Luca Spanedda</a>, is a piece based on a complex system capable of manifesting emergent and chaotic behaviors, where the acoustic personality of an environment (digital or physical) becomes a case of study for the performance and is reflected in terms of variation in the behavior of the system itself. The DSP code is written in Faust. See a video of a "studio" <a href="https://youtu.be/QLzzQpEkWdE?si=PHADoLzECmHjQCmC">performance of the system</a>. </p>
<h2 id="libredjm"><a href="https://codeberg.org/obsoleszenz/libredjm">LibreDJM</a></h2>
<div><a href="https://codeberg.org/obsoleszenz/libredjm"><img width="50%" class="mx-auto d-block" src="img/LibreDJM.png"></a> </div>
<h2 id="equis"><a href="https://codeberg.org/obsoleszenz/EQUIS">EQUIS</a></h2>
<div><a href="https://codeberg.org/obsoleszenz/EQUIS"><img width="50%" class="mx-auto d-block" src="img/LibreDJM.png"></a> </div>

<p>This is a 4 Channel DJ Mixer built on top of JACK. It's EQ is inspired by the Playdifferently Model1 and offers per channel a highpass, lowpass and sculpt eq. The code is developed in Rust and the DSP is <a href="https://codeberg.org/obsoleszenz/libredjm/src/branch/main/crates/libredjm-dsp">written in Faust</a>. </p>
<p>EQUIS is a 4 Channel DJ Mixer built on top of JACK. It's EQ is inspired by the Playdifferently Model1 and offers per channel a highpass, lowpass and sculpt eq. The code is developed in Rust and the DSP is <a href="https://codeberg.org/obsoleszenz/EQUIS/src/branch/main/crates/equis-dsp">written in Faust</a>. See the <a href="https://media.ccc.de/v/sonoj2023-23001-equis#t=22">presentation video</a>. </p>
<h2 id="esp32-wrover-eie-audio-dev-board"><a href="https://github.com/joelucedo/ESP32-Wrover-E_IE-audio-dev-board">ESP32 Wrover E/IE audio dev board</a></h2>
<div><a href="https://github.com/joelucedo/ESP32-Wrover-E_IE-audio-dev-board"><img width="40%" class="mx-auto d-block" src="img/Wrover.jpg"></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 @@ -435,5 +435,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.4.3
Build Date UTC : 2023-10-07 12:59:26.420469+00:00
Build Date UTC : 2023-10-08 21:30:18.975924+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.
9 changes: 3 additions & 6 deletions mkdocs/docs/community/powered-by-faust.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ This page lists the projects using Faust in different ways: musical pieces or ar

The Spatbox is an interface to intuitively generate 3D trajectories and to spatialize them in real-time on a loudspeaker array with Ambisonics, developed by [Pierre Lecomte](https://cv.hal.science/pierre-lecomte). Each trajectory is described by a parametric curve, where each of the coordinates varies according to a configurable LFO. Depending on the LFO parameters, many trajectories can be generated. The implementation is done in Faust and the project has [been presented](https://www.youtube.com/watch?app=desktop&v=naxXtvsIyNI) at [PAW 2022](https://paw.grame.fr/2022/).


## [MUSS3640 Vocal Synthesiser ](https://github.com/luke1241/MUSS3640_Vocal_Synth)

<div><a href="https://github.com/luke1241/MUSS3640_Vocal_Synth"><img width="50%" class="mx-auto d-block" src="img/MUSS3640.jpg"></a> </div>
Expand All @@ -22,26 +21,24 @@ The MUSS3640 Vocal Synthesiser is a standalone application/VST3 plugin developed

RITI: Room Is The Instrument by [Luca Spanedda](https://conservatoriosantacecilia.academia.edu/LucaSpanedda/CurriculumVitae), is a piece based on a complex system capable of manifesting emergent and chaotic behaviors, where the acoustic personality of an environment (digital or physical) becomes a case of study for the performance and is reflected in terms of variation in the behavior of the system itself. The DSP code is written in Faust. See a video of a "studio" [performance of the system](https://youtu.be/QLzzQpEkWdE?si=PHADoLzECmHjQCmC).

## [LibreDJM](https://codeberg.org/obsoleszenz/libredjm)
## [EQUIS](https://codeberg.org/obsoleszenz/EQUIS)

<div><a href="https://codeberg.org/obsoleszenz/libredjm"><img width="50%" class="mx-auto d-block" src="img/LibreDJM.png"></a> </div>
<div><a href="https://codeberg.org/obsoleszenz/EQUIS"><img width="50%" class="mx-auto d-block" src="img/LibreDJM.png"></a> </div>

This is a 4 Channel DJ Mixer built on top of JACK. It's EQ is inspired by the Playdifferently Model1 and offers per channel a highpass, lowpass and sculpt eq. The code is developed in Rust and the DSP is [written in Faust](https://codeberg.org/obsoleszenz/libredjm/src/branch/main/crates/libredjm-dsp).
EQUIS is a 4 Channel DJ Mixer built on top of JACK. It's EQ is inspired by the Playdifferently Model1 and offers per channel a highpass, lowpass and sculpt eq. The code is developed in Rust and the DSP is [written in Faust](https://codeberg.org/obsoleszenz/EQUIS/src/branch/main/crates/equis-dsp). See the [presentation video](https://media.ccc.de/v/sonoj2023-23001-equis#t=22).

## [ESP32 Wrover E/IE audio dev board](https://github.com/joelucedo/ESP32-Wrover-E_IE-audio-dev-board)

<div><a href="https://github.com/joelucedo/ESP32-Wrover-E_IE-audio-dev-board"><img width="40%" class="mx-auto d-block" src="img/Wrover.jpg"></a> </div>

A board to play with FAUST sound synthesis language.


## [Kuroscillators](https://github.com/nolanlem/Kuroscillators)

<div><a href="https://github.com/nolanlem/Kuroscillators"><img width="40%" class="mx-auto d-block" src="img/kuroscillators.jpg"></a> </div>

Max/MSP objects for audio and rhythmic synthesis using coupled oscillator networks. Coupled Oscillators networks are dynamical systems that describe how ensembles of interacting elements are able to self-organize and synchronize over time. In terms of sensory perception, they have been examined in a wide range of fields including those related to rhythmic entrainment, biomusicology, psychoacoustics, signal processing, and generative music. The DSP is [written in Faust](https://github.com/nolanlem/Kuroscillators/tree/main/Kuroscillators-rhythm/faust-gen-files).


## [Joué Music Instruments](https://jouemusic.com/en)

<div><a href="https://jouemusic.com/en"><img width="45%" class="mx-auto d-block" src="img/joue.png"></a> </div>
Expand Down

0 comments on commit 1a5b6ca

Please sign in to comment.