Pierre De Wilde

Results 7 comments of Pierre De Wilde

Thank you. Here a slightly updated version which supports any `midi` parameter: ``` define :midi_chord do |notes, *args| notes.each do |note| midi note, *args end end midi_chord chord(:c4,:major), sustain:0.2 ```

Prefetching is currently implemented by hovering on `` links. Therefore, it is a _desktop_ only feature. How can we prefetch on **_mobile_** ?

Related to [@apply is not transformed in CSS style #649](https://github.com/unocss/unocss/issues/649) Regular dash `hover-x` is indeed a workaround. It would be great if normal Tailwind CSS variant syntax `hover:x` is also...

Not sure it's related to keybindings mode (codemirror, vim, emacs, vscode) because I get the same issue in every mode. It's more probably related to [KeyboardEvent](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent). Here is the comparison...

Got it. In that case, you should change the corresponding line in [6.3. Synths / Samples](https://sardine.raphaelforment.fr/getting_started/samples_and_synths.html) `Pa * d('808:[0:5,1]', p=0.5, room=1,size=0.5,dry=0.4)` should be removed or restricted to `Pa * d('808',...

Yes, that's what I do nowadays. It's cumbersome with lots of changes. I was expecting a more easy way (eg a shortcut key) to compare which supposes to have separate...