Johannes Lorenz

Results 261 comments of Johannes Lorenz

This looks like cmake did not copy the ruby script into the binary directory. Can you please paste the whole `cmake ...` output? Also, can you please do a `cp...

@magnetophon It's trying to find it there because it should be there :smiley: The CMake logic should copy the script into your build directory. Can you please give me the...

Agreed, `check-ports.rb` there. I tried to fix a line in the CMakeLists: ```diff diff --git a/src/Tests/CMakeLists.txt b/src/Tests/CMakeLists.txt index 1b25e8f1..f8dfb102 100644 --- a/src/Tests/CMakeLists.txt +++ b/src/Tests/CMakeLists.txt @@ -76,7 +76,7 @@ target_link_libraries(ins-test ${test_lib}...

Sorry for my late reply! So you removed build/src/Tests/check-ports.rb, did the proposed change and rerun cmake. Did "build/src/Tests/check-ports.rb" exist after that?

This now runs successfully in the CI, and it supports UI there for Linux and Macos, but not Windows yet. @DomClark , as discussed, I would appreciate if you would...

> When I reload a project the lv2 gui doesn't update. The settings seem to stick, just the gui is showing it's init setting. @zonkmachine Can you please elaborate? I...

@zonkmachine Thanks. I fixed it.

> This took care of the instruments but the effects see the same issue and this is not fixed by [3bcf80b](https://github.com/LMMS/lmms/commit/3bcf80b2bb042583b052d94d0628ddaedf381c33). Actually, this commit should have fixed it for both......

Oh, I get it. For instruments, first, the instrument is loaded, which includes loading the savefile. Only after that, the UI is initiated - at which time the mentioned fix...

> New issue. The setBfree organ plugin doesn't save the settings at all. Does this work in Ardour or another DAW ~~(my favorite question to procrastinate all bugs)~~?