[PD] spectral mapping, anyone?

2013-11-11 Thread Jeppi Jeppi
Hi,just looking for some ready to be used spectral mapping effects implemented 
in pd, anything available?Specifically, just a way to slightly remap harmonics 
to make pitched sounds inharmonic.There is a paper by Alexandre 
http://www.uni-weimar.de/medien/wiki/images/Dissonance_Model_Toolbox_in_Pure_Data.pdf
 but I couldn't find the link to the sources.

Many thanks in advance!Josep m
  ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] offline rendering?

2013-06-15 Thread Jeppi Jeppi
Hi all,
would you think it could be a way for pd to generate audio to file faster than 
realtime?
 
josep
  ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] offline rendering?

2013-06-15 Thread Jeppi Jeppi
awesome, works like a charm!
thanks Claude!

 Date: Sat, 15 Jun 2013 10:02:34 +0100
 From: cla...@mathr.co.uk
 To: pd-list@iem.at
 Subject: Re: [PD] offline rendering?
 
 On 15/06/13 09:53, Jeppi Jeppi wrote:
  would you think it could be a way for pd to generate audio to file faster 
  than realtime?
 
 pd -batch
 
 ___
 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] chroma

2013-06-04 Thread Jeppi Jeppi
Just to clarify,A chroma feature is just an spectrogram warped into the 
12-semitone ET pitch class space

http://labrosa.ee.columbia.edu/matlab/chroma-ansyn/
So for each audio frame you get a vector of 12 values. That's useful for chord 
and tonality recognition.
By stream based I just meant realtime. Not file-based analysis.Josep

 Date: Mon, 3 Jun 2013 17:00:25 +0200
 From: zmoel...@iem.at
 To: pd-list@iem.at
 Subject: Re: [PD] chroma
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 2013-06-03 16:26, Jeppi Jeppi wrote:
  Hi again people,just wonder whether has anyone attempted to
  implement a stream-based chroma descriptor in Pd.
 
 it would be great if you could clarify your expressions chroma and
 stream-based.
 
 (in Pd we are dealing with loads of totally different streamed media
 that have chroma)
 
 fgmsdr
 IOhannes
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.12 (GNU/Linux)
 Comment: Using GnuPG with Icedove - http://www.enigmail.net/
 
 iEYEARECAAYFAlGsr4YACgkQkX2Xpv6ydvSu+ACgt/RzObVbCsBC10lCCqs2i45c
 GGsAoMRYmT227cnhML7p+Aadcwf0vSR9
 =iXF5
 -END PGP SIGNATURE-
 
 ___
 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] chroma

2013-06-03 Thread Jeppi Jeppi
Hi again people,just wonder whether has anyone attempted to implement a 
stream-based chroma descriptor in Pd.
Many thanks,Josep M   ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] fof~?

2013-06-01 Thread Jeppi Jeppi
Hi people,I was looking for the [fof~] object but it doesn't seem to be 
available any longer. Any hints?Any other sync/async granular stuff could do as 
well...
Thanks in advanceJosepM   ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] OSCroute question

2013-05-28 Thread Jeppi Jeppi
Hi again,I would like to get rid of certain received OSC messages containing a 
particular string, say I want to filter out all /synth1 messages coming from 
lots of different sources
a/synth1/parm2 0.45b/synth1/parm2 0.45c/synth1/parm2 0.45d/synth1/parm2 
0.45(...)
I could of course OSCroute all */synth1 manually (I can't specify a string 
beginning with * in OSCroute, everything goes thru) but, would it be a more 
elegant way to do so?
Thanks in advance!Josep m
  ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] tcpserver buffer size issues

