Ben Wesch

Results 19 issues of Ben Wesch

I can easily make pd crash when (obviously wrongly) using [else/retrieve]. It's not critical since this is a human mistake - but if possible, it might be nice to catch...

For Next Release

slightly related to #1705 - and mainly relevant in combination with this. the current solution is really nice imo, where the offset of duplicated objects is applied to following duplications....

enhancement
gui

closes #62 ... not sure if this is the best way to solve the issue - but it was obviously not a good idea to forward the whole `t_signal` struct...

maybe you people here might have an immediate idea on what's going on there: i was working with a multichannel pdlua object and at some point, it seemed to receive...

the `mouse_move(x, y)` callback can be used to create hover feedback in pdlua GUI objects. unfortunately, this has one major restriction though: the position is only reported on changes inside...

there was a short discussion in #57 about the timing of `postinitialize()`, painting and `get_args()`: * https://github.com/agraef/pd-lua/pull/57#issuecomment-2382906643 ... obviously, we can immediately close this issue here again if it doesn't...

enhancement

@domkirke i'm creating this PR here in case there is relevant stuff that you might want to grab for the next official update. since the commit history is quite a...

### Detail this might be a bit of an exotic crash. took me a bit to find that these things seem to be related. simple way to reproduce here: 1....

this uses the mechanism we already had in place for the multichannel handling. uses the new `glist_getrtext` if present and otherwise falls back to the previous `glist_findrtext` tested with Pd...

based on the removal of `glist_findrtext` in the following commit part, pdlua won't properly load in upcoming Pd versions anymore: https://github.com/pure-data/pure-data/commit/1b928e6769bb31d3ab1220a13facb9d7f0e70406#diff-e0f324f94ffa2e22b8c83c57e7d1c7002c0859c9a5960e4013dd7434e1dbff9cL478 (learnt about this now: `git log -S glist_findrtext --oneline...