-
did
It's been a few days, when I quit puredata it stays "active" and stuck on my screen. I can clic on everything just as if it was open but nothing happenswhen I press quit or close. I can do almost all the other things except qui, close or edit the file. I use debian and awesomewm. Does anybody know something about this kind of things? I have no processes running with "pd" or "pure" or "data" in it.
-
did
the nanoKon files are for the KORG KONTROL editor.
KORG KONTROL Editor.zip -
did
I rise out from the ashes my super patch. Here it is for you all, the ultimate sampler patch for the korg nanokontrol :
chano.pd
smp.pd
sceneSample.pd
et-moi.wav
nanoKon-base.nktrl_set
nanoKon-base.nktrl_dataOpen "sceneSample". You just need to replace the filenames in the smp boxes with yours. There is a sensivity slider at the right side of the orange knob now. Feel free to share it. It is a super cheap controler turned into a sampler with the ability to change the pitch, the volume and loop or trigger the sample. If nothing is triggered, the pitch comes back to his original value.
-
did
Hello, this is may appears really simple to some of you but I was wondering something about tempo division. What is the best from a cpu and/or coding point of view?
For the moment when I want to divide my tempo I do something like that :[metro 200]
[f][+1]
[mod 12] this one is sent to some stuff
[sel 0]
[f][+1]
[mod 6] for example, every 12 steps, 1 of 6 event is triggeredthis seems really ugly and I was wondering if there were another way to do that?
I have thought about different metros at the good speed rate also...
thanks a lot -
did
Bonjour
first of all, I am a real beginner.
I am trying to make my arduinome work on my new computer (osx maverick) so I installed serialosc, the ftdi drivers and added the puma library to the path. From the puma discussion in monome.org, I took the simplebonjour.pd_darwin file and put it in the extra forlder (just as puma)
Now I am stuck with this message in the log window :simplebonjour: no bonjour services of type '_monome-osc._udp' found
and I have some trouble to find good information about this one.
And you need to know that I absolutely don't understand the serialosc and simplebonjour stuff as on my previous computer I was still using arduinomeserial...
Is there someone who could help me or explain me the things a bit more clearly?
a great thanks for any try -
-
did
thanks, i can see better now.
A 0.01 tempo definition would maybe be too much for my simple patches but I keep that in mind for another time. -
did
I was just looking for a way to get the youtube audio from my headphone connected to the audio path in my patch.
-
did
cool, thanks. I will try soon.
Isn't [metro 1] CPU consuming?
And, so you say (or maybe not) that it's better for me to have just one metro instead of several, just for the clarity of the patch? or is there any other reason...? -
did
is it the bad section of the forum? Is it forbidden to write monome in a sentence? Is there something I should know?
I would so much love to learn from pure data better than from max/msp. -
did
SOooo
I was doing all my tests on a bliptronome.
I didn't want to install max/msp but I did this morning to be able to test the max msp configuration. And it didn't work as well. So I switched to my arduinome (even if i prefer the bliptronome) and MIRACLE, mlr was working perfectly.
Now I try again on Pd and it still cannot resolve the simplebonjour problem...
any idea? -
-
did
Hello. I made this today so I wanted to share. I have tried the abstractions here but none seems to work as they should on my computer.
So there are two abstractions one called chano.pd and another one called control.pd. So control is the control part of the nanokontrol. chano is one slice of the nanokontrol. You just have to call it with the number of the slice (i am not sure this is the good word here) like for example chano 13 and only the 13 controls this one. I prefered to do it that way, it was more convenient for me.
I am kind of a newbie, this is my first real patch, and also the first one I share. I am sure there are better ways to do that, especially the "gate" part wich work only that way and I don't know why.