2013-05-15 Thread Jeppi Jeppi
Hi,
I am having some issues with M.Peach's [tcpserver] object. I get some spureous, 
incorrect messages which seem to behave in a weird way according to the buffer 
size. Apparently some messages are splitted. I saw in 
http://www.mail-archive.com/pd-dev@iem.at/msg06056.html that it was supposed to 
be a [timeout( message which would help solving this issue, but it seems it is 
no longer recognised?
Any help welcome!
Josep M
  ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] Lowpass to Highpass morph

2013-04-22 Thread Jeppi Jeppi
Hi again,
I am looking for a suitable filter or combination of filters such that with a 
single control the user can morph somehow between very 
lowpass-lowpass-flat-highpass-very highpass response... 
What pd filters would you find suitable for that?
  ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] netserver issue

2013-04-07 Thread Jeppi Jeppi


Hi all,

Is there a limit of about 256 floats that be sent as a
single message with [netserver]? I attach an example which makes pd explode as
soon as the long message is sent with the client connected or not.

If so, would it be a way to allow for larger buffers?  Many thanks in 
advance!Josep m Tested with Pd extended 0.42.5 under Windows7.

  

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


Re: [PD] some issues with dynamic patching

2013-03-24 Thread Jeppi Jeppi

Many thanks to you all,
[initbang] seems just what I was looking for. As for individual, dynamic firing 
with [loadbang], the problem with

[loadbang(
|
[send pd-foo.pd]

is that I have several foo abstractions and I would like to fire them 
individually. So, by now [initbang] seems the way to go.
Josep M


 From: reduz...@gmail.com
 To: pd-list@iem.at
 Date: Sun, 24 Mar 2013 12:25:35 +0100
 Subject: Re: [PD] some issues with dynamic patching
 
 On Sam, 2013-03-23 at 15:39 +0200, Alexandros Drymonitis wrote:
  Concerning [loadbang] you should use [initbang] instead AFAIK. But
  that's not vanilla.
 
 There are two separate issues to be considered:
 
 [initbang] should be used when you dynamically create xlets within an
 abstraction, so that those are created before the connections of the
 parent are drawn.
 
 I think what OP means is that [loadbang]s in dynamically created
 abstractions do not fire too late, but not at all. Whether this is a
 feature or a bug is not clear to me, but it is the current behavior
 which has been discussed many times on this list. To me this behavior
 actually makes sense. It allows you to first create many instances of
 the abstraction dynamically and only then let them loadbang by sending a
 'loadbang' message to their canvasses.
 
 Roman
 
 
 
 
 ___
 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] some issues with dynamic patching

2013-03-23 Thread Jeppi Jeppi

Hi all,
just two questions regarding Pd's messaging system.
-When I suppres an object by using a find  cut set of messages to pd, I get a 
consistency check error. It is properly erased and nothing wrong seems to 
happen but, could this error be avoided? Could it be eventually dangerous?

-When I instantiate dynamically an abstraction (not a pd native object, but an 
abstraction), it does not receive a proper loadbang message. And I should have 
a way to initialize dynamically created abstractions, taking into account that 
I instantiate several of them and initialization should be performed 
indiviually.

Any hints welcome!
Josep M   ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] midifile+tempo control

2012-08-13 Thread Jeppi Jeppi

Hi all,I am looking for a simple way to play midifiles from pd and being able 
to set alter their base tempo. It seems Mr.Peach [midifile] doesn't offer that 
possibility so, what would you suggest me to do?Thanks in advanceJosep M
 ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] looking for peak/notch pair

2012-08-07 Thread Jeppi Jeppi

Hi,I need a pair com truly complementary peak/notch filters in pd, such that 
cascading them is guaranteed to provide a flat magnitude response. Does anyone 
know whether there is a suitable filter pair for that in pd or pd extended? Any 
2nd order filter with adjustable center freq. would do.
Having the sources available would help as I need to test them outside 
too.Thanks in advance!Josep
  ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] ipoke~ ?

2012-06-06 Thread Jeppi Jeppi

Hey,I wonder whether there is something similar to Max' ipoke~ (an 
interpolating buffer~ writer) for Pd. I should need it for some physical 
modelling and resampling stuff. Otherwise, I could implement it myself. It 
seems only interpolated reading is available (tabread4~ and similar ones), not 
writing.
Thanks in advanceJosep M  ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] bigger symbols

