im making an pitch follower including hammond organ i need to connect fiddle to midi ..
-
how to connect fiddle~ with midi ?
-
This post is deleted!
-
its working but i have a long feedback
-
@lbn said:
its working but i have a long feedback
are you talking about the latency? on top of my head:
[adc~] | [fiddle~] _ _ _ | [unpack f f] _ _ | [makenote 127 500] | | [noteout]
of course you will need to filter when there's no input
[moses 30]
etc...documentation:
http://en.flossmanuals.net/pure-data/midi/using-midi/related post:
http://forum.pdpatchrepo.info/topic/5235/fiddle-signal-to-midi-better-way-to-generate-midi-note-durations
http://forum.pdpatchrepo.info/topic/2266/fiddle-and-midi-output -
i have a patch includes midi sounds and i have a fiddle i just need to connect them both
i dont have a hammond directly -
im new at this
-
-
Then you don't need noteout / notein if you are using only PD. Just connect
fiddle~
to[makenote]
and finally to[pd Hammond_emul]
.Like I said you will need to filter the output of fiddle~ (ie: not sending when there's no input).
Good luck, you're close!
-
thank u alot
what if i want to add notein how do i connect then -
it's already in the patch and connected. it's now the time to take the time to read the documentation!
first on puredata:
https://www.youtube.com/watch?v=rtgGol-I4gA&list=PL12DC9A161D8DC5DC
then on midi in pd: