Hyunjin Song

Results 188 comments of Hyunjin Song

It looks like lilv in the AppImage(which from Ubuntu) doesn't look at `/usr/lib64/lv2`. The directory list is set at compile time as `~/.lv2:/usr/lib/$(DEB_HOST_MULTIARCH)/lv2:/usr/lib/lv2:/usr/local/lib/lv2`(see `rules` file in http://archive.ubuntu.com/ubuntu/pool/universe/l/lilv/lilv_0.24.2~dfsg0-1.debian.tar.xz). To work around...

I'm going to do some refactoring to reduce code duplication. @Sawuare Is it fine for you to push my work once done?

I want to consolidate them, too. I'm also going to refactor whole widgets' code. And next, I'm going to look into core functions.

I think we should change class hierarchy a lot to make the code better. `GrooveView` should be the base class for views for individual grooves, not the view in the...

@Sawuare Do you want to work on this more, or should I?

@Sawuare Please feel free to add commits before I do, I need some time to design classes and the hierachy.

I can also reproduce this bug with 1.3. LMMS sometimes freezes while trying to unload a soundfont using `delete_fluid_synth()`, inside `fluid_thread_join()` on a timer thread. I haven't tested this with...

> However, for some reason this bug does not happen on the AppImage builds. The AppImage build uses FluidSynth 1, while your build is likely to use FluidSynth 2. I...

To implement this, one need to show and place `Knob::s_textFloat` with a `QTimer` to prevent flickers.

Since `libopenshot` already uses Qt for image processing, it's also possible to use `QLibrary` and `QMutex` which come from Qt.