2012-05-23 Thread Jeppi Jeppi

Hi all,any easy (and hopefully standard) way to display a bigger and better 
looking symbol than the default [symbol] object (Ctrl-4)?Thanks!
Josep M   ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] bigger symbols

2012-05-23 Thread Jeppi Jeppi

Great idea, thanks :)josep

 From: reduz...@gmail.com
 To: pd-list@iem.at
 Date: Wed, 23 May 2012 17:56:30 +0200
 Subject: Re: [PD] bigger symbols
 
 On Wed, 2012-05-23 at 17:34 +0200, Jeppi Jeppi wrote:
  Hi all,
  any easy (and hopefully standard) way to display a bigger and better
  looking symbol than the default [symbol] object (Ctrl-4)?
  Thanks!
 
 Yup, send the message 'label yoursymbol' to any of the iemguis. I often
 use [cnv] for exactly this purpose.
 
 Roman
 
 
 
 ___
 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] netsend~ for libpd

2012-03-04 Thread Jeppi Jeppi

Hi people!well this is a feature request...I see the netsend~/netreceive~ 
objects from http://www.nullmedium.de/dev/netsend~/ are not included in the 
pd-extended release. They are *super* useful and I would like to know if there 
is any replacement to send audio streams through a network (fast,not a 
webcast/icecast broadcast scheme).Indeed, I would like to have them included in 
libpd...how should I proceed to do that?
Thanks in advance!Josep M ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] web patching

2012-03-03 Thread Jeppi Jeppi

Hi people,just a bit weird question...is there any other (graphical) way to 
create PD patches than the provided tcl/tk interface? Specially, a way to patch 
from a web page (?)...
By the way, do you think Pd can handle dynamic instancing of audio patches 
without audio dropouts? What specific tricks could help with it? I know audio 
is interrupted when the DSP tree is rebuilt, but I don't know exactly whether 
this always happens and if there are some techniques to avoid it. I need a way 
to keep audio running while an user is adding or removing some audio-processing 
abstractions.   ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] osc logger

2012-02-18 Thread Jeppi Jeppi

Hi all,I build a [coll]-based OSC logger to save to a file all the OSC activity 
received from the network (coming from 9 to 12 nodes). Unfortunately it seems 
it severely interferes with realtime audio in that PD instance when too much 
OSC is received.I wonder if any of you tried a different approach.
Thanks in advance,Josep M ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] error: vbap: no method for 'loudspeaker-matrices'

2012-02-15 Thread Jeppi Jeppi

I don't think this solves the problem, I load them in order [t b b]-[import 
vbap]   -[import define_loudspeakers]
and still get that error: vbap: no method for 'loudspeaker-matrices'error.I 
made sure vbap is not in the list of binaries to load. ggee is, not sure 
whether it loads it.I also get the warning vbap: Could not open loudspeaker 
data file .../ls_setupBy the way, [vbap] is so poorly doccumented... :(
The whole sequence of warning I get when loading a simple example is:
define_loudspeakers - v1.0.3 - 12 Aug 2006 - (c) Ville Pulkki 1999-2006vbap: 
already loadeddefine_loudspeakers: already loadedvbap: Using default 
loudspeaker setupvbap: Could not open loudspeaker data file .../ls_setup

So, what functional version should I use? We need vbap working for our piece.
Thanks!Josep M
 From: h...@at.or.at
 Date: Tue, 14 Feb 2012 12:51:27 -0500
 To: katjavet...@gmail.com
 CC: pd-list@iem.at
 Subject: Re: [PD] error: vbap: no method for 'loudspeaker-matrices'
 
 
 On Feb 14, 2012, at 11:26 AM, katja wrote:
 
  On Tue, Feb 14, 2012 at 4:05 PM, Christoph Kuhr christoph.k...@web.de 
  wrote:
  
  but when i want to use define_loudspeakers with a vbap module, pd 
  complains:
  
  error: vbap: no method for 'loudspeaker-matrices'
  
  
  In vbap.c method 'vbap_matrix' is called via message
  'loudspeaker-matrices', yet the method is not recognized. Possibly
  because the method expects a Symbol argument as well. From the help
  patches I can't understand what it really needs. The C-code speaks of
  'lsset', loudspeaker set I assume.
 
 I think there is a bug in that version.  To workaround it, you need to load 
 [vbap] first, then [define_loudspeaker]
 
 .hc
 
 
 
 [T]he greatest purveyor of violence in the world today [is] my own 
 government. - Martin Luther King, Jr.
 
 
 
 
 ___
 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] coloring arrays

