Re: [PD] C.H.I.P. & Pd Vanilla 0.47

2016-11-02 Thread Richie Cyngler
I tried to build it on RPi 2 (also noob here - my first build ever). I
think I installed all the required build tools. It almost worked on the
third try but still wouldn't launch. I'd love to hear how your attempt goes
Alexandre.


On Thursday, 3 November 2016, Alexandre Torres Porres 
wrote:

> Does the CHIP have that same architecture? (armv7) Worth a try.
>>
>
> yes it does :)  armv7!
>
>
>> The standard auto tools method
>>
>
> cool
>
>
>

-- 

www.glitchpop.com
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Purr Data Beta 3

2016-11-02 Thread Jonathan Wilkes via Pd-list
> howdy, do you know if one (and which one) of these can be installed on 
> C.H.I.P.?


I added an rpi binary earlier 
today:https://git.purrdata.net/jwilkes/purr-data-binaries/blob/master/purr-data-armv7l-raspbian-beta3.deb
What does `uname -a` show?
-Jonathan

2016-11-01 14:39 GMT-02:00 Jonathan Wilkes via Pd-list :

Purr Data Beta 3!

This is the GUI port of Pd-l2ork from tcl/tk to nw.js.  Canvas zooming, 
svg-based data structure drawings, GUI theming, and more...

A lot of this beta was devoted to getting an automated build system up and 
running.

* fixed "stale pointer" bug when re-opening a subpatch on a scalar that has an 
event handler
* added ds tutorial for field parameters
* removed more debugging messages
* updated ds tutorials, add coords tutorial for ds shapes
* fixed stroke-linecap "square" style
* use standard "d" attribute instead of "data" for setting svg data
* fixed for the open dialog
* added feature to format path data into a FUDI message
* added table of contents to help browser
* fixed crasher with scalar dialog handling of vector data
* fixed data properties dialog positioning
* fixed typos in drawnumber_vis that caused sizing bug
* check scroll bars after zooming the canvas
* allow doc/ and extra/ prefixes to search a particular directory (instead of
  a natural language search)
* allow browsing the docs using native file dialog
* fixed small bugs in the doc search engine
* fixed font size bug on newer versions of Gnu/Linux
* fixed pdogg dependency, bump version to 0.25.2
* fixed regression with broken object box getting recreated with a superfluous 
cord connection
* now using homebrew on OSX instead of macports (faster install time, smaller 
install size)
* fixed stroke-dashoffset to stick when scalar is re-vis'd
* lots of other small fixes here and there...

This is a beta release, so please report lots of bugs to
https://git.purrdata.net/ jwilkes/purr-data/issues

Binaries:

Debian Jessie 32-bit: https://git.purrdata.net/ jwilkes/purr-data-binaries/ 
raw/master/purr-data-i686- jessie-beta3.deb

Debian Jessie 64-bit: https://git.purrdata.net/ jwilkes/purr-data-binaries/ 
raw/master/purr-data-x86_64- jessie-beta3.deb

Ubuntu 14.04 32-bit: https://git.purrdata.net/ jwilkes/purr-data-binaries/ 
raw/master/purr-data-i686- ubuntu14.04-beta3.deb

Ubuntu 14.04 64-bit: https://git.purrdata.net/ jwilkes/purr-data-binaries/ 
raw/master/purr-data-x86_64- ubuntu14.04-beta3.deb

Ubuntu 16.04 64-bit: https://git.purrdata.net/ jwilkes/purr-data-binaries/ 
raw/master/purr-data-x86_64- ubuntu16.04-beta3.deb

Windows with 64-bit GUI: https://git.purrdata.net/ jwilkes/purr-data-binaries/ 
raw/master/purr-data-x86_64- windows-beta3.zip

Windows with 32-bit GUI: https://git.purrdata.net/ jwilkes/purr-data-binaries/ 
raw/master/purr-data-i686- windows-beta3.zip

__ _
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/ 
listinfo/pd-list





   ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] C.H.I.P. & Pd Vanilla 0.47

2016-11-02 Thread Alexandre Torres Porres
>
> Does the CHIP have that same architecture? (armv7) Worth a try.
>

yes it does :)  armv7!


> The standard auto tools method
>

cool
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] C.H.I.P. & Pd Vanilla 0.47

2016-11-02 Thread Dan Wilcox
> On Nov 2, 2016, at 7:45 PM, Alexandre Torres Porres  wrote:
> and/or download the prebuilt binary from Miller
> 
> So there's a pre-built version from Miller that should work on C.H.I.P., and 
> is this the one? :)

I dunno. Does the CHIP have that same architecture? (armv7) Worth a try.

