Florian Hülsmann

Results 109 comments of Florian Hülsmann

@topas-rec did you also manage to build ola on Arch? I believe for that we'll also need an older `abseil-cpp`. Update: legacy protobuf + abseil versions + fixed ola are...

I'm observing the same issue with iCal generated by the Wordpress [Event Calendar Plugin](https://wordpress.org/plugins/the-events-calendar/). Two calendar feeds using the `Europe/Berlin` timezone to validate: - [Example 1](https://www.akut-theater99.de/events/liste/?ical=1) - [Example 2](https://raststaette.org/termine/?ical=1)

Issue seems to be related to timezone definition. This (for example) causes the issue: ``` BEGIN:VTIMEZONE TZID:Europe/Berlin BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:20240331T010000 END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:20241027T010000 END:STANDARD BEGIN:DAYLIGHT...

> the DTSTART values are all in the future Good catch, I just reported this to the plugin's support forum. Seems like a few php-based generators use [`DateTimeZone::getTransitions($start, $end)`](https://www.php.net/manual/en/datetimezone.gettransitions.php) which...

> That suggests that your jamulus binary was built with Qt 6.5.2 embedded, rather than using dynamic linking Since `QT_VERSION_STR` comes from the header at compile time it prints that...

Can't reproduce on Arch Linux with gcc 13.2.1, building Fundamental v2.6.0 against Rack v2.5.1.

> Could you verify whether branch [379](https://github.com/igorski/regrader/tree/379) works for your Linux distribution ? Build works here with VST 3.7.9, nice! Still having some issues running the full SDK build, but...

@igorski it works in Ardour and Reaper but isn't even found in Carla for some reason. By full SDK build I mean vst3sdk build fails after some time but after...

@tank-trax which distro are you on?

https://github.com/atsushieno/cmidi2 might be useful for client implementations.