2011-10-24 Thread Jeppi Jeppi

Hi,this is a silly question but,would it be possible to draw array graphs in 
user-selectable colors, or in different brushes besides point/line/curves?The 
ability to overlap graphs is rather useful but everything in BW messes it up.
I know the default array elements are not designed to build rich GUIs at all, 
but still, that simple addition would help IMHOOtherwise, any native-pd 
alternative?Josep M ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] OT: CSound for Live

2011-10-17 Thread Jeppi Jeppi

Looks as a nice combination, Csound for great unique sound designs and Live for 
quick realtime sketches. Yep, you can do the same with Pd, even with bare 
C...but Csound is Csound...respect ;)
I really don't use Live at all...Csound for Pd is even cooler IMHO.
Josep M

From: h...@at.or.at
To: de...@thesaddj.com
Date: Mon, 17 Oct 2011 12:58:48 -0400
CC: pd-list@iem.at
Subject: Re: [PD] OT: CSound for Live


Csound will never die.
.hc
On Oct 16, 2011, at 12:16 PM, Marco Donnarumma wrote:any thought about this?
http://createdigitalmusic.com/2011/10/csound-for-live-the-power-of-csound-in-ableton-with-or-without-any-coding/
 

-- 
Marco Donnarumma
Independent New Media and Sonic Arts Practitioner, Performer, Teacher
ACE, Sound Design MSc by Research (ongoing)
The University of Edinburgh, UK
 ~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com | http://www.thesaddj.com | 
http://www.flxer.net
 Director: http://www.liveperformersmeeting.net
  ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list

 
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 
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Hold TWO numbers until bang??

2011-10-17 Thread Jeppi Jeppi

