Max

Results 21 comments of Max

Instead of controlling the pipeline for each fixture you should be able to choose the internal pipeline in the fixture patch. Each fixture should have it's own instance of the...

I've only ever used the VirtualCdj interface which allowed me to receive bpm updates. For this the following code should work fine: ```typescript const cdj = new VirtualCdj('') cdj.bpm.subscribe(bpm =>...

In the future this could also allow storing the default template for every node.

I think there is still an issue running Mizer under Wayland. I'll have to check whether I can reproduce this. I'm also not quite sure what causes Mizer not to...

Sadly no, though I've also not prioritized this issue further.

This is on the latest main with cbindgen 0.27.0? Can you please post the generated `ffi.h` file in `crates/ui`?

I just tried to reproduce this issue in a (kinda) fresh Ubuntu VM (24.04). While I do get the error you've got in the log the build still works as...

We're using this branch in production, although we would like to switch back to the official version when this is merged.

I've pushed a branch of the examples repo to reproduce the issue: https://github.com/maxjoehnk/nativeshell_examples/tree/feature/flutter-3.22-linux-not-working Here the application crashes with the following stacktrace: ``` /usr/bin/cargo run --color=always --profile dev Finished `dev` profile...

First of all I'm glad you like this project :) But I'll have to admit, I'm not quite sure what your feature request is. I'm not quite sure where you've...