[PD] [plugin~] on the pi ?

2014-01-05 Thread Pierre Massat
Dear all,

I'm trying to get [plugin~] to work on Raspbian, to no avail. I have
downloaded and extracted the archive for the Pd community site, install
some plugins (TAP) and ladspa-dsk, and set up the LADSPA_PATH environment
variable manually in ~/.bashrc (it wasn't set automatically).

Pd can't seem to create the [plugin~] object, even though i have added a
reference to the folder i extracted in the Pd path.

Any idea what's going on ? Do I need to recompile it on Raspbian ?

Cheers,

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


[PD] Pd-Extended_0.43.4 with 64-bit Mac OSX 10.8.5

2014-01-05 Thread Francis Derive
Bonjour list !

A Pd/Pd-extended starter here - 0.43.4 and 10.8.5 is not mandatory, however 
increasing with life.

So, no luck launching the 64-bit binary or compiling the 64-bit source.


1) Launching Pd-extended.app issued from 
Pd-0.43.4-extended-macosx106-x86_64.dmg gives :


 /Users/fdiMac/fdiMac apps/AUDIO apps/Pure Data/Pd-extended 
 64bit.app/Contents/Resources/Scripts/../extra/tclpd/tclpd.pd_darwin: 
 dlopen(/Users/fdiMac/fdiMac apps/AUDIO apps/Pure Data/Pd-extended 
 64bit.app/Contents/Resources/Scripts/../extra/tclpd/tclpd.pd_darwin, 10): 
 Symbol not found: _TclFreeObj
 
 Referenced from: /Users/fdiMac/fdiMac apps/AUDIO apps/Pure Data/Pd-extended 
 64bit.app/Contents/Resources/Scripts/../extra/tclpd/tclpd.pd_darwin
 
 Expected in: dynamic lookup




2) Compiling from source Pd-extended_0.43.4-source.tar.bz2 (Xcode 5.0.2 
installed):



From the pd directory I ran - according to INSTALL.txt :
first : ./autogen.sh without error, 
then : ./configure :

 ➜  pd  ./configure
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking for a thread-safe mkdir -p... m4/config/install-sh -c -d
 checking for gawk... no
 checking for mawk... no
 checking for nawk... no
 checking for awk... awk
 checking whether make sets $(MAKE)... yes
 checking whether make supports nested variables... yes
 checking build system type... i386-apple-darwin12.5.0
 checking host system type... i386-apple-darwin12.5.0
 configure: iPhone SDK only available for arm-apple-darwin hosts, skipping 
 tests
 configure: Android SDK only available for arm-linux hosts, skipping tests
 checking for style of include used by make... GNU
 checking for gcc... gcc
 checking whether the C compiler works... no
 configure: error: in 
 `/Users/fdiMac/Documents/DEV/BUILDS/PD/pd-extended_0.43.4/pd':
 configure: error: C compiler cannot create executables
 See `config.log' for more details


which gave a Mac OS X Clang error window which I submitted as well as I could 
to Apple, but I would like to let the interested somebody here to examine the 
config.log.

May be this part of the Configure.log should be enough to paste here :

 ## --- ##
 ## Core tests. ##
 ## --- ##
 
 configure:2520: checking for a BSD-compatible install
 configure:2588: result: /usr/bin/install -c
 configure:2599: checking whether build environment is sane
 configure:2654: result: yes
 configure:2805: checking for a thread-safe mkdir -p
 configure:2844: result: m4/config/install-sh -c -d
 configure:2851: checking for gawk
 configure:2881: result: no
 configure:2851: checking for mawk
 configure:2881: result: no
 configure:2851: checking for nawk
 configure:2881: result: no
 configure:2851: checking for awk
 configure:2867: found /usr/bin/awk
 configure:2878: result: awk
 configure:2889: checking whether make sets $(MAKE)
 configure:2911: result: yes
 configure:2940: checking whether make supports nested variables
 configure:2957: result: yes
 configure:3088: checking build system type
 configure:3102: result: i386-apple-darwin12.5.0
 configure:3122: checking host system type
 configure:3135: result: i386-apple-darwin12.5.0
 configure:3180: iPhone SDK only available for arm-apple-darwin hosts, 
 skipping tests
 configure:3277: Android SDK only available for arm-linux hosts, skipping tests
 configure:3434: checking for style of include used by make
 configure:3462: result: GNU
 configure:3533: checking for gcc
 configure:3549: found /usr/bin/gcc
 configure:3560: result: gcc
 configure:3789: checking for C compiler version
 configure:3798: gcc --version 5
 Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
 Target: x86_64-apple-darwin12.5.0
 Thread model: posix
 Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr 
 --with-gxx-include-dir=/usr/include/c++/4.2.1
 configure:3809: $? = 0
 configure:3798: gcc -v 5
 Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr 
 --with-gxx-include-dir=/usr/include/c++/4.2.1
 Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
 Target: x86_64-apple-darwin12.5.0
 Thread model: posix
 configure:3809: $? = 0
 configure:3798: gcc -V 5
 clang: error: argument to '-V' is missing (expected 1 value)
 clang: error: no input files
 configure:3809: $? = 1
 configure:3798: gcc -qversion 5
 clang: error: no input files
 configure:3809: $? = 1
 configure:3829: checking whether the C compiler works
 configure:3851: gcc  -O3 -funroll-loops   -L/sw/lib conftest.c  5
 0  clang 0x0001017b9c3f main + 24869327
 1  clang 0x0001017b9f64 main + 24870132
 2  libsystem_c.dylib 0x7fff94f2a90a _sigtramp + 26
 3  libsystem_c.dylib 0x7fff67798c00 _sigtramp + 3532055312
 4  libsystem_c.dylib 0x000101c4377e _sigtramp + 1825672846
 5  libsystem_c.dylib 0x000101c470a7 _sigtramp + 1825687479
 Stack dump:
 0.Program arguments: 
 

