Eric Heep

Results 7 issues of Eric Heep

On Windows using CMD or PowerShell, ChucK seems to mistake directory delimiters for escape characters. This is especially tricky when autocomplete in these environments always prefixes the current directory `.\`,...

bug
windows

Currently there is no output for `chout`s or `>`.

As of now there is no way to clear the VM of a public class. I am unsure if chuck-racks even needs this functionality, currently the user can create a...

Currently `0x00` only highlights the first numeral. This isn't a huge issue, but it would be nice for folks working with midi messages.

The file is still exported as the chosen format, but the "Export to:" box leads you to believe that '.wav' extension will be attached to the file. ![export-bug](https://cloud.githubusercontent.com/assets/6289030/10174952/3dc942e0-66a1-11e5-89d9-7e4de63c02cc.png)

bug
macOS

Add syntax highlighting for Chugins

enhancement

The panning functions of the `LiSa` UGen effectively mutes the UGen. These same functions work with `LiSa10`. ``` SinOsc sin => LiSa mic => dac; 1::second => dur DURATION; mic.duration(DURATION);...