Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Midi simulator #540

Draft
wants to merge 2,642 commits into
base: main
Choose a base branch
from
Draft

Midi simulator #540

wants to merge 2,642 commits into from

Conversation

xian
Copy link
Member

@xian xian commented Aug 2, 2023

In progress, adding simulator for midi device.

kcking and others added 29 commits August 8, 2023 02:22
Pack these two new fields into the 4th 32-bit float in the output vec4, alongside `dimmer`.
Update to IDF v5.1(stable). Tested on a single board, but one means all right?
- libbridj (the default used by the sarxos webcam lib) doesn't have M1 support, so I added https://github.com/eduramiba/webcam-capture-driver-native as a submodule
- this currently requires a manual `mvn install`, I wasn't sure how to get this effect with just modifications to the gradle build file
- I wasn't able to completely validate on my m1 mac, but it did prompt to open my webcam, and the blue light on the webcam turned on
- I also added the VideoInPlugin to pluggables, but I'm not sure we want it enabled by default. maybe we can only open the webcam when the first frame is pulled, and close it after inactivity
- make BrainMain.main `suspend`, this appeared to raise errors to the shell instead of failing silently

- openjdk 15 failed to compile webcam-capture-driver-native, upgrading to 20.2 (x86) worked
The mapping logic seemed to have bitrotted since the last burn. With major help
from @xian we were able to get it all working again.

- Add `null` to allowed values in mapper dialog entity select
  - Automatic reset to `null` was causing a RuntimeException
- Wrap webcam capture callback in `globalLaunch`
- Add `F3D` pixel count (400)
- Fix mapping file name sorting, was previously sorting per-directory
- `allowOverwrite` when saving pixel mapper images
  - Was causing RuntimeException when re-doing a pixel with OneByOne strategy after a LogN run
Revert "Merge pull request #526 from baaahs/kotlin-1.8"

This reverts commit 3251bcf, reversing
changes made to 7c82d15.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants