p0nce

Results 283 issues of p0nce

It doesn't make sense to me, but it seems you can forget to import a class from "widgets", and it still work. (!!?)

Question
Unconfirmed
Wren

It should instead do nothing. Also Wren QoL: - [ ] shouldn't crash in `element_setProperty`, ever - [ ] is it possible to test if a widget exist / not...

Enhancement
Mental load
Wren

The rumor on the street is that you need 130 x 16 channels fake parameters to support MIDI CC. (128 CC + pitch bend + channel pressure) x 16 channels...

Enhancement

Customer A: > Hi, > I tried the free version and I I bought the full version. > When using it, it still says locked. > I installed the full...

Unconfirmed
Installer

Probably out of our control but there is something: Customer 1 > I just purchased XXX, and it appears fully downloaded, but when I exit a project the settings reset...

Unconfirmed

- [ ] zOrder Wren access, read and write, like `.visibility` - [ ] zOrder should call `setDirtyWhole` if there is a change - [ ] `setZOrder` should be deprecated...

Enhancement

This would allow: - to solve #586 => nope - to enable LV2 and AAX in multi-arch, such as arm64 and x86_64 on macOS => blocked, waiting for arm64 AAX...

Enhancement
Blocked
Mac
ARM

In particular: `onMouseClick`. See https://dplug.org/tutorials/Dplug%20Tutorials%203%20-%20Anatomy%20of%20a%20custom%20widget.pdf for reference

Documentation
Mental load

For years I've wondered about how to initialize Mutex with no D runtime, and I think a simple double-checked atomic load + creation + CAS can solve it. It would...

Bug
Enhancement

A useful class for widgets are conditional, and "enabled" only when certain Parameter conditions are met. Typically, interacting with them will force one of these conditions too. Right now, the...

Enhancement
Question