mitchmindtree

Results 219 issues of mitchmindtree

Hey Rez and oF'ers, Is it possible to automatically re-position all of the widgets in a superCanvas after changing the sizes of the widgets? I'm in the middle of attaching...

Feature

Hey great to see something like this started, the app looks beautiful from the screenshots! I had a go at running it, but to no luck: ![Screenshot from 2022-09-09 13-50-38](https://user-images.githubusercontent.com/4587373/189268643-16a444af-b913-4cfe-88bd-ef680a243488.png)...

Originally reported by @cbfry ![img_7900](https://user-images.githubusercontent.com/4587373/49422040-c543b680-f7c4-11e8-9b2d-cdefcf0d61d7.jpg) ![screen shot 2018-12-02 at 2 16 35 pm](https://user-images.githubusercontent.com/4587373/49422042-c674e380-f7c4-11e8-8478-92daa7e68881.png) Hmmm it looks like both errors are related to this "too many open files" I/O error. This...

bug

This is useful for reducing the chance that new commits and pull requests don't break the project. Each time a new commit or PR is submitted, travis will check that...

[This value](https://github.com/museumsvictoria/spatial_audio_server/blob/master/src/lib/audio/mod.rs#L21) can be useful for tuning the range of speakers that a sound channel position may reach as this can significantly affect CPU performance in larger exhibitions with 100+...

gui

``` /Users/mitchellallen/Documents/Mitch\ Allen/Scienceworks\ -\ Beyond\ Perception/Mind\ Buffer/audio_server-x86_64-macos-20180423-170217/audio_server ; exit; 2018-04-26 22:06:02.938 audio_server[1499:239813] IMKInputSession [0x7fdf61f79b00 presentFunctionRowItemTextInputViewWithEndpoint:completionHandler:] : [self textInputContext]=0x0 *NO* NSRemoteViewController to client, NSError=Error Domain=NSCocoaErrorDomain Code=4097 "connection from pid 0" UserInfo={NSDebugDescription=connection...

bug

If an agent moves from one installation to another this can affect the constraints in a couple of ways: - There is the chance that the agent will cause the...

bug

It seems the floorplan image is too large for the amount of video memory available on this small macbook air. As a result the the floorplan displays either glitched or...

bug

### Installations - Show the number of sounds currently within each installation. - Show the current target number of sounds for each installation. ### Groups - Show the current number...

gui

Currently the `mpsc::SyncSender` used to send audio monitoring data back to the GUI thread is showing up as a clear bottleneck. The profiling suggests that there's some inner lock contention...