Gabriel Vigliensoni
Gabriel Vigliensoni
Hi, I would like to know how can I access #text using jq. ``` { "#text": "Bullet for My Valentine", "mbid": "d530dbf9-69b1-404f-98f2-0431104f5a1e" } ```
**Is your feature request related to a problem? Please describe.** I'm always frustrated when I close the browser window with presentation. This happens especially when I have two screens, one...
I'm struggling to understand the multichannel support of the `nn~` object. Even with the provided example, I can't get any sound from the decoder. Could someone provide further information? Thank...
To get the 32nd triplet resolution, the duration of the 16th note has should be 24. https://github.com/vigliensoni/R-VAE/blob/dcb71bb8e24e3f2974a8aa8049d2fff472356a75/rhythmvae.js#L54 https://github.com/vigliensoni/R-VAE/blob/dcb71bb8e24e3f2974a8aa8049d2fff472356a75/src/constants.js#L80
The MIDI note numbers for the drums is currently inverted: ``` 0, bass_drum 51; 1, snare_drum 49; 2, closed_hihat 50; 3, open_hihat 48; 4, low_tom 45; 5, mid_tom 46; 6,...
When saving a model, the matrix generation is taking a long time (30x30 = 900 sampled points). I'm getting the following error from Node: ``` node: stack Error: Max API...
Since a minimum amount of training data is needed to learn something (i.e., to decrease the loss), a system to duplicate the number of given examples is needed. As of...
The device should be able to handle four bars (two at the least). With 16th ppqn this is trivial. But since now we have double and triple meter, subdivisions are...
As of now, `shuffle` (a.k.a. swing) is based on milliseconds. This should be implemented in percentage, where 50% is no swing, _ala_ Roger Linn.