Timo
Timo
Often during workshops I get the question if it is possible to have "sections" in the code (like a verse and a chorus). This is of course possible by simply...
The Max version has ratchet, the web version has timediv. This is confusing. Both should be named the same and also have the same functionality.
When inputting osc messages as arguments it is nice if their is a way to remap the range of numbers. Eg: ```js new synth saw note('/osc/value{-1:1:7:24}') ``` This will scale...
When ramping a tempo from very high to very low over a period of time the instrument sound disappears.
An option to extend the playground with custom synthesizers. How it should actually be implemented is an open question. Maybe a synth can be defined and the oscillators/adsr's can be...
Implement shortkeys to navigate with the cursor in the editor. For example using the VIM mode for CodeMirror. https://codemirror.net/5/doc/manual.html#vimapi
Implementing an autocomplete that has a list of all the available functions and sample/synth names. The playground still used CodeMirror5, so probably have to look at using: https://codemirror.net/5/addon/hint/show-hint.js (also see...
Would be nice to be able to load a table from csv/json/txt into the code and use that as an array for data sonification
Currently the last panel is always removed, but this is not always what a user might want. It would be nice if the Layout allows to remove a specific panel...