It seems that the latest version of pd-extended from http://autobuild.puredata.info/auto-build/2011-04-01/ can't instantiate the internals, but the externals seem to work.
Any idea why? (I removed all previous versions from the computer.)
Martin
ah... I had the same problem with Ubuntu on a fresh install after upgrading to 10.10
On Fri, Apr 1, 2011 at 8:03 PM, martin.peach@sympatico.ca wrote:
It seems that the latest version of pd-extended from http://autobuild.puredata.info/auto-build/2011-04-01/ can't instantiate the internals, but the externals seem to work.
Any idea why? (I removed all previous versions from the computer.)
Martin
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Fri, 2011-04-01 at 19:03 +0000, martin.peach@sympatico.ca wrote:
It seems that the latest version of pd-extended from http://autobuild.puredata.info/auto-build/2011-04-01/ can't instantiate the internals, but the externals seem to work.
Any idea why? (I removed all previous versions from the computer.)
Martin
If you are using your own, old preferences, then you'll need to load 'vanilla/list' and 'vanilla' libraries. The default preferences includes them. I've been experimenting with making the internals as a libdir. Its still rough but the idea is to be able to make your own custom builds of 'vanilla', like SSE3 optimized builds.
.hc
On 2011-04-01 18:05, Hans-Christoph Steiner wrote:
On Fri, 2011-04-01 at 19:03 +0000, martin.peach@sympatico.ca wrote:
It seems that the latest version of pd-extended from http://autobuild.puredata.info/auto-build/2011-04-01/ can't instantiate the internals, but the externals seem to work.
Any idea why? (I removed all previous versions from the computer.)
Martin
If you are using your own, old preferences, then you'll need to load 'vanilla/list' and 'vanilla' libraries. The default preferences includes them. I've been experimenting with making the internals as a libdir. Its still rough but the idea is to be able to make your own custom builds of 'vanilla', like SSE3 optimized builds.
OK I'll give it a try. I had uninstalled Pd and removed "Program Files/pd" so the preferences should be gone too, no?. After installing the new pd-extended I double-clicked "pd/pd-settings.reg". Does that set the preferences? If so it didn't help. Do I have to use regedit to delete every instance of Pd (there are a lot in there), or is there a preferences file hidden somewhere else?
Martin
So I installed the latest autobuilt pd-extended (Pd-0.43.0-extended-20110402-windowsxp-i386.exe) and I get this if I select log all:
'pd-gui' connecting to 'pd' on localhost 5400 ... ------------------ done with main ---------------------- Default font: DejaVu Sans Mono vanilla: can't load library extra: can't load library Gem: can't load library cyclone: can't load library zexy: can't load library The Pd window filtered 3 lines
I tried setting the path but whatever I add isn't saved when I quit.
So far this is not very useful...
Does anyone actually have Pd-0.43 working?
Martin
On 2011-04-01 18:05, Hans-Christoph Steiner wrote:
On Fri, 2011-04-01 at 19:03 +0000, martin.peach@sympatico.ca wrote:
It seems that the latest version of pd-extended from http://autobuild.puredata.info/auto-build/2011-04-01/ can't instantiate the internals, but the externals seem to work.
Any idea why? (I removed all previous versions from the computer.)
Martin
If you are using your own, old preferences, then you'll need to load 'vanilla/list' and 'vanilla' libraries. The default preferences includes them. I've been experimenting with making the internals as a libdir. Its still rough but the idea is to be able to make your own custom builds of 'vanilla', like SSE3 optimized builds.
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I have tested it mostly on Mac OS X and some on Ubuntu. But really on
Windows yet. Sounds like the 'libdir' loader wasn't loaded first,
that needs to be before everything.
.hc
On Apr 2, 2011, at 1:58 PM, Martin Peach wrote:
So I installed the latest autobuilt pd-extended (Pd-0.43.0- extended-20110402-windowsxp-i386.exe) and I get this if I select log
all:'pd-gui' connecting to 'pd' on localhost 5400 ... ------------------ done with main ---------------------- Default font: DejaVu Sans Mono vanilla: can't load library extra: can't load library Gem: can't load library cyclone: can't load library zexy: can't load library The Pd window filtered 3 lines
I tried setting the path but whatever I add isn't saved when I quit.
So far this is not very useful...
Does anyone actually have Pd-0.43 working?
Martin
On 2011-04-01 18:05, Hans-Christoph Steiner wrote:
On Fri, 2011-04-01 at 19:03 +0000, martin.peach@sympatico.ca wrote:
It seems that the latest version of pd-extended from http://autobuild.puredata.info/auto-build/2011-04-01/ can't instantiate the internals, but the externals seem to work.
Any idea why? (I removed all previous versions from the computer.)
Martin
If you are using your own, old preferences, then you'll need to load 'vanilla/list' and 'vanilla' libraries. The default preferences includes them. I've been experimenting with making the internals as a libdir. Its still rough but the idea is to be able to make your own custom builds of 'vanilla', like SSE3 optimized builds.
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
All mankind is of one author, and is one volume; when one man dies,
one chapter is not torn out of the book, but translated into a better
language; and every chapter must be so translated.... -John Donne
OK I got it! You have to go to File->Preferences->Startup... and put libdir at the top of the list. Then it starts up fine.
So I guess the pd-settings.reg file should start like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Pd-extended] "flags"="" "loadlib1"="libdir" "loadlib2"="vanilla/list" "loadlib3"="vanilla" "loadlib4"="extra" "loadlib5"="Gem" "loadlib6"="cyclone" "loadlib7"="zexy" "nloadlib"=7 ; delete any previous loadlib flags "loadlib8"=- "loadlib9"=- ...
Martin
On 2011-04-02 14:32, Hans-Christoph Steiner wrote:
I have tested it mostly on Mac OS X and some on Ubuntu. But really on Windows yet. Sounds like the 'libdir' loader wasn't loaded first, that needs to be before everything.
.hc
On Apr 2, 2011, at 1:58 PM, Martin Peach wrote:
So I installed the latest autobuilt pd-extended (Pd-0.43.0-extended-20110402-windowsxp-i386.exe) and I get this if I select log all:
'pd-gui' connecting to 'pd' on localhost 5400 ... ------------------ done with main ---------------------- Default font: DejaVu Sans Mono vanilla: can't load library extra: can't load library Gem: can't load library cyclone: can't load library zexy: can't load library The Pd window filtered 3 lines
I tried setting the path but whatever I add isn't saved when I quit.
So far this is not very useful...
Does anyone actually have Pd-0.43 working?
Martin
On 2011-04-01 18:05, Hans-Christoph Steiner wrote:
On Fri, 2011-04-01 at 19:03 +0000, martin.peach@sympatico.ca wrote:
It seems that the latest version of pd-extended from http://autobuild.puredata.info/auto-build/2011-04-01/ can't instantiate the internals, but the externals seem to work.
Any idea why? (I removed all previous versions from the computer.)
Martin
If you are using your own, old preferences, then you'll need to load 'vanilla/list' and 'vanilla' libraries. The default preferences includes them. I've been experimenting with making the internals as a libdir. Its still rough but the idea is to be able to make your own custom builds of 'vanilla', like SSE3 optimized builds.
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
All mankind is of one author, and is one volume; when one man dies, one chapter is not torn out of the book, but translated into a better language; and every chapter must be so translated.... -John Donne
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Glad that worked still. I forgot that I started implementing the
'startup' folder as well. The idea there is that its a place for
putting things like loaders and GUI plugins so that they automatically
get loaded by Pd at startup without needing to be in a prefs file.
This 'startup' folder should have the libdir loader in it, but I guess
its not working on Windows. I think it'd be good to also include the
pdlua loader in it so people can use lua objects just like .pd
or .pd_linux objects with Pd-extended.
.hc
On Apr 2, 2011, at 6:42 PM, Martin Peach wrote:
OK I got it! You have to go to File->Preferences->Startup... and put libdir at the top of the list. Then it starts up fine.
So I guess the pd-settings.reg file should start like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Pd-extended] "flags"="" "loadlib1"="libdir" "loadlib2"="vanilla/list" "loadlib3"="vanilla" "loadlib4"="extra" "loadlib5"="Gem" "loadlib6"="cyclone" "loadlib7"="zexy" "nloadlib"=7 ; delete any previous loadlib flags "loadlib8"=- "loadlib9"=- ...
Martin
On 2011-04-02 14:32, Hans-Christoph Steiner wrote:
I have tested it mostly on Mac OS X and some on Ubuntu. But really on Windows yet. Sounds like the 'libdir' loader wasn't loaded first,
that needs to be before everything..hc
On Apr 2, 2011, at 1:58 PM, Martin Peach wrote:
So I installed the latest autobuilt pd-extended (Pd-0.43.0-extended-20110402-windowsxp-i386.exe) and I get this if I select log all:
'pd-gui' connecting to 'pd' on localhost 5400 ... ------------------ done with main ---------------------- Default font: DejaVu Sans Mono vanilla: can't load library extra: can't load library Gem: can't load library cyclone: can't load library zexy: can't load library The Pd window filtered 3 lines
I tried setting the path but whatever I add isn't saved when I quit.
So far this is not very useful...
Does anyone actually have Pd-0.43 working?
Martin
On 2011-04-01 18:05, Hans-Christoph Steiner wrote:
On Fri, 2011-04-01 at 19:03 +0000, martin.peach@sympatico.ca wrote:
It seems that the latest version of pd-extended from http://autobuild.puredata.info/auto-build/2011-04-01/ can't instantiate the internals, but the externals seem to work.
Any idea why? (I removed all previous versions from the computer.)
Martin
If you are using your own, old preferences, then you'll need to
load 'vanilla/list' and 'vanilla' libraries. The default preferences includes them. I've been experimenting with making the internals
as a libdir. Its still rough but the idea is to be able to make your own custom builds of 'vanilla', like SSE3 optimized builds..hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
All mankind is of one author, and is one volume; when one man dies,
one chapter is not torn out of the book, but translated into a better language; and every chapter must be so translated.... -John Donne
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
The arc of history bends towards justice. - Dr. Martin Luther
King, Jr.
2011/4/2 Hans-Christoph Steiner hans@at.or.at:
Glad that worked still. I forgot that I started implementing the 'startup' folder as well. The idea there is that its a place for putting things like loaders and GUI plugins so that they automatically get loaded by Pd at startup without needing to be in a prefs file.
This 'startup' folder should have the libdir loader in it, but I guess its not working on Windows. I think it'd be good to also include the pdlua loader in it so people can use lua objects just like .pd or .pd_linux objects with Pd-extended.
.hc
On Apr 2, 2011, at 6:42 PM, Martin Peach wrote:
OK I got it! You have to go to File->Preferences->Startup... and put libdir at the top of the list. Then it starts up fine.
So I guess the pd-settings.reg file should start like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Pd-extended] "flags"="" "loadlib1"="libdir" "loadlib2"="vanilla/list" "loadlib3"="vanilla" "loadlib4"="extra" "loadlib5"="Gem" "loadlib6"="cyclone" "loadlib7"="zexy" "nloadlib"=7 ; delete any previous loadlib flags "loadlib8"=- "loadlib9"=- ...
Martin
On 2011-04-02 14:32, Hans-Christoph Steiner wrote:
I have tested it mostly on Mac OS X and some on Ubuntu. But really on Windows yet. Sounds like the 'libdir' loader wasn't loaded first, that needs to be before everything.
.hc
On Apr 2, 2011, at 1:58 PM, Martin Peach wrote:
So I installed the latest autobuilt pd-extended (Pd-0.43.0-extended-20110402-windowsxp-i386.exe) and I get this if I select log all:
'pd-gui' connecting to 'pd' on localhost 5400 ... ------------------ done with main ---------------------- Default font: DejaVu Sans Mono vanilla: can't load library extra: can't load library Gem: can't load library cyclone: can't load library zexy: can't load library The Pd window filtered 3 lines
I tried setting the path but whatever I add isn't saved when I quit.
So far this is not very useful...
Does anyone actually have Pd-0.43 working?
Martin
On 2011-04-01 18:05, Hans-Christoph Steiner wrote:
On Fri, 2011-04-01 at 19:03 +0000, martin.peach@sympatico.ca wrote:
It seems that the latest version of pd-extended from http://autobuild.puredata.info/auto-build/2011-04-01/ can't instantiate the internals, but the externals seem to work.
Any idea why? (I removed all previous versions from the computer.)
Martin
If you are using your own, old preferences, then you'll need to load 'vanilla/list' and 'vanilla' libraries. The default preferences includes them. I've been experimenting with making the internals as a libdir. Its still rough but the idea is to be able to make your own custom builds of 'vanilla', like SSE3 optimized builds.
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
All mankind is of one author, and is one volume; when one man dies, one chapter is not torn out of the book, but translated into a better language; and every chapter must be so translated.... -John Donne
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
The arc of history bends towards justice. - Dr. Martin Luther King, Jr.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I just installed 0.43 in windows 7 64 bits. I have a problem with Asio. I have a soundcard with his own asio driver, if I choose asio in pd it doesn't works. Any idea how to configure it? thanks
2011/4/4 jm jones juanmjv@gmail.com:
2011/4/2 Hans-Christoph Steiner hans@at.or.at:
Glad that worked still. I forgot that I started implementing the 'startup' folder as well. The idea there is that its a place for putting things like loaders and GUI plugins so that they automatically get loaded by Pd at startup without needing to be in a prefs file.
This 'startup' folder should have the libdir loader in it, but I guess its not working on Windows. I think it'd be good to also include the pdlua loader in it so people can use lua objects just like .pd or .pd_linux objects with Pd-extended.
.hc
On Apr 2, 2011, at 6:42 PM, Martin Peach wrote:
OK I got it! You have to go to File->Preferences->Startup... and put libdir at the top of the list. Then it starts up fine.
So I guess the pd-settings.reg file should start like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Pd-extended] "flags"="" "loadlib1"="libdir" "loadlib2"="vanilla/list" "loadlib3"="vanilla" "loadlib4"="extra" "loadlib5"="Gem" "loadlib6"="cyclone" "loadlib7"="zexy" "nloadlib"=7 ; delete any previous loadlib flags "loadlib8"=- "loadlib9"=- ...
Martin
On 2011-04-02 14:32, Hans-Christoph Steiner wrote:
I have tested it mostly on Mac OS X and some on Ubuntu. But really on Windows yet. Sounds like the 'libdir' loader wasn't loaded first, that needs to be before everything.
.hc
On Apr 2, 2011, at 1:58 PM, Martin Peach wrote:
So I installed the latest autobuilt pd-extended (Pd-0.43.0-extended-20110402-windowsxp-i386.exe) and I get this if I select log all:
'pd-gui' connecting to 'pd' on localhost 5400 ... ------------------ done with main ---------------------- Default font: DejaVu Sans Mono vanilla: can't load library extra: can't load library Gem: can't load library cyclone: can't load library zexy: can't load library The Pd window filtered 3 lines
I tried setting the path but whatever I add isn't saved when I quit.
So far this is not very useful...
Does anyone actually have Pd-0.43 working?
Martin
On 2011-04-01 18:05, Hans-Christoph Steiner wrote:
On Fri, 2011-04-01 at 19:03 +0000, martin.peach@sympatico.ca wrote: > > It seems that the latest version of pd-extended from > http://autobuild.puredata.info/auto-build/2011-04-01/ can't > instantiate the internals, but the externals seem to work. > > Any idea why? > (I removed all previous versions from the computer.) > > Martin
If you are using your own, old preferences, then you'll need to load 'vanilla/list' and 'vanilla' libraries. The default preferences includes them. I've been experimenting with making the internals as a libdir. Its still rough but the idea is to be able to make your own custom builds of 'vanilla', like SSE3 optimized builds.
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
All mankind is of one author, and is one volume; when one man dies, one chapter is not torn out of the book, but translated into a better language; and every chapter must be so translated.... -John Donne
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
The arc of history bends towards justice. - Dr. Martin Luther King, Jr.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I just installed 0.43 in windows 7 64 bits. I have a problem with Asio. I have a soundcard with his own asio driver, if I choose asio in pd it doesn't works. Any idea how to configure it? thanks
-- Juan Manuel Jones
For the windows users: If Gem doesn't load, is because the dlls are missing. install it independently.
----- "jm jones" juanmjv@gmail.com a écrit :
I just installed 0.43 in windows 7 64 bits. I have a problem with Asio. I have a soundcard with his own asio driver, if I choose asio
in
pd it doesn't works. Any idea how to configure it? thanks
-- Juan Manuel Jones
Same here but since pd-extended uses the last release of port audio, almost one year...
it should work on vanilla if port audio sources haven't been updated.
What is your soundcard? mine is an RME fireface 400.
The idea is about reporting this bug to port audio devs instead.
I just tried pd 0.43 vanilla and ASIO does not initialize. It tries to I can see because I have a stuck creative labs driver that pops up a dialog when anything tries to initialize ASIO. There is something in the docs about starting with an ASIO flag haven't read it yet but will try that in a moment. I thought it was something to do with my stuck creative driver but everything else works. The driver I am using is ASIOforall on Vista. The one that is stuck is leftover from a creative labs installation which didn't remove itself on uninstall of driver and soundcard. Besides that the new pd 0.43 seems to be running great. I don't want to close the window and fix the ASIO thing.