-
andymc2011
Hi guys I was wondering if any of you could point me in the right direction? I'm making a program in C# to call pd to trigger a couple of wav files. But I have no idea if pd can be used in this way! Any ideas?
Any help would be great!!!
Andy
-
andymc2011
Hi all,
The first meeting for the Dublin Pd Patching Circle will take place on October the 15th at 1pm just off Baggot St at Moxie studios.
Send me an email for full details! all are welcome and the event is free!
Andy
-
andymc2011
Hello all,
I am having trouble routing the messages OSceleton is sending to Pure data. I can easily route the messages for one user but the problem seems to come when another user is added. The problem is when the new user enters the messages just sit on top of the user one message. This seems to work ok but I would still prefer to have the new user messages in a different boxes. Heres the patch I'm working on the synth is very basic the object is to get info into both users separately!
Cheers!!
Andyhttp://www.pdpatchrepo.info/hurleur/pd-osceletoncopy_copy.pd
-
andymc2011
Hi I understand the basics of additive synth and I have looked at the example I 03 in theory and techniques but I am wondering if anyone has has used this live with an instrument say the piano or even with an array.
There doesnt seem to be too much info on this from Pd but their are loads of examples of this using Csound.
Any input would be great!!
Cheers!!
-
andymc2011
Hi all,
I am having a clipping problem with my patch.If you look at the patch hit the message box it will make a bell sound with no clipping which is perfect. However my problem is that the bell is being hit multiple times very quickly and this causes some unwanted clipping.
Anyone got any ideas??
Cheers
-
andymc2011
Hey guys,
I am a mac user and I was wondering how you save files in this format #N canvas 368 189 615 328 10;
#X obj 41 107 mrpeach/udpreceive 7110;
#X obj 40 142 mrpeach/unpackOSC;
#X obj 129 225 mrpeach/udpsend;
#X msg 149 191 connect 255.255.255.255 7777;
#X obj 131 251 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
1;
#X obj 150 169 loadbang;
#X obj 40 175 mrpeach/pipelist;
#X obj 368 97 qlist;
#X msg 387 75 read testdata.txt \, rewind;
#X msg 368 39 bang;
#X obj 415 129 receive osceleton;
#X obj 415 153 mrpeach/packOSC;
#X connect 0 0 1 0;
#X connect 0 0 2 0;
#X connect 1 0 6 0;
#X connect 1 1 6 1;
#X connect 2 0 4 0;
#X connect 3 0 2 0;
#X connect 5 0 3 0;
#X connect 8 0 7 0;
#X connect 9 0 7 0;
#X connect 10 0 11 0;
#X connect 11 0 2 0;and use it in pd, I have tried right clicking them and copying them into another format but it doesnt seem to work
-
andymc2011
Hi All!
The second meet for the Pd Patching circle in Dublin is taking place on the 28th of January just off Baggot St at 2pm. If you need further details just pm me and I'll get back to you.
Directions
http://maps.google.com/maps?client=s...ed=0CB8Q8gEwAAAndy
-
-
-
-
andymc2011
Wow thanks for that I've been trying to divide those messages for the last week!!! I owe you one!!!!
-
-
-
andymc2011
Thanks that seems to have work well. The problem I'm having is that the osc messages the patch is getting is trigging the message too many times and this is causing the clipping. Any suggestions how to limit the amount of messages its receiving maybe bang every tenth time?
Thanks again
-
-
andymc2011
It might depend on what interface you are using or if you are plugging the mic straight in without an interface maybe you should go to you sound preferences and increase the input levels
-
andymc2011
Try using sendOSC or netsend but I dont know if these work for audio but you can send data with these
-
andymc2011
Hi their,
You can use both. A list can be easily generated and this can be used to generate notes. However I would use a midi array as this allows the user to interact with the music and the pitches and instrument types can also be changed. If you want you can mail me and I will pass you on a patch with that uses an array and one that uses a list as this question might be better explained with examples
-
-
andymc2011
I usually use OSC DarwiinRemote
It works just like OSCulator but its free
I thinks its cross platform too