Closed porres closed 8 months ago
I don't have much time at the moment, I really need to finish the next version of PlugData, so it has the new ELSE version. Also messing with tcl/tk code is very time-consuming for me because I have no idea what I'm doing.
I might find some time before the next version of ELSE comes out though!
@flschiavoni uma coisa simples seria essa alteração nas propriedades do oscope~ me ajudaria em momento oportuno?
ping @timothyschoen
Oh these are only a few changes to the dialog. I think I can handle this!
I think I mentioned this somewhere, I'm also hoping to create an "auto" mode for [oscope~], where it will automatically resize the buffer and range to fit a single cycle of the input signal. This will require some basic pitch-detection algorithm. We can probably steal it from aubio, or from the [sigmund~] object.
that would be awesome to have in oscope~ so sure :) let's do it :)
what about zero crossings, too poor?
Could be okay, but it will start messing up when your wave has phase differences in its harmonics.
Simply finding the peak of an fft might be better, it would introduce a slight latency.
Is this good? Maybe some more padding around the preview?
I'd prefer it would be on the right :)
there was an external based on aubio once... I wouldn't mind including a new one into ELSE :)
Aubio does have fantastic pitch and onset detection! The ability to switch algorithms to something that works for your input source is also great.
Having a good onset detection object is something that some people have requested for PlugData, it's very useful in a DAW (for building all kinds of effects that get triggered by an onset). It would be nice in Pd-vanilla as well, of course.
Vanilla's onset detector is bonk~ right? have you tried it?
I hadn't tried it yet, I guess the person who requested this was either unaware of it, or dissatisfied with it?
Should I get rid of drawstyle in the whole object?
I havent tried bonk~ either :) it's been on my list forever, I need to include it in my tutorial :) one way or another I bet we can have nice alternative externals that are easier to use.
I could get rid of drawstyle in the object myself but you can go ahead :)
you know what @timothyschoen the whole preview is actually pointless as the object itself is updated when you set colors. I say we just remove it
REMOVE PROPETIES PREVIEW?
@timothyschoen would you be able to help me with that?
Also, would you ever help me out figuring out how to deal with the crazy tcl/tk code? :)