Benedikt Reinartz

Results 331 comments of Benedikt Reinartz

If you don't have super-frequent releases, just do it manually. It's just running `cargo publish`.

I can take this over, now that I have some experience. I'll prepare a pull request this week.

Another idea might be allowing arbitrary types from `pitch_calc` to be used for `note_on` and `note_off` messages.

That was my idea, yes. If you want I can prepare a PR for this. If used synth in a simple midi player example, that's where it came up (see...

If all you are looking for is `Path(Buf) binary string`, I don't see a problem with that.

Are you still working on this or did you hit a roadblock? I'd be interested in exploring a high-level variant of this using Rust's async functions.

The only safe way is to copy all terms to a process-independent environment and use the terms from that one. But that should actually work across awaits, right?

Does this also happen on beta? Warnings/lints are always a bit in flux.

Hmm, looking at https://github.com/rust-lang/rfcs/blob/master/text/3373-avoid-nonlocal-definitions-in-fns.md, this might require us to adjust how resource types are registered. I'd much rather have this automatic anyhow (i.e. a `derive` macro and/or including the types...

Good to know, thanks. It's still just a warning and we'll have to handle it properly once we switch to edition 2024 which will only be available in a stable...