Bimal Poudel

Results 30 comments of Bimal Poudel

@mhcwebdesign I will try. Thanks for the notification.

Basic process is a 3 step change in PianoRoll.cpp file. ## Step 1: Obtain your own key/note names somewhere around line 130. ``` static std::array s_noteStrings {"S", "r", "R", "g",...

List of some related changes: #6865 - Added flats to array of keys #6873 - Changed sharps to music sharps unicode #6876 - Use UTF-8 for MSVC source and execution...

[Reference](https://filipe-teixeira.com/2017/10/missing-files-from-stk-on-lmms/) Folder [data]/stk/rawaves is missing. Replace it and it works. Other findings: - Rename .lmmsrc.xml file. - Close LMMS and reopen it. - In the configuration window, you do NOT...

`apt install stk` => `/usr/share/stk/rawwaves`, looks like, it has been borrowed from: [thestk/stk](https://github.com/thestk/stk) project. Mallets are functional with this folder placed at data/stk/rawwaves.

First line of Debug message in **Windows**: `Lv2 plugin SUMMARY: 0 of 0 loaded in 0 msecs.`

I tried with some new width values to get the attached images. Length of | Old | New | in PianoRoll.cpp -----------| -----------| ------------- | ------------- Quantization | 64 |...

@Rossmaxx These numbers (widths of combo boxes) were intended for 1k resolution screen. Other sizes may cause us to vary those widths. Yes, I would suggest, at least let us...

I had dual installations - via vcpkg and standalone. Since I was compiling 64 bit only, I did not supply the QT_32_PREFIX parameter. Line 20 appears to handle this. https://github.com/LMMS/lmms/blob/bceee6c4271016d35fda0b634ed712059114eea5/plugins/VstBase/RemoteVstPlugin32.cmake#L20

@zonkmachine I have sent a pr to @michaelgregorius 's branch for a test, before affecting the gui in master.