jxnblk / osc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSC

  1. Copy the example-directive.js file.
  2. Include the file in the html. <script src="your-directive.js"></script>
  3. Add an element to the html <svg your-directive></svg.
  4. Add custom d3 code to the directive file. Loading an audio file url will populate it with peak data.

About


Languages

Language:CSS 88.7%Language:JavaScript 11.3%