Bimal Poudel
Bimal Poudel
Open LMMS (with) empty project. And try to export it. On Ubuntu: ``` src/3rdparty/rpmalloc/rpmalloc/rpmalloc/rpmalloc.c:1328: _rpmalloc_span_finalize: Assertion `(span->list_size == span->used_count) && "Memory leak detected"' failed. Aborted (core dumped) ``` Also, I...
Just a thought: Can we "embed" a non-unicode font or SVG symbols for these keys? I had tried replacing with unicode texts in the source file, but I got square...
Just borrowed some glyphs from [Tillana](https://fonts.google.com/specimen/Tillana?subset=devanagari) font | @itfoundry/tillana . I reordered the symbols into characters: A, B, C, D, E, F, G, H, I, J, K, L - as...
> Yes, we can add custom fonts via > > ```c++ > QFontDatabase::addApplicationFont("/path/to/font.ttf"); > ``` Font based system worked under Ubuntu. But here are new challenges: * All fonts intended...
Thank you @michaelgregorius. I am making a font for at least 3 notation names (cultures). For predefined single culture, it works. But to add more cultures, we might need an...
Just checked: [Leland](https://github.com/MuseScoreFonts/Leland) and [Edwin](https://github.com/MuseScoreFonts/Edwin) - they are huge collection of symbols. I am looking for text based glyphs for readable notes. My current plan is to build limited font...
Updates: Here is a proof that that it now works for the defined culture name (sargam in this case). It is based on embeddable font, and not unicode dependencies to...
Another idea for the default samples and presets shipping with LMMS: I think of having one lump of sqlite database that contains current snapshot of ogg, xpf and xiz, and...
With your a_lot_of_notes.mmp.zip, - Progress bar remains at 0% while opening the project, not advancing. - It opens the project all of a sudden after half minutes of please-wait window....
Another crash condition: * Open the **piano roll** from song editor. * Optionally keep playing in a loop. * File > Open > [same file again]. It meets the following...