slang icon indicating copy to clipboard operation
slang copied to clipboard

🎤 a simple audio programming language implemented in JS

Results 7 slang issues
Sort by recently updated
recently updated
newest added

Per issue https://github.com/kylestetz/slang/issues/5 Lays out the framework to add tons of different drum kits. I only added one, but it would be pretty trivial to add more.

It'd be great to be able to store patterns, etc as variables for re-use. Maybe it'd be good to distinguish it from sound objects, but it'd be an excellent addition...

So, please... add support for autocomplete code in Sublime Text and very others programs this type. ;D

enhancement

This is a followup to the failed [pull request](https://github.com/kylestetz/slang/pull/8). Same updates, bugs fixed, latest updates integrated. Although, MongoDB is crashing while saving... even before integrating with my dev server. Cheers!

Hello, For helping people to write slang syntax, it could be nice to implement a visual of all instruments and his notes. Why not a graphical builder too ?

enhancement

So, please... add this support... It would be good to open my sound with an extension of its own or a protocol. It would be cool and easy to have...

enhancement

The `(drums)` function can be extended to support a `type` argument, e.g. `(drums 2)`, which controls what set of samples is played. A [precedent around lazy loading each kit](https://github.com/kylestetz/slang/blob/master/classes/Drums.js#L59) was...

enhancement