Sure, many ways...try
[bang(|  [23 45(|  |[list]|[unpack]| |[ /   [  /
List behaves just like [f] but holding listsJosep M
From: timv...@gmail.com
Date: Mon, 17 Oct 2011 15:13:02 +0200
To: bra...@subnet.at
CC: pd-list@iem.at
Subject: Re: [PD] Hold TWO numbers until bang??

yet another way:
use a messageboxes with [set( [add2 $1( and [bang(
See message-help.pd and the [pd changing messages] subpatch in particular.
gr,
Tim

2011/10/17  bra...@subnet.at


hi sebastian



maybe you should dive into the help of pd.



you also could use for example:



[bang

 |  /your first float

 [f]

 |   /your second float

 [pack f f]

 |output



welcome

der.brandt











Zitat von Sebastian Valenzuela svalenzuelamu...@gmail.com:




Hello,



Is there an object that will hold TWO numbers it has received and wait for

an incoming bang to go ahead and SEND them through its output?



Or is there a way to make this work?



I would need this to work more than once.

For example:

*send 0.123 1500 to object*, *send bang which releases 0.123 1500 from

its output*, *send 0.445 677 to object*, *bang which releases 0.445 677*,

etc...



Thank you for taking the time to read this!

Any help is greatly appreciated!

-Sebastian












___

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] RK4 for Pd

2011-08-17 Thread Jeppi Jeppi

Hi all!I would like to know whether there is any object or abstraction 
available to perform numerical integration (at control or audio rate, whatever) 
for Pd.Any examples around there?
Thanks in advance!Josep M ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] formatting sprintf

2011-08-09 Thread Jeppi Jeppi

Hi,
just a simple question...how could I output textfiles from a pd patch (with any 
suitable object dealing with symbols) with \n in them?
It seems I cannot type the \ character in pd...is that true?

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


Re: [PD] netsend/netreceive + GUI bug

2011-08-08 Thread Jeppi Jeppi

That's exactly what happens, some minutes after clients start sending massive 
OSC stuff to my server, its GUI freezes but PD works ok and I can operate with 
sliders and number boxes, though I can't see anything.Frustrating :)
Josep M

 From: h...@at.or.at
 To: ma...@artengine.ca
 Date: Sun, 7 Aug 2011 18:04:37 -0400
 CC: pd-list@iem.at; m...@ucsd.edu; zmoel...@iem.at; martin.pe...@sympatico.ca
 Subject: Re: [PD] netsend/netreceive + GUI bug
 
 
 On Aug 7, 2011, at 5:19 PM, Mathieu Bouchard wrote:
 
  On Sun, 7 Aug 2011, Miller Puckette wrote:
 
  Here's a guess... if incoming (vanilla) netreceive traffic is  
  swamping Pd,
  then since Pd prioritizes input from GUI above output back to GUI,  
  the
  output never gets scheduled.  If that were happening, you'd see the  
  windows
  freeze but still be able to send Pd events from the GUI (hitting  
  buttons in
  the patch, for instance.)
 
  That sounds like the same symptom as when there is an extra unquoted  
  open-brace.
 
 
 What would it take to convince you to port your DD escaping code to Pd  
 0.43? :-D :-D :-D
 
 .hc
 
 
 
 
 Looking at things from a more basic level, you can come up with a more  
 direct solution... It may sound small in theory, but it in practice,  
 it can change entire economies. - Amy Smith
 
 
 
 ___
 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] netsend/netreceive + GUI bug

2011-08-02 Thread Jeppi Jeppi

Deffinitely having the GUI frozen after a while shouldn't happen...I don't get 
any error, it just freezes after some network activity.I use a number of 
network objects, besides netsend (udpreceive, mr peach osc objects...). I whish 
I could track/debug what's the cause :(
Thanks anyway...!Josep M

Date: Mon, 1 Aug 2011 15:25:30 -0400
Subject: Re: [PD] netsend/netreceive + GUI bug
From: santorcuat...@gmail.com
To: i...@vt.edu
CC: jepp...@hotmail.com; pd-list@iem.at

Hello, IMHE, netsend works perfectly in Linux, OSX and Windows, the only thing 
to keep in mind is the ip of the computer to control and call the variables are 
equal, they are sent and those received.

BR


José
2011/8/1  i...@vt.edu

Quoting Jeppi Jeppi jepp...@hotmail.com:






Hi,I would like to know whether there are any fixes to the current oddities 
regarding netsend/netreceive usage and GUI updates. When receiving massive OSC 
data from other laptops, our central patch gets frozen (only the GUI, it still 
works but it is unusable).


This is a rather serious bug which prevents absolutely pd networking...

Ivica's seems disis_netsend to solve it rather well, but it's only for linux. 
Any plans to incorporate such fixes into the canonical version?Thanks in 
advance!Josep M




Those externals should work on all versions of Pd as they in and of themselves 
are not linux-specific.



HTH



Best wishes,



Ico



___

Pd-list@iem.at mailing list

UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list



-- 
http://arselectronicachile.blogspot.com
http://comunicacionnativa.blogspot.com/  

http://www.myspace.com/santorcuato




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


[PD] netsend/netreceive + GUI bug

2011-08-01 Thread Jeppi Jeppi

Hi,I would like to know whether there are any fixes to the current oddities 
regarding netsend/netreceive usage and GUI updates. When receiving massive OSC 
data from other laptops, our central patch gets frozen (only the GUI, it still 
works but it is unusable).
This is a rather serious bug which prevents absolutely pd networking...
Ivica's seems disis_netsend to solve it rather well, but it's only for linux. 
Any plans to incorporate such fixes into the canonical version?Thanks in 
advance!Josep M___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] frozen GUI

2011-06-14 Thread Jeppi Jeppi

Hi all,
I know this is quite a recurrent topic...we are having serious issues with PD 
under Windows. The GUI gets frozen after 15-30min working, possibly due to 
excess of GUI updates, though not sure about that. The audio thread works and 
operating with the GUI is still possible, though with no visual feedback.
Would it be a way to overcome that, or to relaunch/reconnect whatever the GUI 
alone, without having to restart PD?
If removing GUI updates to hidden abstractions might help, I would patienlly 
remove them all...

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


Re: [PD] frozen GUI

2011-06-14 Thread Jeppi Jeppi

Thanks IOhannes,
well I use PD extended 0.42.5 under Windows 7.
The pach has the default GUI elements with intensive updates of their state 
from OSC, both via sends, sets and color updates.

Josep M

Date: Tue, 14 Jun 2011 11:52:23 +0200
From: zmoel...@iem.at
To: pd-list@iem.at
Subject: Re: [PD] frozen GUI

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
On 2011-06-14 10:52, Jeppi Jeppi wrote:
 
 Hi all,
 I know this is quite a recurrent topic...we are having serious issues with PD 
 under Windows. The GUI gets frozen after 15-30min working, possibly due to 
 excess of GUI updates, though not sure about that. The audio thread works and 
 operating with the GUI is still possible, though with no visual feedback.
 Would it be a way to overcome that, or to relaunch/reconnect whatever the GUI 
 alone, without having to restart PD?
 If removing GUI updates to hidden abstractions might help, I would patienlly 
 remove them all...
 
the problem with recurrent issues is, that it is hard to tell whether
they are really appearing again (that is: in new versions of Pd) or
only still appearing (in versions that are known to exhibit the problem)
 
in order to let us know more:
- - which version of Pd are you using?
- - have you used a _recent_ (e.g. 0.43) version of Pd?
 
fmaer
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
iEYEARECAAYFAk33L1QACgkQkX2Xpv6ydvRYJACdGwdahOP0BkqnPpIXLbC3jVuh
paAAoLHpABNjFlO7z8+SjCVdmR6xsOC4
=L1D6
-END PGP SIGNATURE-
 

___
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] fluid~ anywhere?

2011-06-04 Thread Jeppi Jeppi

Hi all,I would like to know whether footils/fluid~ (or any equivalent 
samplebank player) is available, specially as a precompiled library both for 
windows and macosx...I see /footils is no longer included in the pd-extended 
distro...(?)
Thanks in advance,Josep M ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] system calls

2011-05-09 Thread Jeppi Jeppi

Hi,does anyone have a proper patch example of the [system] object?I don't 
really know how to make it work, when I send standard commands (on Windows), 
the console just disappears too fast. Sending a batch with a pause doesn't 
help...so, no idea, my sight is not fast enough to see what's happening :)
Thanks in advance!Josep M ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] system calls

2011-05-09 Thread Jeppi Jeppi

thanks!that did the job
cd $1  dir *  pause
one must change to the current directory as, at least in windows, the [system] 
is launched from windows/system32. I get the current directory by stripping the 
path name from folder_list (clumsy I know...)
Josep M

 Date: Mon, 9 May 2011 19:05:40 +0800
 From: simonzw...@gmail.com
 To: pd-list@iem.at
 Subject: Re: [PD] system calls
 
 On 09/05/11 18:53, Jeppi Jeppi wrote:
 
  Hi,does anyone have a proper patch example of the [system] object?I don't 
  really know how to make it work, when I send standard commands (on 
  Windows), the console just disappears too fast. Sending a batch with a 
  pause doesn't help...so, no idea, my sight is not fast enough to see what's 
  happening :)
  Thanks in advance!Josep M   
 
 In linux or OSX there is a way to make a script open a terminal window which 
 stays open, I guess that would apply to windows also.
 
 Simon
 
 ___
 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] tcpserver for sending files?

2011-05-09 Thread Jeppi Jeppi

Hey,looking at the functionality of [tcpclient] and [tcpserver] objects, I see 
there is a way to send a file through the TCP connection. What does this 
means? could you effectively send files from the filesystem? if so, where are 
them expected to be stored by the other end?It looks exciting but I didn't 
manage to send anything but numbers yet...no real files. Maybe I didn't 
undestand it?
Josep M   ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] msg to abstractions

2011-05-05 Thread Jeppi Jeppi

Hi again,just another question regarding the pd-msg system. Say I have two 
parametrized abstractions [boo 1] and [boo 2] loaded in my patch. When I send a 
message to them to dynamically create some objects inside, I send it as [obj 20 
30 metro 100(---[s pd-boo.pd] which, of course, goes to both instances.
Would it be a way to send the message only to a single instance, maybe taking 
into account the creation parameters?
Adding prefix to the abstraction names is not elegant, as that would require 
previously creating n abstractions, named [1_boo] ,  [2_boo] and so on...clumsy
  ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] msg to abstractions

2011-05-05 Thread Jeppi Jeppi

Hey, many thanks to all for such great trickshacks!
The trick to route messages to a named subpatch turned out to be a chicken-egg 
problem if the subpatches are to be built dynamically as I need...thanks for 
the nice idea anyway :)though obsolete (?) that [namecanvas] really solved my 
problem. Hope it won't be deprecated, as it seems the only way to access 
individual abstraction instances through the pd-msg system. Otherwise a 
(better?) workaround should be provided.Btw where is this iemguts lib?


Date: Thu, 5 May 2011 13:24:22 +0200
From: funssee...@gmail.com
To: cla...@goto10.org
CC: pd-list@iem.at
Subject: Re: [PD] msg to abstractions



2011/5/5 Claude Heiland-Allen cla...@goto10.org

On 05/05/11 11:56, Claude Heiland-Allen wrote:


On 05/05/11 10:31, Jeppi Jeppi wrote:


Adding prefix to the abstraction names is not elegant, as that would

require previously creating n abstractions, named [1_boo] , [2_boo]

and so on...clumsy




Just remembered there is a loader plugin out there somewhere that creates new 
abstractions from a template for any unknown names - not sure where to find it 
though IOhannes might know?

iemguts/autoabstraction?

Funs



___
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] another dynamic patch question

2011-05-04 Thread Jeppi Jeppi

Hi again!I have a subtle question regarding my dynamic patch experiments...say 
I throw~ to a subpatch which processes my audio and sends it back to my main 
patch.
Now I unload (clear) that subpatch and replace it by another one with a 
different process...well, to make it work I must set DSP off and then on once 
again. Any reason why this is required? also, this seem to happen when I open 
the subpatch: the audio is closed and I must restore the dsp...
Josep m   ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] pd-msg redraw after patch clear?

2011-05-03 Thread Jeppi Jeppi

Hi all,I am playing a bit with the pd-msg system, for a dynamic GUI loader I 
need. Say I have a patch A with a subpatch B in it, with contents displayed, 
and a subpatch C inside B with contents (a GUI) displayed as well.From patch A 
I send a [clear( message to B to empty it, and thus be able to load a different 
patch D instead of C.Weird things happen, not all the GUI elements from C are 
cleared unless I minimize the window and maximize it. Also, the sliders in C 
don't seem to work always, or sometimes work but are not visually updated. 
Maybe this could be fixed somehow, or I am doing something wrong?
Thanks in advance!Josep M ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] menu list, how to?

2011-05-01 Thread Jeppi Jeppi

Hey people,I would need a way to display a clickable menu of files (audio files 
somewhere, pd subpatches somewhere else) within a pd patch itself.the 
[tof/menubutton] seems quite suitable but, at least for me, it is apparently 
buggy: I can only choose items by sending a number, not from the menu GUI (I 
get a menubutton: no such object error).Any suggestion regarding either the 
menubutton usage or another way to get a similar functionality?
Thanks in advance!Josep M ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list