Tres Finocchiaro

Results 1059 comments of Tres Finocchiaro

> The mic listing should not be there as this list should only hold output devices. It seems I have a bit more work to do. This may be true,...

In testing, this PR seems to resolve #5919.

> Quote: "_Not closing for now, as there's still scope for a jack transport implementation._" And then: Quote: " _It's out of scope, ..._" (@Rossmaxx - LMMS maintainer ) >...

> This should be turned into a task list so its easier to mark fixed issues. :)

> Hi, I think by also reading other comments that Jack Transport is rather high on the list... I've commented on the specific issue which was closed (#523). Wondering if...

Broken on macOS too. I'm taking a look now.

> Should I perhaps look into adding a temporary workaround that replaces SVGs by bitmaps for Windows builds? Yeah, if we can't support QtSvg in the codebase, we need to...

It's been a while since we tried to use a non-docker environment for building... Here's my attempt: https://github.com/tresf/lmms/blob/8ca5bee828166afbe79e2094137614f317c3622f/.github/workflows/build.yml. It doesn't bomb-out on the QtSvg dependency and produces a Windows desktop...

> I don't think it's properly bundling the QtSvg lib though. Advice on where to look is welcome. Found it... ```diff SET(PLUGIN_FILES "") IF(LMMS_BUILD_WIN32) INSTALL(FILES $ DESTINATION platforms) + INSTALL(FILES...

> .. sadly this doesn't fix the symptom. I think I need to put it somewhere else. Investigating. Got it... ```diff IF(LMMS_BUILD_WIN32) INSTALL(FILES $ DESTINATION platforms) + INSTALL(FILES $ DESTINATION...