Billy Messenger

Results 96 comments of Billy Messenger

Using the `basic-pipeline` isn't working either. It's not crashing this time but it is stuck on a black screen. Here is the output using the `basic-pipeline`: https://pastebin.com/rWXgWr6p

Okay, well this is interesting. After deleting /demo/.assets_db, it appears to run while in debug mode, albeit while constantly spamming this error in the console: ``` [2022-02-02T22:59:31.769397066Z ERROR rafx_api::backends::vulkan::internal::debug_reporter] "Validation...

This is the output of running in debug mode after deleting /demo/.assets_db: https://pastebin.com/FTB7wMZz

Hmm, it's still not working (this is the log using the modern pipeline). https://pastebin.com/Y3nGhF6v

Yeah, I think it would be a good idea to follow how the spec suggests handling it. I'm okay with you working on it if you're inclined to do so.

> * Maybe the backend could be described and selected as an enum? All variants should be available in the enum regardless if support for them is compiled in (unlike...

> the UI might need to be slightly different for each backend or you might want to add a textual explanation like in Bitwig Yeah, that's fair. I suppose we...

Okay, I commited a new API. Still need to figure out the MIDI clock thing though.

Yes, it's still alive. We just haven't had much contributors lately.

Also, I realized I could simplify the conditional serde derives, so you might need to fix some conflicts.