Page 1 of 1

Posted: 18 May 2013, 04:26
by gregh
hi - i have probably missed something already there, but I would like to output midi notes from the Hollyhock physics engine example, rather than trigger samples as is the case now. Is there a tute that covers something like that, or an older add-on that I could deconstruct to give me some tips

thanks, greg

Posted: 18 May 2013, 08:37
by nay-seven
here an example, up is the current patch , down the midi version with a Plug-in, of course you can use buses if you want have your plug-in in an other rack.
*You can add faders to min and max inlets of the last change scale to set midi note range.
Image

Posted: 18 May 2013, 09:43
by gregh
thanks - this will give me a great start to experimenting with patching. Much appreciated
Greg

Posted: 18 May 2013, 10:50
by nay-seven
if needed you also have a chapter about my first patching in the manual online

Posted: 21 May 2013, 13:52
by gregh
here is my attempt to copy your patch nay-seven. I get no sound when the ball is bouncing around, althoug I do get a sound when I play a key on the synths (so audio works). I have no doubt it is something silly I have done, but if yu could help that would be great.
http://www.sensomusic.com/forums/upload ... 0patch.pat

thanks again, gregh

Posted: 21 May 2013, 15:03
by nay-seven
yes, you have use 0..1 values for all faders, but midi note, velocity are 0..127, length are in milliseconds..
here an example I've improved
download

Posted: 21 May 2013, 15:22
by gregh
thanks nay-seven - works fine now :) I shall make a copy and pull it apart to see what the bits do

Posted: 22 May 2013, 08:54
by gregh
returning to this - I am struggling to understand he design philosophy - for example what does "delete patch" mean. When I see something like that I think it will mean that if I have a patch selected in a rack and hit delete patch, I will remove that patch from the rack. But nothing happens, so what is 'delete patch' for in that context?

Posted: 22 May 2013, 09:07
by nay-seven
A way to have 2 patch running is to copy this patch and create 2 sub patch in parallel..?
the delete patch button don't work on this version, fixed on next one (soon)

Posted: 22 May 2013, 09:09
by gregh
thanks again nay-seven - I am struggling but see the potential and appreciate your quick help
gregh

Posted: 22 May 2013, 09:17
by gregh
quick update - the subpatch thing worked a treat - thanks again