Skip to content

Commit

Permalink
Add OneTrick URCHIN project.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Dec 19, 2023
1 parent 71cb764 commit 2eb11f8
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 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="#onetrick-urchin" class="nav-link">OneTrick URCHIN</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#kbverb" class="nav-link">KBVerb</a>
<ul class="nav flex-column">
</ul>
Expand Down Expand Up @@ -1005,6 +1009,11 @@

<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="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>

<p>A hybrid drum synth that models the gritty lo-fi sound of beats from vintage records without sampling. It takes spectral and physically modeled drums, running them through simulated studio reverb, a vinyl or tape player, and finally a digital sampler. The result is a fat and saturated drum machine that creates a vibe of sampling with the control of a synthesizer.</p>
<p>The project is using Rust and the Faust to Rust backend, and the source code <a href="https://punklabs.com/content/projects/ot-urchin/downloads/OneTrickURCHIN-Source-v1.0.0.zip">is available</a>. </p>
<h2 id="kbverb"><a href="https://github.com/sletz/KBVerb">KBVerb</a></h2>
<div><a href="https://github.com/sletz/KBVerb"><img width="60%" class="mx-auto d-block" src="img/KBVerb.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-14 08:12:30.926984+00:00
Build Date UTC : 2023-12-19 12:25:23.411876+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.
8 changes: 8 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,14 @@

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.

## [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>

A hybrid drum synth that models the gritty lo-fi sound of beats from vintage records without sampling. It takes spectral and physically modeled drums, running them through simulated studio reverb, a vinyl or tape player, and finally a digital sampler. The result is a fat and saturated drum machine that creates a vibe of sampling with the control of a synthesizer.

The project is using Rust and the Faust to Rust backend, and the source code [is available](https://punklabs.com/content/projects/ot-urchin/downloads/OneTrickURCHIN-Source-v1.0.0.zip).


## [KBVerb](https://github.com/sletz/KBVerb)

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 2eb11f8

Please sign in to comment.