> Pd version 0.47-1 compiled for ARMv7/linux (Raspberry Pi version 2; UDOO) (4 
> Megabytes) . <>
>  
> and/or download the source and build it yourself (it’s easy).
> 
>  step by step recipe for dummies?
>  <>

The standard auto tools method (I think this is listed in the readme/install 
instructions):

cd path/to/pd/source
./configure
make

run with:

cd bin
./pd

install with:

sudo make install


Dan Wilcox
@danomatika 
danomatika.com 
robotcowboy.com 
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Purr Data Beta 3

2016-11-02 Thread Alexandre Torres Porres
howdy, do you know if one (and which one) of these can be installed on
C.H.I.P.?

thanks

2016-11-01 14:39 GMT-02:00 Jonathan Wilkes via Pd-list :

> Purr Data Beta 3!
>
> This is the GUI port of Pd-l2ork from tcl/tk to nw.js.  Canvas zooming,
> svg-based data structure drawings, GUI theming, and more...
>
> A lot of this beta was devoted to getting an automated build system up and
> running.
>
> * fixed "stale pointer" bug when re-opening a subpatch on a scalar that
> has an event handler
> * added ds tutorial for field parameters
> * removed more debugging messages
> * updated ds tutorials, add coords tutorial for ds shapes
> * fixed stroke-linecap "square" style
> * use standard "d" attribute instead of "data" for setting svg data
> * fixed for the open dialog
> * added feature to format path data into a FUDI message
> * added table of contents to help browser
> * fixed crasher with scalar dialog handling of vector data
> * fixed data properties dialog positioning
> * fixed typos in drawnumber_vis that caused sizing bug
> * check scroll bars after zooming the canvas
> * allow doc/ and extra/ prefixes to search a particular directory (instead
> of
>   a natural language search)
> * allow browsing the docs using native file dialog
> * fixed small bugs in the doc search engine
> * fixed font size bug on newer versions of Gnu/Linux
> * fixed pdogg dependency, bump version to 0.25.2
> * fixed regression with broken object box getting recreated with a
> superfluous cord connection
> * now using homebrew on OSX instead of macports (faster install time,
> smaller install size)
> * fixed stroke-dashoffset to stick when scalar is re-vis'd
> * lots of other small fixes here and there...
>
> This is a beta release, so please report lots of bugs to
> https://git.purrdata.net/jwilkes/purr-data/issues
>
> Binaries:
>
> Debian Jessie 32-bit: https://git.purrdata.net/jwilkes/purr-data-binaries/
> raw/master/purr-data-i686-jessie-beta3.deb
>
> Debian Jessie 64-bit: https://git.purrdata.net/jwilkes/purr-data-binaries/
> raw/master/purr-data-x86_64-jessie-beta3.deb
>
> Ubuntu 14.04 32-bit: https://git.purrdata.net/jwilkes/purr-data-binaries/
> raw/master/purr-data-i686-ubuntu14.04-beta3.deb
>
> Ubuntu 14.04 64-bit: https://git.purrdata.net/jwilkes/purr-data-binaries/
> raw/master/purr-data-x86_64-ubuntu14.04-beta3.deb
>
> Ubuntu 16.04 64-bit: https://git.purrdata.net/jwilkes/purr-data-binaries/
> raw/master/purr-data-x86_64-ubuntu16.04-beta3.deb
>
> Windows with 64-bit GUI: https://git.purrdata.net/
> jwilkes/purr-data-binaries/raw/master/purr-data-x86_64-windows-beta3.zip
>
> Windows with 32-bit GUI: https://git.purrdata.net/
> jwilkes/purr-data-binaries/raw/master/purr-data-i686-windows-beta3.zip
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
> listinfo/pd-list
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] C.H.I.P. & Pd Vanilla 0.47

2016-11-02 Thread Alexandre Torres Porres
2016-11-02 20:19 GMT-02:00 Dan Wilcox :

> you might be able to add a separate ppa source for newer builds
>

don't get what the first meant :/ but not important!


> and/or download the prebuilt binary from Miller
>

So there's a pre-built version from Miller that should work on C.H.I.P.,
and is this the one? :)

Pd version 0.47-1 compiled for ARMv7/linux (Raspberry Pi version 2; UDOO)
(4 Megabytes) .


> and/or download the source and build it yourself (it’s easy).
>

 step by step recipe for dummies?

thanks
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] C.H.I.P. & Pd Vanilla 0.47

2016-11-02 Thread Dan Wilcox
In most Linux distributions, versions are set in the package manager and 
changing versions of the distribution (aka Ubuntu 10.4 to 10.10, etc) changes 
the versions of all packages on the system. This is a *good* thing since many 
programs rely on specific versions of libraries and changing certain things but 
not others can lead to instability, crashes, etc. Which version of pd that is 
in the package manager is then defined by which overall version of the 
distribution you are using.

Debian sticks with a “stable” and “unstable” metaphor where stable is usually 
older but much more tested and hence “stable. If you want newer and more 
bleeding edge stuff, you’ll need to use the unstable distribution instead which 
probably has a newer version of pd. Barring that, you might be able to add a 
separate ppa source for newer builds and/or download the prebuilt binary from 
Miller and/or download the source and build it yourself (it’s easy).


Dan Wilcox
@danomatika 
danomatika.com 
robotcowboy.com 
> On Nov 2, 2016, at 2:57 PM, pd-list-requ...@lists.iem.at wrote:
> 
> From: Richie Cyngler >
> Subject: Re: [PD] C.H.I.P. & Pd Vanilla 0.47
> Date: November 2, 2016 at 2:57:15 PM MDT
> To: "ben...@free.fr "  >
> Cc: "pd-list@lists.iem.at " 
> >
> 
> 
> I've had the same issue on RPi. I'm no backend Linux guy either but it seems 
> problematic for Pd's available current version to be tied to an OS release. 
> Is there some way around this?

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] C.H.I.P. & Pd Vanilla 0.47

2016-11-02 Thread IOhannes m zmölnig
On 11/02/2016 09:57 PM, Richie Cyngler wrote:
> I've had the same issue on RPi. I'm no backend Linux guy either but it
> seems problematic for Pd's available current version to be tied to an OS
> release.

why is this problematic?

the entire point of a distribution (which is a more accurate term than
"OS"), is to ensure that all the components play together *nicely*.
this works suprisingly well, given that Debian/stable (the one with
Pd-0.46) has about 57000 software packages, that *all* play together nicely.

> Is there some way around this?

it occurs to me, that i have posted one a number of times.


anyhow, I'm planning to provide backports once Debian/stretch has been
released.

fgmrdsa
IOhannes



signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] C.H.I.P. & Pd Vanilla 0.47

2016-11-02 Thread Benjamin ~ b01
as previously answered by IOhannes :


> On 2016-10-25 03:12, Peter Nyboer wrote:
>> Is 47 available via apt, or is 46 the latest I can get through this method?
> certainly Pd-0.47 is available via the official Debian apt repositories.
>
> but Debian/jessie (aka stable) has been released 2015-04, when the
> current Pd version was 0.46.
> so in order to use the 0.47 packages, you need to do a system upgrade to
> stretch (currently testing).
>
> you *might* have luck with manually downloading/installing the stretch
> packages¹ on your jessie system (totally untested; also, i would *not*
> recommend adding stretch to your apt-sources, as the entire C++ stack
> has changed and you might just blow your system).
>
>
> fgamsdr
> IOhannes
>
>
> PS: and not to forget: i have posted instructions to this list numerous
> times, how to build your own debs (based on the original Debian
> packages) for your odd system (e.g. raspberries running jessie) - which
> happens to also work in your case!
>
> ¹ https://packages.debian.org/stretch/puredata
>
btw, I'm curious about the result

++
b

On 02/11/2016 18:23, Alexandre Torres Porres wrote:
> howdy, so I finally tried installing pd vanilla on my C.H.I.P.
>
> tried apt-get install puredata and got Pd 0.46
>
> where's 0.47?
>
> it's a debian package and an ARM architecture, so, can you install
> 0.47 in C.H.I.P.? Anyone did it?
>
> sorry I'm really dumb on this, never really messed with linux or anything
>
> cheers
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] C.H.I.P. & Pd Vanilla 0.47

2016-11-02 Thread Peter P.
* Alexandre Torres Porres  [2016-11-02 18:24]:
> howdy, so I finally tried installing pd vanilla on my C.H.I.P.
Congratulations! But what is a C.H.I.P.?
 
> tried apt-get install puredata and got Pd 0.46
> 
> where's 0.47?
$ aptitude versions puredata

or search https://www.debian.org/distrib/packages

which might show you the available versions. If this is a Debian system
you would have to use the "testing" version of the package. 
Perhaps see 
https://serverfault.com/questions/22414/how-can-i-run-debian-stable-but-install-some-packages-from-testing
(unverified)
 
> it's a debian package and an ARM architecture, so, can you install 0.47 in
> C.H.I.P.? Anyone did it?
> 
> sorry I'm really dumb on this, never really messed with linux or anything
Don't worry, you are almost there™

Peter

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] C.H.I.P. & Pd Vanilla 0.47

2016-11-02 Thread Alexandre Torres Porres
howdy, so I finally tried installing pd vanilla on my C.H.I.P.

tried apt-get install puredata and got Pd 0.46

where's 0.47?

it's a debian package and an ARM architecture, so, can you install 0.47 in
C.H.I.P.? Anyone did it?

sorry I'm really dumb on this, never really messed with linux or anything

cheers
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list