nat3

Results 9 issues of nat3

maybe change this: $ cargo run -- dump-pdb data/complete_export/demo-tracks/PIONEER/rekordbox/export.pdb to this: $ cargo run -- dump-pdb data/complete_export/demo_tracks/PIONEER/rekordbox/export.pdb p.s. nice work, nice project!

Unfortunately I'm getting a ParseError when trying to get an ANLZ struct (happens with multiple .dat files). i attached the file so you can hopefully reproduce this error. [ANLZ0000_error.zip](https://github.com/Holzhaus/rekordcrate/files/14547083/ANLZ0000_error.zip)

hi holzhaus! when scrolling the library I noticed that some of the structs members for example PlaylistEntry are only visible in the crate (not pub). may I suggest making (useful)...

i got a access violation exception calling resampler.process_into_buffer(&self.resampler_input, &mut self.resampler_output, Some(&self.channel_mask)) ; using rubato = "0.14.1" using FastFixedOut = FastFixedOut::new(96000.0/44100.0, 100.0, PolynomialDegree::Linear, 1, 8); using Resampler::input_buffer_allocate and Resampler::output_buffer_allocate(); methods to...

bug

when using 'MapMut' in a concurrent thread Setting, i got Compiler errors saying *mut u8 is not safe to share across threads. I would apreciate it very much if someone...

Keyboard Input doesnt work in windows 10. (probably never has) tested with windows 10, newest nihplug, standalone, and nihplug-egui. probably doesnt work with any editor because the issue comes from...

It would be nice to have a way to handle Keyboard events directly in the audio thread. Implementation Idea: a Channel that gets shared between the WindowHandle and the audiothread,...

Im trying to crosscompile a project from x86 to arm64 linux but the x11 build errors with saying it cant find library x11 despite x11 (the arm64 version) being listed...

In Windows 10, nih-plug standalone version egui does not get keyboard input, because the parented windows is never focused. always calling .focus() on the window fixes this but its not...