I didn't find it in the help index but maybe I missed it? Was it just considered not useful?
-
Does the drunk object still exist in pd 0.42.5?
-
I've got it in my 42.5 pd/extra/cyclone, there is also [random.drunk] from the pdmtl library
-
Do I have to manually import certain libraries to access drunk? Also, what about the "knob" object? It's not recognizing that either. How would I manually import the libraries? And how would I find out which library these objects belong to?
Muchos gracias
-
What operating system are you using? Is it pd extended?
If you locate the cyclone directory or the pdmtl one you can add them to the path list (file/path)
knob is in pd/extra/moonlib
the list is here: http://protman.com/content/list-puredata-objects-and-extended-objects
-
Hmm... it was on my XP comp that it didn't work and I just tried it on my win7 comp and it came right up... why would the operating system matter? And I'm using pd extended by the way.
I'd like to try this path thing for my xp comp though because I like to work on it as well. I'm kind of new to this whole programming spiel so first off, do I already have the cyclone directory if I have pd extended installed? Second, what's the basic procedure for editing the path list? I saw under the "File" menu an item labeled "path..." and I clicked it and a blank box came up. Is this the right place? If so what would I do from there?
-
yes, cyclone is in pd extended
pd has many objects and many libraries automatically loaded (added to the path list by default) but sometimes you want to add other libs or your own abstarctions so you open the path list and click on new then you add the directory of the library. you restart pd and you'll have the new objects at your disposal -
Awesome! What I add to the path list won't alter what's already being loaded by default though, will it?
-
No it will not alter anything else.
-
Thanks man!
-
@alistair_blunt Hi. I can't seem to find "file" or "path". The only "file"s I know of are the one on the upper left corner inside a Pd patch, the one at the same location in the "main" Pd window ("terminal" or whatever you wanna call it), and the one in the Pd directory (or any other directory opened in Windows 8.1, which is a crap OS). Is the OS to blame, or am I just being really nooby? Please help, I really need this 'drunk' object!
-
@leirgauk hi, are you using pd-extended or vanilla pd? On my computer, the latest version of pd-extended (0.43.4) loads both [drunk] and [knob] by default. I am using Linux, by the way, but I dual boot Windows 8.1. If you are still having problems, I can boot on Windows and check it out for you later today.
As for adding a folder to the path, on Pd's main window click on "Edit", then "Preferences" and then to add a new folder to your path, click "New..." and chose the folder. Remember to restart Pd after modifying your path.
-
Did you try anything like [cyclone/drunk] and [flatgui/knob] (or [moonlib/mknob]), [declare] or [import] ?
I'm thinking about this topic : http://forum.pdpatchrepo.info/topic/6743/how-to-install-externals-libraries-gui-plug-ins-etc ...
As from version 0.43 "loading a library from within the patch" becomes the rule, it could be a good incentive to start using in from now. -
@nau I wasn't aware of these changes, thanks for posting that link!
But what I don't understand is why I do not have to add [import cyclone] nor use [cyclone/drunk] on my system - I can simply use [drunk] as I always did with Pd.
That link also states:
You can open the preferences and add a path, but it won't save it.
Well, I am 100% certain that I can add folders to the path via "Edit" and "Preferences", I just have to restart Pd in order for it to take effect.
-
@gsagostinho said:
But what I don't understand is why I do not have to add [import cyclone] nor use [cyclone/drunk] on my system - I can simply use [drunk] as I always did with Pd.
Sorry, I wasn't clear : maybe should you try using these ways of declaring [drunk], not avoid them Nevermind.
-
@nau Hmm, now things get a bit annoying. Although I do understand that adding these [import <library name>] for pd-extended default libraries do make the code clearer and also helps to share it with people using vanilla, it would be a pain to find out which objects out of the thousands that come with pd-extended are part of an external library and which are part of vanilla, particularly for people that are used to work with pd-extended (and therefore do not necessarily know which objects are different between both distros). For me, [drunk] is as standard as [random], I have been using them both for years and I often forget the first is not vanilla friendly. So yeah...