Matt Montag
Matt Montag
What's the best way to restore scroll position on navigation back/forward with this library? Would it be a matter of setting `options.initialState.firstItemIndex`, or storing position somewhere and calling the DOM...
Adding a basic legato support in MidiSynth. The VoiceAllocator will not retrig voices when legato is enabled. This only affects kPolyModeMono.
This struct name might be confusing. It encapsulates style applied to text, not a piece of text. Could also rename `ETextStyle` enum to `EFontStyle` to avoid ambiguity.
Warning for others. @vsetka, please close the issue if I'm wrong. `deepl-translate(1) does not exist, try --help`
I'm having a stack view crash while stepping through code with this error: ``` [stack] [0x0127:00007FFF5FBFE210]Exception in thread Thread-1: Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner...
[A while back you said](https://github.com/Wohlstand/libADLMIDI/issues/247#issuecomment-910610629) bank IDs in the **banks.ini** need to be continuous (e.g., [bank-0], [bank-1], [bank-2], etc.) but this makes **banks.ini** hard to edit (well, in my case......
Hi, after changing the banks.ini and running `cmake .. -DWITH_GENADLDATA`, now I am seeing thousands of warnings like this: ``` /Users/montag/src/chip-player-js/libADLMIDI/src/adldata.cpp:1248:18: warning: implicit conversion from 'long' to 'uint16_t' (aka 'unsigned...
I would like to use Sysex Librarian to transmit a file during a build step. Maybe Sysex Librarian is the wrong tool for this, but I haven't found a command...
How hard would it be to get reverb and chorus going? :) These effects can be implemented in a tiny amount of code. I was poking around FluidSynth and they...
The worklet branch was a disaster, and I don't like the AudioWorklets API. However, I made some other progress that should be recovered: - All players should write to the...