There isn't currently a Jaunty Netbook Remix build machine setup
anywhere, I didn't even know there was a Jaunty version of NBR. I
think the best bet would be to build it yourself, then we can post it
on the download site. Its not hard to build on Ubuntu.
Basically, first you just install lots of packages with synaptic/apt- get/aptitude
puredata.info/docs/developer/Debian
Then you download the source, uncompress it, and run:
cd Pd-0.41.4-extended/packages/linux_make make install make package
Then you will have a .deb file in packages/linux_make/build.
.hc
On Jun 7, 2009, at 6:30 PM, Joseph Zitt wrote:
Will there be a release for the Ubuntu 9.04 (Jaunty) NBR? I'm
running eeebuntu 3.0 NBR on my Asus Eee 701, and would love to run
an appropriate pd-extended on it.On Sun, Jun 7, 2009 at 2:17 PM, Hans-Christoph Steiner
hans@at.or.at wrote:Its done and available for download. This release is focused on
lots of usability enhancements and bug fixes. There are some new
features in the core and in the many included libraries.http://puredata.org/downloads/
Here's the rough changelog:
- fixed strict-aliasing build problems with cyclone, iemlib,
bsaylor, and sigpack
- added/fixed "Next Window" menu item and key binding (Cmd-` on Mac
OS X)
lots of usability fixes and improvements
removed all external binaries from package, you can get them here:
http://puredata.info/docs/faq/how-do-i-download-the-flext-binaries-that-used...
changed to GPL v3
fixed paths that used the same image for Gem examples
fixed paths to example images in Gem help
libdirs now load properly when using [import]/[declare] to load a
libdir outside of the sys_libdir (i.e. extra) into the canvas-local namespace
single [output~] that works everywhere
improved Max Text file (.pat) importing and exporting and added
the ability to handle .mxt files, and binary .mxb and .help files
- added cyclone "maxmode" libraries to cyclone. To use them,
load the cyclone, library, then create [maxmode/cyclone] or [maxmode/maxmode].
updated VBAP from 0.9.9 to 1.0.3
fixed bug in VBAP that cause CPU spike
bug fixes and clean up of [hid]? externals
(GNU/Linux) Free Desktop file associations and mime types for
Pd and Max/MSP files
(GNU/Linux) fixed font size issue when using Tcl/Tk 8.5
(GNU/Linux) fixed Help Browser when using Tcl/Tk 8.5
(GNU/Linux) built against libv4l on Debian/testing,
Ubuntu/intrepid, Ubuntu/jaunty, and Fedora 9
- (Debian/Ubuntu) fixed /etc/init.d/pd script to be standards-
compliant
(Ubuntu) lpia builds for Ubuntu Netbook Remix
(Mac OS X) reduced default audio buffers to 20ms
(Mac OS X) fixed exit logic
(Mac OS X) fixed issue with app builder. You can now create apps
without replacing an existing one.
(Mac OS X) upgraded to libquicktime 1.1.1 and ffmpeg 0.4.20071217
(Windows) moocow/pdstring externals now included
(Windows) increased default audio buffer for Window to 100ms since
there are some really flaky audio cards in Windows land
KNOWN BUGS
Check http://puredata.info/dev/bugtracker before reporting bugs, and if you find an existing bug report on the same issue, please add your information there.
- Tcl/Tk 8.5 support is a bit rough, and IEM GUI fonts aren't quite
right under 8.5
- Escape, Enter, and Ctrl/Cmd-W don't close the Path and Startup
preferences
pdp_opengl is alpha and will definitely crash Pd
loading pdp_opengl will crash Pd if X11 is not open before trying
to load it
(Mac OS X) Using Jack can cause extra CPU usage at idle
(Windows) installer won't replace existing installs
You can't steal a gift. Bird gave the world his music, and if you
can hear it, you can have it. - Dizzy Gillespie
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
-- Joseph Zitt :: The Path of the Bookseller :: blog.josephzitt.com
Man has survived hitherto because he was too ignorant to know how to
realize his wishes. Now that he can realize them, he must either
change them, or perish. -William Carlos Williams
Hi Hans
The Pd-0.41.4-extended version seems pretty nice, Just noticed that the object "scale" , normally used for to determinate boundaries for some input range is not available as a math object, only as a Gem object, and with another purpose, dunno if that is because the objects share the same name, anyway i just replace the "scale" object for the "range" one and got the thing working, so this means than the scale math object is no longer being used?
thanks
Mario
2009/6/7 Hans-Christoph Steiner hans@at.or.at
There isn't currently a Jaunty Netbook Remix build machine setup anywhere, I didn't even know there was a Jaunty version of NBR. I think the best bet would be to build it yourself, then we can post it on the download site. Its not hard to build on Ubuntu.
Basically, first you just install lots of packages with synaptic/apt-get/aptitude
puredata.info/docs/developer/Debian
Then you download the source, uncompress it, and run:
cd Pd-0.41.4-extended/packages/linux_make make install make package
Then you will have a .deb file in packages/linux_make/build.
.hc
On Jun 7, 2009, at 6:30 PM, Joseph Zitt wrote:
Will there be a release for the Ubuntu 9.04 (Jaunty) NBR? I'm running eeebuntu 3.0 NBR on my Asus Eee 701, and would love to run an appropriate pd-extended on it.
On Sun, Jun 7, 2009 at 2:17 PM, Hans-Christoph Steiner hans@at.or.atwrote:
Its done and available for download. This release is focused on lots of usability enhancements and bug fixes. There are some new features in the core and in the many included libraries.
http://puredata.org/downloads/
Here's the rough changelog:
- fixed strict-aliasing build problems with cyclone, iemlib, bsaylor, and
sigpack
added/fixed "Next Window" menu item and key binding (Cmd-` on Mac OS X)
lots of usability fixes and improvements
removed all external binaries from package, you can get them here:
http://puredata.info/docs/faq/how-do-i-download-the-flext-binaries-that-used...
changed to GPL v3
fixed paths that used the same image for Gem examples
fixed paths to example images in Gem help
libdirs now load properly when using [import]/[declare] to load a
libdir outside of the sys_libdir (i.e. extra) into the canvas-local namespace
single [output~] that works everywhere
improved Max Text file (.pat) importing and exporting and added
the ability to handle .mxt files, and binary .mxb and .help files
- added cyclone "maxmode" libraries to cyclone. To use them,
load the cyclone, library, then create [maxmode/cyclone] or [maxmode/maxmode].
updated VBAP from 0.9.9 to 1.0.3
fixed bug in VBAP that cause CPU spike
bug fixes and clean up of [hid]? externals
(GNU/Linux) Free Desktop file associations and mime types for
Pd and Max/MSP files
(GNU/Linux) fixed font size issue when using Tcl/Tk 8.5
(GNU/Linux) fixed Help Browser when using Tcl/Tk 8.5
(GNU/Linux) built against libv4l on Debian/testing,
Ubuntu/intrepid, Ubuntu/jaunty, and Fedora 9
(Debian/Ubuntu) fixed /etc/init.d/pd script to be standards-compliant
(Ubuntu) lpia builds for Ubuntu Netbook Remix
(Mac OS X) reduced default audio buffers to 20ms
(Mac OS X) fixed exit logic
(Mac OS X) fixed issue with app builder. You can now create apps without
replacing an existing one.
(Mac OS X) upgraded to libquicktime 1.1.1 and ffmpeg 0.4.20071217
(Windows) moocow/pdstring externals now included
(Windows) increased default audio buffer for Window to 100ms since there
are some really flaky audio cards in Windows land
KNOWN BUGS
Check http://puredata.info/dev/bugtracker before reporting bugs, and if you find an existing bug report on the same issue, please add your information there.
- Tcl/Tk 8.5 support is a bit rough, and IEM GUI fonts aren't quite right
under 8.5
- Escape, Enter, and Ctrl/Cmd-W don't close the Path and Startup
preferences
pdp_opengl is alpha and will definitely crash Pd
loading pdp_opengl will crash Pd if X11 is not open before trying to
load it
(Mac OS X) Using Jack can cause extra CPU usage at idle
(Windows) installer won't replace existing installs
You can't steal a gift. Bird gave the world his music, and if you can hear it, you can have it. - Dizzy Gillespie
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
-- Joseph Zitt :: The Path of the Bookseller :: blog.josephzitt.com
Man has survived hitherto because he was too ignorant to know how to realize his wishes. Now that he can realize them, he must either change them, or perish. -William Carlos Williams
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
You can use [maxlib/scale] to get the one you want, I think. Since
Gem is loaded by default, its [scale] is the default.
.hc
On Jun 7, 2009, at 7:17 PM, Mario Mora wrote:
Hi Hans
The Pd-0.41.4-extended version seems pretty nice, Just noticed that the object "scale" , normally used for to
determinate boundaries for some input range is not available as a
math object, only as a Gem object, and with another purpose, dunno
if that is because the objects share the same name, anyway i just
replace the "scale" object for the "range" one and got the thing
working, so this means than the scale math object is no longer being
used?thanks
Mario
2009/6/7 Hans-Christoph Steiner hans@at.or.at
There isn't currently a Jaunty Netbook Remix build machine setup
anywhere, I didn't even know there was a Jaunty version of NBR. I
think the best bet would be to build it yourself, then we can post
it on the download site. Its not hard to build on Ubuntu.Basically, first you just install lots of packages with synaptic/apt- get/aptitude
puredata.info/docs/developer/Debian
Then you download the source, uncompress it, and run:
cd Pd-0.41.4-extended/packages/linux_make make install make package
Then you will have a .deb file in packages/linux_make/build.
.hc
On Jun 7, 2009, at 6:30 PM, Joseph Zitt wrote:
Will there be a release for the Ubuntu 9.04 (Jaunty) NBR? I'm
running eeebuntu 3.0 NBR on my Asus Eee 701, and would love to run
an appropriate pd-extended on it.On Sun, Jun 7, 2009 at 2:17 PM, Hans-Christoph Steiner
hans@at.or.at wrote:Its done and available for download. This release is focused on
lots of usability enhancements and bug fixes. There are some new
features in the core and in the many included libraries.http://puredata.org/downloads/
Here's the rough changelog:
- fixed strict-aliasing build problems with cyclone, iemlib,
bsaylor, and sigpack
- added/fixed "Next Window" menu item and key binding (Cmd-` on Mac
OS X)
lots of usability fixes and improvements
removed all external binaries from package, you can get them here:
http://puredata.info/docs/faq/how-do-i-download-the-flext-binaries-that-used...
changed to GPL v3
fixed paths that used the same image for Gem examples
fixed paths to example images in Gem help
libdirs now load properly when using [import]/[declare] to load a
libdir outside of the sys_libdir (i.e. extra) into the canvas-local namespace
single [output~] that works everywhere
improved Max Text file (.pat) importing and exporting and added
the ability to handle .mxt files, and binary .mxb and .help files
- added cyclone "maxmode" libraries to cyclone. To use them,
load the cyclone, library, then create [maxmode/cyclone] or [maxmode/maxmode].
updated VBAP from 0.9.9 to 1.0.3
fixed bug in VBAP that cause CPU spike
bug fixes and clean up of [hid]? externals
(GNU/Linux) Free Desktop file associations and mime types for
Pd and Max/MSP files
(GNU/Linux) fixed font size issue when using Tcl/Tk 8.5
(GNU/Linux) fixed Help Browser when using Tcl/Tk 8.5
(GNU/Linux) built against libv4l on Debian/testing,
Ubuntu/intrepid, Ubuntu/jaunty, and Fedora 9
- (Debian/Ubuntu) fixed /etc/init.d/pd script to be standards-
compliant
(Ubuntu) lpia builds for Ubuntu Netbook Remix
(Mac OS X) reduced default audio buffers to 20ms
(Mac OS X) fixed exit logic
(Mac OS X) fixed issue with app builder. You can now create apps
without replacing an existing one.
(Mac OS X) upgraded to libquicktime 1.1.1 and ffmpeg 0.4.20071217
(Windows) moocow/pdstring externals now included
(Windows) increased default audio buffer for Window to 100ms
since there are some really flaky audio cards in Windows land
KNOWN BUGS
Check http://puredata.info/dev/bugtracker before reporting bugs, and if you find an existing bug report on the same issue, please add your information there.
- Tcl/Tk 8.5 support is a bit rough, and IEM GUI fonts aren't quite
right under 8.5
- Escape, Enter, and Ctrl/Cmd-W don't close the Path and Startup
preferences
pdp_opengl is alpha and will definitely crash Pd
loading pdp_opengl will crash Pd if X11 is not open before trying
to load it
(Mac OS X) Using Jack can cause extra CPU usage at idle
(Windows) installer won't replace existing installs
You can't steal a gift. Bird gave the world his music, and if you
can hear it, you can have it. - Dizzy Gillespie
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
-- Joseph Zitt :: The Path of the Bookseller :: blog.josephzitt.com
Man has survived hitherto because he was too ignorant to know how to
realize his wishes. Now that he can realize them, he must either
change them, or perish. -William Carlos Williams
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
¡El pueblo unido jamás será vencido!