sigmund~ vs fiddle~
Hi all,
I'm trying to substitute sigmund~ for fiddle~ in a big, already finished patch. The patch uses fiddle~ to get a continuous pitch in midi, a continuous amplitude in db and a bang whenever fiddle~ detects an attack.
I got sigmond~ to give me continuous frequency in hz (which can be converted to midi easy) and more or less continuous amplitude, but does it detect an attack like fiddle~?
d. it seems we might have similar projects. but i am not trying to hijack your thread. i am trying to create a frequency to midi patch using fiddle and perhaps sigmund - however fiddle already does a good job at mimicking attacks and calculating freq. you can add the env argument to sigmund and the will give you a continuous output of the envelope.
im wondering what objects you might have used to turn fiddles output of midi note value (which changes constantly)into a midi note that can be routed into a midi instrument. ive tried using the change object but i either get a blip or a saw(ish) do you know how i might send the envelope of whatever is being played into fiddle along with the midinote of whats being played to a makenote object?