Ryan Berdeen
Ryan Berdeen
Using StandingWave's `AudioSampleHandler` class, when the player reaches the end of the source, `SoundTouchFilter` returns a `Sample` with a length less than requested. This results in an exception like: ```...
This happens on the graph documentation page, but not when running the example by itself. 
Two consecutive line segments that aren't visibly different should not be drawn.
Like clojure's [thread-first](http://clojuredocs.org/clojure_core/clojure.core/-%3E) macro: ``` coffeescript thread( q('series.a'), sum(q('series.b')), alias('a + b') ) ``` or chaining: ``` coffeescript q('series.a').sum(q('series.b').alias('a + b') ``` should result in ``` coffeescript alias(sum(q('series.a'), q('series.b')), 'a...
instead of "What do you want to do with …", run a default function, probably `graph`
 It seems like anything with `white-space: pre`. Haven't been able to reproduce it with a simple example: http://jsfiddle.net/aop4wdu4/1/