mitchmindtree
mitchmindtree
Remove the `PROXIMITY_LIMIT` constant in favour of an adjustable GUI slider under the "Master" panel
To implement: - store a copy of the proximity_limit in the project's config struct. This will allow it to be automatically loaded from the project's config.toml file at startup and...
Recently there was an update to the `coreaudio-sys` crate (bindings to coreaudio on macos) which fixes the generation of bindings on some older systems, but it seems to have affected...
We spoke to Charlie earlier and he mentioned that he might have noticed glitching occurring more often for `Continuous` sounds (sounds that play to a continuous timeline) as opposed to...
Sweet, this looks like a good approach :+1: Not sure if you've came across this yet, but [this `line!` macro](https://doc.rust-lang.org/std/macro.line.html) might be useful to more easily identify where in the...
I think there is a CSV crate for generating tables that you can read from google docs or excel but I haven't had a play with it yet
Some other things that might be worth tracking simultaneously are: - the number of sounds - the number of channels in each sound - the number of speakers to which...
To get further confirmation that this nested loop area is the culprit, perhaps we can track the total number of iterations that occur in that nested loop and graph them...
Ahh, it seems I don't have permissions to enable travis at travis-ci.org for this repo. If someone from @museumsvictoria/beyond-perception would like to do so and then merge this that would...
Thanks for the issue! Can you confirm that both: 1. The duration specified under REALTIME DATA is one hour and 2. The min and max of the playback duration range...
@abathman94 thanks for sending that through! Nothing looks out of the ordinary in that text, however if the bug is only occurring after an hour it is unlikely we would...