David Healey

Results 35 comments of David Healey

The crash isn't happening for me on Debian. Are you using the develop branch?

Does it work if you use a reference to a Sampler rather than calling it directly on the Sampler class? ``` const var Sampler1 = Synth.getSampler("Sampler1"); Console.print(Sample.get(Sampler1.ID)); ```

> Does this make me_cleaner redundant How much do you trust your motherboard manufacturer? UEFI is already proprietary so there is no way to confirm what the disable ME option...

It is possible to play this chord, but it's painful.

Hello, If you set this JUCE flag before building it should work `JUCE_DISABLE_NATIVE_FILECHOOSERS=1`

I've found the same issue. My drawing is in mm but the displayed dimension is incorrect, unless I set it to use pixels. ![image](https://user-images.githubusercontent.com/14021202/78620922-2c6df100-7879-11ea-93b7-eeffe79e7d72.png)

Thanks. That appImage also has the same issue. I've compiled from source for the time being and that is working well.

On Debian, using Ungoogled Chromium, that download link provides a .txt file not a .bdic file. I tried renaming the file but the dictionary isn't showing up in settings.

Hello, Yes your first definition is the one that I'm referring to. You set a note length and press a MIDI key and a note of that length with the...

I'm not talented enough to get the timing accurate when playing live :) I could probably use it though and quantize, I'll give it a try. But if a step...