Skip to content

Commit

Permalink
clarified non-working
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgovea committed Aug 31, 2011
1 parent 12e2d09 commit 1661c1a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions public/javascripts/phon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/sidebar.coffee
Expand Up @@ -57,8 +57,8 @@ $ ->
amount: amount

$titles = {}
$titles.reverb = $ '<h3>Reverb</h3>'
$titles.bitcrusher = $ '<h3>Bitcrusher</h3>'
$titles.reverb = $ '<h3>Reverb (not working yet)</h3>'
$titles.bitcrusher = $ '<h3>Bitcrusher (not working yet)</h3>'

Phon.Socket.on 'effect', (params) ->
amount = params.amount
Expand Down
28 changes: 14 additions & 14 deletions views/index.jade
Expand Up @@ -6,22 +6,22 @@
h2.clearfix Lead
span.icon
.content
//
.module(data-module='Instrument', data-sound='Bass')
h2.clearfix Bass
span.icon
.content
.module(data-module='Instrument', data-sound='Bass')
h2.clearfix Bass
span.icon
.content

.module(data-module='Sample', data-sound='Drum')
h2.clearfix Drums
span.icon
.content
.module(data-module='Sample', data-sound='Drum')
h2.clearfix Drums
span.icon
.content
.module.last(data-module='Sample', data-sound='Sample')
h2.clearfix Samples
span.icon
.content

.module.last(data-module='Sample', data-sound='Sample')
h2.clearfix Samples
span.icon
.content
.footer

.global.persistent.module(data-module='Global')
Expand Down

0 comments on commit 1661c1a

Please sign in to comment.