oscilloscopes.
couldn't really think of a better way to do it, but it looks pretty awesome. you can really see the filter effect too.
This commit is contained in:
parent
3daeeee96b
commit
114240ca9f
3 changed files with 52 additions and 15 deletions
|
|
@ -207,7 +207,7 @@ function eff_t1_r(ch) {
|
|||
|
||||
function eff_unimplemented() {}
|
||||
function eff_unimplemented_t0(ch, data) {
|
||||
console.log("unimplemented effect", ch.effect.toString(16), data.toString(16));
|
||||
console.log("unimplemented effect", prettify_effect(ch.effect, data));
|
||||
}
|
||||
|
||||
var effects_t0 = [ // effect functions on tick 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue