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 support #448

Open
wants to merge 2,454 commits into
base: main
Choose a base branch
from
Open

MIDI support #448

wants to merge 2,454 commits into from

Conversation

xian
Copy link
Member

@xian xian commented Jun 3, 2022

No description provided.

merge-when-green bot and others added 29 commits September 22, 2022 00:17
Grid layout fixes and optimizations
* Remove center input for some shaders since patchmods already provide that.
* Update Ben's Show to use HSB, multiselect groups, and fix Blackout.
* Momentary buttons don't have long-press popup.
* Fix dragging controls from Unplaced Controls palette.
* Toolchain is now provided by a discrete context.
* A single CachingToolchain is used for the duration of an OpenShow.
* Prevents lots of spurious GLSL analysis during editor operations that don't modify the show.
xian and others added 28 commits August 16, 2023 07:10
Reverts part of 426a4a6.
- Create new TextureBuffer instead of calling `TextureBuffer.put` every sample
  - otherwise this mutating the `position` field in Javascript (see kgl.Buffer.put)
- Populate 4 frequency buckets of different periods representing low, lomid, mid, hi signals
- Change interpolation to GL_NEAREST (might not be what we want, but then it gives precise values)
- Change history to power of 2, as webgl prefers power-of-two-sized textures
- Tested with pinkyJvm using blackhole as well to make sure this doesn't totally break jvm version

The data in the simulator looks choppy/laggy, I think that's because this is all running in a delay loop, bottlenecked by the single-threaded js on the page.
Remove commented ode.
Add new BAAAHS shader, mockup BeatInfo utilities for shadertoy
New distortion shader: Moiré's Bad Trip
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