Pierre De Wilde
Pierre De Wilde
`play chord(:c4, :major)` works as expected while `midi chord(:c4, :major)` returns an error.
Hi James, I have started to look at Bulbs documentation. Impressive work for 0.2 version. Here are some issues I have already noticed: URLs used in toolbar have some side-effects:...
``` Node-RED v2.0.6 $ node -v v14.18.1 $ npm -v 6.14.15 $ npm audit === npm audit security report === found 0 vulnerabilities in 178 scanned packages $ npm install...
Hi, Following instructions to create a portable application package for macOS from https://neutralino.js.org/docs/distribution/overview#creating-a-portable-application-package-for-macos I got an error message on macOS 10.15.7  Is it possible...
Flamethrower currently replaces existing link target: `` is replaced by `` Existing target should be kept untouched. https://github.com/fireship-io/flamethrower/blob/79883a4fb64cc2f2b29f465c7c9556111c58e7ae/lib/handlers.ts#L78 should be replaced by anchor.target = anchor.target || '_blank';
https://github.com/fireship-io/flamethrower/blob/79883a4fb64cc2f2b29f465c7c9556111c58e7ae/lib/main.ts#L12 should be replaced by ` opts && opts.log && console.log('🔥 flamethrower engaged');`
When I try to run usage example, I get: ``` buffer.js:156 throw new Error('First argument needs to be a number, ' + ^ Error: First argument needs to be a...
In Strudel, euclidRot() and mini-notation (x,y,z) moves the pattern to the right: ``` x ~ ~ x ~ ~ x ~ (3,8) ~ x ~ ~ x ~ ~ x...
In Strudel REPL, shortcuts for QUERTY keyboards are `Ctrl+Enter ` to play and update `Ctrl+. ` to stop `Cmd+/` to comment/uncomment Shortcuts for AZERTY keyboards: `Ctrl+Enter ` to play and...
`Pa * d('808')` is played correctly but `Pa * d('808:0')` generated an error: `ValueError: Cannot pattern an empty sequence: []` Same for `Pa * d('909')` and `Pa * d('909:0')`. All...