forked from nonolith/pixelpulse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
svelt, functional zooming with axis rescale FTW
- Loading branch information
Showing
4 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Pixelpulse browser UI | ||
# Distributed under the terms of the BSD License | ||
# (C) 2011 Kevin Mehall (Nonolith Labs) <[email protected]> | ||
# (C) 2011 Ian Daniher (Nonolith Labs) <[email protected]> | ||
|
||
class PixelpulseApp | ||
constructor: -> | ||
|
@@ -67,6 +68,7 @@ class PixelpulseApp | |
$('.dnd-oldpos').show().removeClass('dnd-oldpos') | ||
|
||
onConfig: (o) -> | ||
$('.analog').remove() | ||
$('#meters, #meters-side').empty() | ||
@channels = {} | ||
self = this | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters