Re: [PD] problems with building flext with mingw

2013-05-07 Thread Roman Haefeli
On Tue, 2013-05-07 at 22:30 -0700, Jonathan Wilkes wrote:
> Hi list,
>  Just an fyi and question about building flext on winxp using
> mingw:
>  
> from build.txt:
> "Please be aware that the build system might have difficulties
> handling paths with spaces."
>  
> Unclear whether this statement only applies to the directory in which
> you are building
> flext or everything including your installation of pd.  If it is the
> latter then this is confused by
> the fact that config-win-pd-mingw seems to point by default to %
> ProgramFiles%\pd which
> is guaranteed to have spaces in it.

With English locale, yes. If you have a Windows in German Language, this
path might indeed does not contain spaces. Considering the author of
flext is German speaking, he might not have anticipated this very issue.

Just a guess.

Roman



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


[PD] problems with building flext with mingw

2013-05-07 Thread Jonathan Wilkes
Hi list,
 Just an fyi and question about building flext on winxp using mingw:
 
from build.txt:
"Please be aware that the build system might have difficulties handling paths 
with spaces."
 
Unclear whether this statement only applies to the directory in which you are 
building
flext or everything including your installation of pd.  If it is the latter 
then this is confused by
the fact that config-win-pd-mingw seems to point by default to 
%ProgramFiles%\pd which
is guaranteed to have spaces in it.
 
also from buildsys\config-win-pd-mingw:
 
# path to pthreads headers (PD comes with some in the src folder)
 
as far as I can tell this simply isn't true except for an old branch of pd 
where the header file
no longer even exists.  But the bigger problem is that mingw itself doesn't
come with support for pthreads.  However, there is a third party library here:
 
http://sourceware.org/pthreads-win32/
 
 Unfortunately when I a) put the pthread.h header file in path-to-pd\include, 
and b) put the
executable + library files in path-to-pd\ I get errors at the end of the 
compilation that it
can't find _imp__* (below).  If I set LDFLAGS to -static then I still get an 
error that it can't find -lpd
at the very end.
 
I don't see any other options in the notes or build instructions.
 
Downloaded flext using:
svn co https://svn.g.org/ext/trunk/flext flext
 
This is with 0.43.4-extended-20130111.
 
-Jonathan
 
d"/src -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/pd"/include/pd source/fll
ib.cpp -o pd-mingw\release-shared\fllib.opp
g++ -c -msse -mfpmath=sse -ffast-math -O3 -march=pentium4   -D_WIN32_WINNT=0x500
 -mms-bitfields -DWIN32 -D_WINDOWS -DFLEXT_USE_SIMD -DNDEBUG -DFLEXT_SHARED -DFL
EXT_EXPORTS -DFLEXT_SYS=2 -DPD -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/p
d"/src -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/pd"/include/pd source/flx
let.cpp -o pd-mingw\release-shared\flxlet.opp
g++ -c -msse -mfpmath=sse -ffast-math -O3 -march=pentium4   -D_WIN32_WINNT=0x500
 -mms-bitfields -DWIN32 -D_WINDOWS -DFLEXT_USE_SIMD -DNDEBUG -DFLEXT_SHARED -DFL
EXT_EXPORTS -DFLEXT_SYS=2 -DPD -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/p
d"/src -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/pd"/include/pd source/fla
ttr.cpp -o pd-mingw\release-shared\flattr.opp
g++ -c -msse -mfpmath=sse -ffast-math -O3 -march=pentium4   -D_WIN32_WINNT=0x500
 -mms-bitfields -DWIN32 -D_WINDOWS -DFLEXT_USE_SIMD -DNDEBUG -DFLEXT_SHARED -DFL
EXT_EXPORTS -DFLEXT_SYS=2 -DPD -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/p
d"/src -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/pd"/include/pd source/fla
ttr_ed.cpp -o pd-mingw\release-shared\flattr_ed.opp
g++ -c -msse -mfpmath=sse -ffast-math -O3 -march=pentium4   -D_WIN32_WINNT=0x500
 -mms-bitfields -DWIN32 -D_WINDOWS -DFLEXT_USE_SIMD -DNDEBUG -DFLEXT_SHARED -DFL
EXT_EXPORTS -DFLEXT_SYS=2 -DPD -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/p
d"/src -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/pd"/include/pd source/fls
upport.cpp -o pd-mingw\release-shared\flsupport.opp
g++ -c -msse -mfpmath=sse -ffast-math -O3 -march=pentium4   -D_WIN32_WINNT=0x500
 -mms-bitfields -DWIN32 -D_WINDOWS -DFLEXT_USE_SIMD -DNDEBUG -DFLEXT_SHARED -DFL
EXT_EXPORTS -DFLEXT_SYS=2 -DPD -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/p
d"/src -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/pd"/include/pd source/flu
til.cpp -o pd-mingw\release-shared\flutil.opp
g++ -c -msse -mfpmath=sse -ffast-math -O3 -march=pentium4   -D_WIN32_WINNT=0x500
 -mms-bitfields -DWIN32 -D_WINDOWS -DFLEXT_USE_SIMD -DNDEBUG -DFLEXT_SHARED -DFL
EXT_EXPORTS -DFLEXT_SYS=2 -DPD -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/p
d"/src -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/pd"/include/pd source/fla
tom.cpp -o pd-mingw\release-shared\flatom.opp
g++ -c -msse -mfpmath=sse -ffast-math -O3 -march=pentium4   -D_WIN32_WINNT=0x500
 -mms-bitfields -DWIN32 -D_WINDOWS -DFLEXT_USE_SIMD -DNDEBUG -DFLEXT_SHARED -DFL
EXT_EXPORTS -DFLEXT_SYS=2 -DPD -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/p
d"/src -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/pd"/include/pd source/fla
tom_pr.cpp -o pd-mingw\release-shared\flatom_pr.opp
g++ -c -msse -mfpmath=sse -ffast-math -O3 -march=pentium4   -D_WIN32_WINNT=0x500
 -mms-bitfields -DWIN32 -D_WINDOWS -DFLEXT_USE_SIMD -DNDEBUG -DFLEXT_SHARED -DFL
EXT_EXPORTS -DFLEXT_SYS=2 -DPD -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/p
d"/src -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/pd"/include/pd source/flt
hr.cpp -o pd-mingw\release-shared\flthr.opp
g++ -c -msse -mfpmath=sse -ffast-math -O3 -march=pentium4   -D_WIN32_WINNT=0x500
 -mms-bitfields -DWIN32 -D_WINDOWS -DFLEXT_USE_SIMD -DNDEBUG -DFLEXT_SHARED -DFL
EXT_EXPORTS -DFLEXT_SYS=2 -DPD -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/p
d"/src -I"%ProgramFiles%/pd"/include -I"%ProgramFiles%/pd"/include/pd source/flt
imer.cpp -o pd-mingw\release-shared\fltimer.opp
g++ -c -msse -mfpmath=sse -ffast-math -O3 -march=pentium4   -D_WIN32_WINNT=0x500
 -mms-bitfields 

Re: [PD] Render a Gem window in [pd~] without dsp turned on

2013-05-07 Thread Simon Wise

On 08/05/13 07:20, Antonio Roberts wrote:

I'm using the [pd~] object to run a Gem window in a subprocess. I've
noticed that the Gem window won't start rendering until I turn dsp on
in both processes.

Is there any way to run Gem in a [pd~] subprocess without turning on dsp?


you probably do not want to be using pd~ for this, it is designed for working 
with DSP.


For a separate thread for Gem you don't want that overhead, you just need a new 
instance of pd ... communicate between them with sockets.



Simon

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


Re: [PD] Quick Reference Sheet for Pd-extended

2013-05-07 Thread Hans-Christoph Steiner

Anyone can contribute to the translations, they're up on transifex:
https://www.transifex.com/projects/p/puredata/

.hc

On 04/29/2013 02:51 PM, Nicolas Montgermont wrote:
> impressive.
> Is it meant to replace pd-extended's help browser in the end?
> It may live not only in the "search" filed shape but as a browser.
> The French translation is very bad (0.43.4) how can we help?
> best
> n
> 
> Le 29/04/13 19:01, Jonathan Wilkes a écrit :
>> Click "Help" menu, choose "Search", then click the link for "External
>> Libraries".  It has a list of each library with description and author name.
>> You can click each to see the objects inside. 
> 

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


[PD] pd~ in windows

2013-05-07 Thread Jonathan Wilkes
Hi,
 Not sure if I asked this yet ("pd~" is a difficult search term) but there 
is a macro suggested here to define pipe syntax similar to unix:
http://article.gmane.org/gmane.comp.gnu.mingw.user/28505/

So if it was just put in ascii mode would this make it possible to have the 
"pd~" object in windows?

Thanks,
Jonathan___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] Render a Gem window in [pd~] without dsp turned on

2013-05-07 Thread Antonio Roberts
I'm using the [pd~] object to run a Gem window in a subprocess. I've
noticed that the Gem window won't start rendering until I turn dsp on
in both processes.

Is there any way to run Gem in a [pd~] subprocess without turning on dsp?

Thanks

Antonio

-- 

anto...@hellocatfood.com
http://www.hellocatfood.com


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


Re: [PD] [PD-announce] library template v1.0.14 released!

2013-05-07 Thread Hans-Christoph Steiner
On 05/07/2013 02:43 PM, me.grimm wrote:
> hey hans.
> 
> the link off the pd wiki under get template gives me "The
> "/libraries/template/..mplate-1.0.14.tar.gz" file could not be found
> or is not available. Please select another file."

Thanks, fixed.

> also would it make sense to add the macosx-embed-dependencies.sh
> script to the template?

Hmm... that's a good idea... my one concern is that the template is meant to
be as simple as possible, so it doesn't cover all cases.  Instead its meant to
be self-documenting as much as possible, so I think adding a file like that
script will confuse a lot of people.  Most libraries will never use it.
Perhaps I should just be documented on the wiki.

.hc

> 
> m
> 
> On Tue, May 7, 2013 at 2:30 PM, Hans-Christoph Steiner  wrote:
>>
>> I just posted v1.0.14 of the Library Template that fixes some build issues 
>> on recent Mac OS X and Android:
>>
>> https://puredata.info/downloads/template
>>
>> If you are starting a library or want to port your existing library to 
>> multiple platforms, then the Library Template will make things much easier 
>> for you. Libraries in this format are very easy to install and they 
>> integrate tightly with Pd, providing things like namespace support, meta 
>> data for the search function, a listing in the Help Browser, etc. It handles 
>> building on all supported platforms (currently GNU/Linux, GNU/Hurd, 
>> GNU/kFreeBSD, Mac OS X/Universal, Windows/MinGW, Windows/Cygwin, Android, 
>> Apple iOS). Using this template makes it trivially easy to package your 
>> library for Debian, Ubuntu, Fedora, Gentoo, etc.
>>
>> Find out all about it here:
>> https://puredata.info/docs/developer/LibraryTemplate
>>
>> .hc
>> ___
>> Pd-announce mailing list
>> pd-annou...@iem.at
>> http://lists.puredata.info/listinfo/pd-announce
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
> 
> 
> 

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


Re: [PD] Small work offer: Help to compile an external in windows

2013-05-07 Thread Jonathan Wilkes
Flext documentation implies that the vanilla source includes a pthreads.h file 
which
hasn't been true for some time.

Is there some workaround when using mingw to build flext, or do I have to go 
down
another rabbit hole and install this:

http://www.mingw.org/wiki/pthreads_library

Thanks,
-Jonathan





>
> From: dreamer 
>To: dreamer  
>Cc: PD-List ; João Pais  
>Sent: Tuesday, April 30, 2013 1:30 PM
>Subject: Re: [PD] Small work offer: Help to compile an external in windows
> 
>
>
>Still no clue how you would have to do this on windows, but on linux I figured 
>it out:
>
>https://github.com/chikashimiyama/Pd_leapmotion/issues/1#issuecomment-17240397
>
>It works and 'does things'. Now slowly trying to figure out how to make sense 
>of the data :)
>
>
>
>
>On Tue, Apr 30, 2013 at 12:15 PM, dreamer  wrote:
>
>I just tried building the external on linux.
>>Unfortunately when I load the object I get: leapmotion.pd_linux: undefined 
>>symbol: _ZN17flext_root_singlenwEj'
>>
>>
>>I have neven used flext before, so I have no idea what causes this. If anyone 
>>can comment on this.
>>
>>
>>
>>Just to recap, this is what I did:
>>svn co https://svn.g.org/ext/trunk/flext flext
>>
>>
>>Then the non-autoconf instructions for building.
>>
>>
>>
>>git clone git://github.com/chikashimiyama/Pd_leapmotion.git
>>
>>
>>Then in this dir:
>>gcc -o main.o -I/usr/local/include/flext/ 
>>-I../../leapmotion/Leap_Dev_Kit_0.7.9_3461/LeapSDK/include/ -DFLEXT_SYS=2 -c 
>>main.cpp
>>gcc -o Dispatcher.o -I/usr/local/include/flext/ -DFLEXT_SYS=2 Dispatcher.cpp
>>g++ -rdynamic -shared -o leapmotion.pd_linux main.o Dispatcher.o -lc -lm 
>>-L/usr/local/include 
>>-L../../leapmotion/Leap_Dev_Kit_0.7.9_3461/LeapSDK/lib/x86 -lflext-pd_s -lLeap
>>
>>
>>
>>Resulting in the forementioned error.
>>
>>
>>
>>On Mon, Apr 29, 2013 at 1:20 PM, João Pais  wrote:
>>
>>To whoever might interest,
>>>
>>>I wanted to compile Chikashi Myiama's leapmotion external for Pd in windows, 
>>>using T Grill's Flext architecture.
>>>
>>>As I'm not a programmer, it isn't practical to learn how to prepare the 
>>>building environment on my own; I also would doubt that anyone will do this 
>>>work on its own in the near future, I would be interested to know if anyone 
>>>with windows building skills would be interested in teaching me how to 
>>>prepare my system to build this (and other?) externals.
>>>
>>>I'm doing this proposal on my own, without the support of any institution 
>>>behind me. Being sure that I can't offer a full programmer's salary, anyway 
>>>I would be interested to know if anyone out there is interested in making me 
>>>an offer.
>>>
>>>Can you send your replies directly to my mail?
>>>
>>>Best regards,
>>>
>>>João Pais
>>>
>>>___
>>>Pd-list@iem.at mailing list
>>>UNSUBSCRIBE and account-management -> 
>>>http://lists.puredata.info/listinfo/pd-list
>>>
>>
>
>___
>Pd-list@iem.at mailing list
>UNSUBSCRIBE and account-management -> 
>http://lists.puredata.info/listinfo/pd-list
>
>
>___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] chaining glsl effects Re: pidip

2013-05-07 Thread me.grimm
im just getting a chance to look at this closer.

i think the idea is to be able to insert a glsl effect as easy as i
would a pix object into a chain however I want. it should be easy
enough that beginner students could just throw a couple of effects
between [pix_video] and [pix_texture] for example as though it WAS a
pix object.

there is a description in marius's paper at pdcon09 but his objects
were lost do to server crash i guess.

http://gem.iem.at/community/conventions/convention09/schebella.pdf

ive also been looking at [pix_shader] which is a good starting point.

i thought i would write a follow up thinking about this because maybe
there should be some more glsl documentation? or maybe clearer
documentation?

i also notice that the [pix_texture] help file has no description for
Inlet 2... h

ive seen some attempts at some sort of jitter/glsl (which i know
nothing about) called [glsl.slab] and [glsl.slab2]???

but maybe its not possible to make the glsl stuff work so clean and
intuitively as marius's paper describes at least not as far as my
understanding can go.

Again, it should be as easy as:

[gemhead]
|
[pix_video]
|
[glsl-effect-01]
|
[glsl-effect-02]
|
[pix_gain] (or whatever)
|
[glsl-effect-03]
|
[pix_texture]
|
[rectangle 5.5 4]


... but maybe im dreaming.

m


On Thu, Feb 7, 2013 at 2:54 PM, Cyrille Henry  wrote:
>
>
> Le 07/02/2013 19:02, me.grimm a écrit :
> ...
>
>> glsl effects (i never did quite figure out an easy way to chain effects)
>
> use framebufffer :
> render the image in a framebuffer with a shader, then draw the 1st
> framebuffer texture in a 2nd framebuffer with a 2nd shader etc.
> it's quite easy, and hundred time faster than doing video computing in CPU.
>
> cheers
> c



--

m.e.grimm | m.f.a | ed.m.
megr...@gmail.com
_

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


Re: [PD] High CPU usage when tracks are muted (Raspberry Pi)

2013-05-07 Thread Dan Wilcox
Ja, I made that in 2 seconds before I went out the door. Thanks for catching 
the delay error.

On May 5, 2013, at 3:48 PM, pd-list-requ...@iem.at wrote:

> From: Roman Haefeli 
> Subject: Re: [PD] High CPU usage when tracks are muted (Raspberry Pi)
> Date: May 5, 2013 3:48:19 PM EDT
> To: pd-list@iem.at
> 
> 
> On Son, 2013-05-05 at 12:42 -0400, Dan Wilcox wrote:
>> Even though you don't have audio coming out when you're muting, you're
>> still doing dsp. You should put each channel in a sub patch or
>> abstraction and use [switch~] to enable/disable that abstraction. This
>> is super important with low resource machines. The best fix is to do a
>> quick (10-5ms) fade in/out when muting/unmuting, then hit [switch~] so
>> you don't get any clicks:
> 
> this part:
> 
> 
> [unpack f f]
> |/
> [del ]
> |
> [switch~]
> 
> 
> is most likely not doing what you are expecting it to do.  A [delay]
> outputs only bangs and no numbers. [switch~ ], however, will only
> compute one block when banged.
> 
> Also the [unpack]-[del] combination is weird as it first sets the delay
> time to 5 and then immediately to 1 or 0 (depending on which message got
> banged). Also, you don't want to apply the delay to both messages. When
> fading in, computation must be already turned on. The delay is only
> required for the fade-out.
> 
> I modified slightly to what I think you meant to do.
> 
> Roman


Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com





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


Re: [PD] [PD-announce] library template v1.0.14 released!

2013-05-07 Thread me.grimm
hey hans.

the link off the pd wiki under get template gives me "The
"/libraries/template/..mplate-1.0.14.tar.gz" file could not be found
or is not available. Please select another file."

also would it make sense to add the macosx-embed-dependencies.sh
script to the template?

m

On Tue, May 7, 2013 at 2:30 PM, Hans-Christoph Steiner  wrote:
>
> I just posted v1.0.14 of the Library Template that fixes some build issues on 
> recent Mac OS X and Android:
>
> https://puredata.info/downloads/template
>
> If you are starting a library or want to port your existing library to 
> multiple platforms, then the Library Template will make things much easier 
> for you. Libraries in this format are very easy to install and they integrate 
> tightly with Pd, providing things like namespace support, meta data for the 
> search function, a listing in the Help Browser, etc. It handles building on 
> all supported platforms (currently GNU/Linux, GNU/Hurd, GNU/kFreeBSD, Mac OS 
> X/Universal, Windows/MinGW, Windows/Cygwin, Android, Apple iOS). Using this 
> template makes it trivially easy to package your library for Debian, Ubuntu, 
> Fedora, Gentoo, etc.
>
> Find out all about it here:
> https://puredata.info/docs/developer/LibraryTemplate
>
> .hc
> ___
> Pd-announce mailing list
> pd-annou...@iem.at
> http://lists.puredata.info/listinfo/pd-announce
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list



-- 

m.e.grimm | m.f.a | ed.m.
megr...@gmail.com
_

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


[PD] [PD-announce] library template v1.0.14 released!

2013-05-07 Thread Hans-Christoph Steiner

I just posted v1.0.14 of the Library Template that fixes some build issues on 
recent Mac OS X and Android:

https://puredata.info/downloads/template

If you are starting a library or want to port your existing library to multiple 
platforms, then the Library Template will make things much easier for you. 
Libraries in this format are very easy to install and they integrate tightly 
with Pd, providing things like namespace support, meta data for the search 
function, a listing in the Help Browser, etc. It handles building on all 
supported platforms (currently GNU/Linux, GNU/Hurd, GNU/kFreeBSD, Mac OS 
X/Universal, Windows/MinGW, Windows/Cygwin, Android, Apple iOS). Using this 
template makes it trivially easy to package your library for Debian, Ubuntu, 
Fedora, Gentoo, etc.

Find out all about it here:
https://puredata.info/docs/developer/LibraryTemplate

.hc
___
Pd-announce mailing list
pd-annou...@iem.at
http://lists.puredata.info/listinfo/pd-announce

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


Re: [PD] template external library

2013-05-07 Thread Hans-Christoph Steiner

Thanks, I made a new release today:
https://puredata.info/downloads/template

.hc

On May 7, 2013, at 12:39 PM, J Oliver wrote:

> I'm saying that one compiled out of the box and the other one didn't...
> 
> J
> 
> 
> On May 7, 2013, at 9:42 AM, Hans-Christoph Steiner wrote:
> 
>> 
>> I don't quite understand.  Are you saying that the links are broken, or that 
>> the version that you downloaded didn't work?
>> 
>> .hc
>> 
>> On Apr 29, 2013, at 5:28 PM, J Oliver wrote:
>> 
>>> Hi all, 
>>> 
>>> Just a note that at least in OSX 10.7.5
>>> 
>>> The following links are different
>>> 
>>> http://puredata.info/downloads/template (doesn't work)
>>> 
>>> https://puredata.info/docs/developer/MakefileTemplate (works)
>>> 
>>> The first one is therefore a bit problematic...
>>> 
>>> best,
>>> 
>>> J
>>> ___
>>> Pd-list@iem.at mailing list
>>> UNSUBSCRIBE and account-management -> 
>>> http://lists.puredata.info/listinfo/pd-list
>> 
> 

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


Re: [PD] template external library

2013-05-07 Thread J Oliver
I'm saying that one compiled out of the box and the other one didn't...

J


On May 7, 2013, at 9:42 AM, Hans-Christoph Steiner wrote:

> 
> I don't quite understand.  Are you saying that the links are broken, or that 
> the version that you downloaded didn't work?
> 
> .hc
> 
> On Apr 29, 2013, at 5:28 PM, J Oliver wrote:
> 
>> Hi all, 
>> 
>> Just a note that at least in OSX 10.7.5
>> 
>> The following links are different
>> 
>> http://puredata.info/downloads/template (doesn't work)
>> 
>> https://puredata.info/docs/developer/MakefileTemplate (works)
>> 
>> The first one is therefore a bit problematic...
>> 
>> best,
>> 
>> J
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
> 

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


Re: [PD] the next PdCon in...

2013-05-07 Thread Hans-Christoph Steiner

I've had no news from Dan Wilcox or Golan Levin about it.  Last I heard from 
them, Dan said that Golan was still up for hosting something, but a smaller 
event.  Dan, any news?

.hc

On Apr 18, 2013, at 8:25 PM, Alexandre Torres Porres wrote:

> Hi there, the silence about this is kinda worrying me. Seems to me we may 
> pass on this year, right?
> 
> cheers
> 
> 2013/4/1 Alexandre Torres Porres 
> For those who don't know: "here" means Brazil.
> 
> 
> 2013/4/1 Alexandre Torres Porres 
> On that matter, why don't we start discussing this. What I have to ask is, 
> how good or bad can it be that the conventions start coming yearly but 
> smaller? Is it better to wait 2-3 years for a bigger/blastfull one?
> 
> I'm not sure about the answer.
> 
> All I can say is what I've said before. We're planing to start an yearly 
> event here in 2012, and we could host pd in a similarly tied fashion - too 
> early to say how big it could be either.
> 
> anyway, holding on for your thoughts before I start saying something ;)
> 
> cheers
> Alex
> 
> cheers
> 
> 
> 2013/3/27 Hans-Christoph Steiner 
> 
> Golan Levin and Dan Wilcox are the people at CMU that would be the organizers.
>  From what I've heard, they are interested in doing something, but probably a
> smaller version, and tied to the VIA art festival, so the dates would only be
> Oct 1-5:
> 
> http://www.via-pgh.com/
> 
> So we should decide whether that sounds workable, or whether we should just
> focus all efforts on getting a full pdcon next year.
> 
> .hc
> 
> On 03/26/2013 10:33 AM, Epic Jefferson wrote:
> > No answer?! Who is organizing?
> >
> >
> > On Sat, Mar 23, 2013 at 8:19 PM, Alexandre Torres Porres
> > wrote:
> >
> >> I was just gonna ask the same again :)
> >>
> >>
> >> 2013/3/23 Epic Jefferson 
> >>
> >>> Has there been any progress on the date? and if the pd-con will be in
> >>> Pittsburgh?
> >>>
> >>>
> >>> On Tue, Jan 15, 2013 at 3:49 PM, Hans-Christoph Steiner 
> >>> wrote:
> >>>
>  On 01/15/2013 12:44 PM, J Oliver wrote:
> >>> first week of October
> >>> 2013
> >
> > Is this the week starting on Oct 7th?
> > J
> 
>  My guess is that its Sept 30 thru Oct 5th, but I'll double-check.
> 
>  .hc
> 
>  ___
>  Pd-list@iem.at mailing list
>  UNSUBSCRIBE and account-management ->
>  http://lists.puredata.info/listinfo/pd-list
> 
> >>>
> >>>
> >>>
> >>> --
> >>> www.epicjefferson.com
> >>> www.avmachinists.org Puerto Rico based Art Collective/ Non-Profit Org
> >>>
> >>> ___
> >>> Pd-list@iem.at mailing list
> >>> UNSUBSCRIBE and account-management ->
> >>> http://lists.puredata.info/listinfo/pd-list
> >>>
> >>>
> >>
> >
> >
> 
> 
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list

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


Re: [PD] template external library

2013-05-07 Thread Hans-Christoph Steiner

I don't quite understand.  Are you saying that the links are broken, or that 
the version that you downloaded didn't work?

.hc

On Apr 29, 2013, at 5:28 PM, J Oliver wrote:

> Hi all, 
> 
> Just a note that at least in OSX 10.7.5
> 
> The following links are different
> 
> http://puredata.info/downloads/template (doesn't work)
> 
> https://puredata.info/docs/developer/MakefileTemplate (works)
> 
> The first one is therefore a bit problematic...
> 
> best,
> 
> J
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list

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


Re: [PD] How to set up OpenCv in pd (Windows)

2013-05-07 Thread Hans-Christoph Steiner

My guess is that it would't be too hard to do for someone who has compiled 
software before.  The place to start would be setting up the MinGW toolchain 
used by Pd-extended:

http://puredata.info/docs/developer/WindowsMinGW

For building OpenCV, you can probably skip the "Building library dependencies 
for Windows from SVN '/sources'" section.

.hc

On May 5, 2013, at 5:43 PM, Antoine Villeret wrote:

> hello, 
> 
> unfortunately I never built pix_opencv on Windows (but I do on Mac OS X and 
> Linux)
> and I've no plan do to that because 1) I know anything about Windows platform 
> and 2) I don't have such a computer
> I hope this is ready to build on Windows but I'm not sure...
> but you are welcome to share your experience if you want to try :-)
> 
> best
> 
> a
> 
> --
> do it yourself   
> http://antoine.villeret.free.fr
> 
> 
> 2013/4/25 skafrenz 
> Hello everyone, I could not find instructions about how to set up OpenCv for 
> Pure Data (Windows). Can anyone help or tell me where to find instructions?
> Thank you guys :)
> 
> Francesco
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
> 
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list


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


[PD] Xth sense on archlinux ?

2013-05-07 Thread Fero Kiraly
Hallo list,

Was anybody successful to run Xth sense software (based on pd) on archlinux
?

pdx 0.43.4

Where I see problems is th 64 bit incompatibility with the xth sense libs,
which are precompiled:

pd-externals/xth-sense-lib/line3.pd_linux:
/home/paum/pd-externals/xth-sense-lib/line3.pd_linux: wrong ELF class:
ELFCLASS32

and TCL errors like this:

(Tcl) INVALID COMMAND NAME: invalid command name ".x7f4e941406b0.c"
while executing
".x7f4e941406b0.c create image 901 776 -image 7f4e94924050PHOTOIMAGE -tags
7f4e94924050PHOTO"
("uplevel" body line 929)
invoked from within
"uplevel #0 $cmds_from_pd"

thanks for reply

-- 
Fero Kiraly
www.ferokiraly.com
www.cluster-ensemble.com
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] How to force OSS MIDI via command line argument

2013-05-07 Thread Cyrille Henry

hello,

I have the same problem.
but i don't understand your answer : what did you put in the .pdsetting?

cheers
c

Le 15/02/2013 19:36, Miller Puckette a écrit :

This is probably something I should fix... MIDI used to default to 'OSS'
on linux and now defaults to 'alsa' - but I'm not sure that's really
the appropriate default.  In any event, since it now defaults to alsa we
clearly need a 'ossmidi' flag!

In the meantime, I put this in my .pdsetting o nthe pi so I can get OSS
MIDI by default, and then it's possible again to say -alsamidi to override
that to get ALSA if needed.

cheers
Miller

On Fri, Feb 15, 2013 at 10:31:41AM +0100, Antoine Villeret wrote:

hi,

I need to force the use of OSS MIDI instead of alsa on my RPi.
I don't know why, alsa is the default whereas there is nothing saying that
in startup flags nor in config file.
There is a -alsamidi, but is there an -ossmidi option ?

cheers

antoine

--
do it yourself
http://antoine.villeret.free.fr



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



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



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