Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Added Efflux tracker demo #15

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/efflux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 24 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,30 @@ <h2 class="app-title">ToneCraft</h2>
<hr class="divider-a">
<!-- demo info: end -->


<!-- demo info: begin -->
<div class="row">
<div class="col-xs-12">
<h2 class="app-title">Efflux</h2>
</div>
<div>
<div class="demo-image" style="margin-left:20px;">
<img src="images/efflux.png">
</div>
</div>
<div class="col-xs-10 col-sm-9 demo-description">
<p>
A browser based tracker, providing multi-oscillator synthesis with individually shapeable waveforms.
Also supports Web MIDI.</p>
<p>
<a class="btn btn-default" href="http://www.igorski.nl/experiment/efflux" role="button" target="_blank">App »</a>
<a class="btn btn-default" href="http://www.igorski.nl/efflux/help" role="button" target="_blank">Manual »</a>
<a class="btn btn-default" href="https://www.github.com/igorski/efflux-tracker" role="button" target="_blank">Code »</a>
</p>
</div>
</div>
<div style="clear:both;"></div>
<hr class="divider-a">
<!-- demo info: end -->

<a name="webmidi"></a>
<h2 id="btn-groups" class="page-header"><div class="midi-icon-h2"></div> Web MIDI Demos</h2>
Expand Down