pure-data / pddp

Pure Data Documentation Project
9 stars 2 forks source link

Improve 'testone' and use [vu] GUIs #139

Closed porres closed 1 year ago

porres commented 1 year ago

It's be much better to include [vu] meters to show us input levels (peak and rms) instead of atom boxes.

In doing so I reorganized the patch a bit and here's a preview I'm working on right now.

Screen Shot 2023-03-19 at 14 18 03

i also made some other fixes, like the subpatch generating random midi note outs wasn't really send random notes.

umlaeute commented 1 year ago

I think the "input hipass" shouldn't be outside the section.

Also shouldn't/couldn't the input and output sections be more separated (right now, the output-toggle seems to be related to the input vu-meter)

Ant1r commented 1 year ago

Also, while I like the vu-meters, I think that the number boxes are useful in some cases, maybe we could have both?

porres commented 1 year ago

current draft

Screen Shot 2023-03-19 at 16 19 32

number boxes are useful in some cases, maybe we could have both?

let me see

porres commented 1 year ago

let me see

current mock up, work in progress...

Screen Shot 2023-03-19 at 16 40 36

porres commented 1 year ago

done!

Screen Shot 2023-03-19 at 17 22 58

porres commented 1 year ago

More considerations:

porres commented 1 year ago

the channel assignment can jump wider and reach maybe 64 or even 128 channels. I don't see the point of small jumps of just 2 channels

I now see that it moves in 2 channels and then it jumps 6 and 8 channels at the very end...

makes more sense to me to jump in groups of 8 and this allows us to go up to 64 channels, which is a good magic number.