Re: [PD] [PD-announce] PuREST JSON 1.0.0 and 1.0.0-json-c-0.10 released

2014-01-05 Thread Thomas Mayer
Hi,

On 03.01.2014 18:27, Thomas Mayer wrote:
 Hello,

 Binaries for Windows and Debian i386 and amd64:
 http://ix.residuum.org/pd/purest_json.html

I have uploaded binaries for Raspbian as well. Download those also from
http://ix.residuum.org/pd/purest_json.html

Thanks,
Thomas
-- 
Anything can be a tool - poverty, war. War is useful because it
is effective in so many areas. (Bijaz to Hayt in: Frank Herbert -
Dune Messiah)
http://www.residuum.org/

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


Re: [PD] [plugin~] on the pi ?

2014-01-05 Thread IOhannes m zmölnig
On 2014-01-05 17:13, Pierre Massat wrote:
 Dear all,
 
 I'm trying to get [plugin~] to work on Raspbian, to no avail. I have
 downloaded and extracted the archive for the Pd community site, install
 some plugins (TAP) and ladspa-dsk, and set up the LADSPA_PATH environment
 variable manually in ~/.bashrc (it wasn't set automatically).
 
 Pd can't seem to create the [plugin~] object, even though i have added a
 reference to the folder i extracted in the Pd path.
 
 Any idea what's going on ? Do I need to recompile it on Raspbian ?
 


$ sudo aptitude install pd-plugin

mfg,hi.hi
IOhannes



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


[PD] Does CPU affinity help Pd's performance?

2014-01-05 Thread Alexandros Drymonitis
This is kind of a third thread I create about some drop outs I get with Pd
and Jack. Anyone thinks that CPU affinity can help my situation? Anyone
applies CPU affinity when using Pd? If so, how can I do it? I'm on Ubuntu
12.04 with Pd-0.45-4 and Jack 1.9.8
Also, I've installed indicator-cpufreq in order to set the CPU to a fixed
frequency but that won't help either...
Can anyone help me out?
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Does CPU affinity help Pd's performance?

2014-01-05 Thread Roman Haefeli
On Sun, 2014-01-05 at 21:46 +0200, Alexandros Drymonitis wrote:

 Also, I've installed indicator-cpufreq in order to set the CPU to a
 fixed frequency but that won't help either...

My observation with similar setups (Pd on Ubuntu) is that CPU scaling
doesn't react fast enough for Pd. When doing live music with lots of
synthesizer patches, I often see the CPU stuck at the lowest frequency,
although drop-outs occur. In performance situation I usually set the CPU
frequency manually to the maximum value.  My guess is, that even if
doesn't help now, it might help you later, once you fixed your current
problem. 

Roman




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


[PD] Fwd: compil .py .pyo to pyext

2014-01-05 Thread Philippe Boisnard
Hi, and HNY 

I search to compile a python script (.py = .pyo)
but the result is not good 

In fact I use : 
python -O -m compileall basedonne.py
result : basedonne.pyo, but it's not good for pyext

I have tested with simple.py for example, but it's the same result, my 
simple.pyo is not good


I don't know where is my problem ?
it's not pyext, because I have a good python script 
I think that it's my compilation 


best regards

p

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