[PD] separate list of symbols

2013-08-04 Thread Mirko Maier
hi all,



id like to separate a list (with floats or symbols) with a given separator into two lists.



for example, my input list ist



[hi i am a robot(



and i want to give am as a separator,



that i receive two lists as output:



[hi i(

and

[am a robot(



(the second list includes the separator).



it should also work with floats and symbols and floats mixed.



any cheap solution? thanks for help.



best

Mirko

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


[PD] separate list of symbols

2013-08-04 Thread Mirko Maier
hi all,

(sorry, the previous mail didn't work because of html)
 
i'd like to separate a list (with floats or symbols) with a given separator 
into two lists.
 
for example, my input list ist
 
[hi i am a robot(
 
and i want to give am as a separator,
 
that i receive two lists as output:
 
[hi i(   
and  
[am a robot(
 
(the second list includes the separator).
 
it should also work with floats and symbols and floats mixed.
 
any cheap solution? thanks for help.
 
best
Mirko

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


Re: [PD] pd 0.43 report

2012-10-16 Thread Mirko Maier


 my main patch, in pd 0.42 i can send the message ; pd open mytool.pd
 tools/, then mytool.pd opens. but doesn't work in pd 0.43
 
 This does not work for me in both Pd-extended 0.42.5 and 0.43.4.  Attached
 is my test patch:

yes, in fact it doesn't work for me either. strange, in another patch it works. 
maybe roman is right about where pd is started.

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


Re: [PD] pd 0.43 report

2012-10-15 Thread Mirko Maier
hi hans-christoph,

  I've found some deviations from previous pd versions in pd 0.43
 (extended) (on Win XP):
  
  - in previous versions, with the message pd open [patch.pd] [folder]/;
 you could open a patch in a subfolder, which doesn't work in pd 0.43
 
 Can you provide an example patch of this?  What are the details of
 [folder]?

i have a subfolder tools, and there is e.g. the patch mytool.pd. in my main 
patch, in pd 0.42 i can send the message ; pd open mytool.pd tools/, then 
mytool.pd opens. but doesn't work in pd 0.43


  - dynamic patching: i have this message: 
  
  editmode 1, mouse 12526 541 0 0, motion 12526 2000 0, mouseup 12526
 2000 0 0, mouse 21 -500 0 0, mouseup 25 1999 0 0, cut, mouse 12526 2000 0
 0, motion 12526 541 0, mouseup 100 100 0 0
  
  (sent to a pd-window). in pd 0.43 i need to divide the message in two
 parts:
  
  editmode 1, mouse 12526 541 0 0, motion 12526 2000 0, mouseup 12526
 2000 0 0
  
  and
  
  mouse 21 -500 0 0, mouseup 25 1999 0 0, cut, mouse 12526 2000 0 0,
 motion 12526 541 0, mouseup 100 100 0 0
  
  and i need a delay of at least 4ms between both actions that it works
 properly.
 
 Try removing the 'motion' messages, the 'mouseup' message should be enough
 to register a click.  Otherwise, can you post an example patch?

no doesn't work without motion. i admit, this might be a special case. the 
problem is, i want to delete the whole subwindow, but in the window there is 
besides other things the object image. When deleting image several times, 
it ultimatively crashes. that's why i make this dynamic hack, moving the image 
far away, deleting everything else and then move the image back to its original 
place.
anyway, pd 0.42 and pd 0.43 obviously have different behaviour there.

  - i regret that there's no path menu anymore / the path function in
 the preferences doesn't work when entering a path name with spaces (then,
 stuff like vslider doesn't work anymore). i have a path including spaces,
 therefore the path-function was very helpful.
 
 You can still use -path command line flags, or manually edit the registry
 to add global paths in the old style.  Or you can open up File -
 Message... and enter:
 
 pd start-path-dialog
 
 Or in a patch: [;pd start-path-dialog(

yeah, but with paths including spaces it's quite a problem then. why not 
keeping the old comfortable way? is there any harm about it?

  - as already posted yesterday, key doesn't detect the tabulator key
 anymore (unfortunately i use this key in my patches very often)
 
 This was happening on all platforms, I think.  I attached a patch that
 fixes it for me, and will be in upcoming nightly builds.

thanks.

best
mirko

 
 .hc
 

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


[PD] pd 0.43 report

2012-10-14 Thread Mirko Maier
hi list,

I've found some deviations from previous pd versions in pd 0.43 (extended) (on 
Win XP):

- in previous versions, with the message pd open [patch.pd] [folder]/; you 
could open a patch in a subfolder, which doesn't work in pd 0.43

- dynamic patching: i have this message: 

editmode 1, mouse 12526 541 0 0, motion 12526 2000 0, mouseup 12526 2000 0 0, 
mouse 21 -500 0 0, mouseup 25 1999 0 0, cut, mouse 12526 2000 0 0, motion 
12526 541 0, mouseup 100 100 0 0

(sent to a pd-window). in pd 0.43 i need to divide the message in two parts:

editmode 1, mouse 12526 541 0 0, motion 12526 2000 0, mouseup 12526 2000 0 0

and

mouse 21 -500 0 0, mouseup 25 1999 0 0, cut, mouse 12526 2000 0 0, motion 
12526 541 0, mouseup 100 100 0 0

and i need a delay of at least 4ms between both actions that it works properly.

- i regret that there's no path menu anymore / the path function in the 
preferences doesn't work when entering a path name with spaces (then, stuff 
like vslider doesn't work anymore). i have a path including spaces, therefore 
the path-function was very helpful.

- as already posted yesterday, key doesn't detect the tabulator key anymore 
(unfortunately i use this key in my patches very often)


i hope this report is helpful.

best
Mirko

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


[PD] tabulator-key isn't detected in pd 0.43?

2012-10-13 Thread Mirko Maier
hi list,

apparently, different from previous versions, key doesn't recognize the 
tabulator key, is that true? is that an error to be fixed or will that remain? 
unfortunately a lot of my patches work with that key.

(it's on win xp)

best
mirko

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


Re: [PD] comma into a textfile

2012-06-26 Thread Mirko Maier
@jack:

thank you, that's almost the solution,
but I get '\\,' from makefilename. (same problem is with '\\{' )

and it's not possible with stripfilename to remove the \\. is there a 
solution?

@olivier: thanks, but i am working on win xp..

best
mirko


jack wrote:

Maybe, something like that ? :

[44(
|
[makefilename %c]
|
[add hello$1 world, rewind, bang(
|
[textfile]
|
[print]

++

Jack
-- 
NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone!  

Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a

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


[PD] comma into a textfile

2012-06-26 Thread Mirko Maier
hi jack,

thanks, still not possible. a textfile containing commas (with \,) cannot be 
read properly, at least not in a way that the comma is again fed into another 
textfile.

[textfile] -gives out c,
|
[add $1(
|
[textfile]

doesn't work,
the same with

[textfile] -gives out add c,
|
[textfile]

my goal is: i want to create lilypond scores out of pd. but the lilypond syntax 
has signs like comma, backslash and curly brackets. e.g. low pitches are 
notated in lilypond with commas, like c, or c,,

how would an ascii solution be?

@olivier: thanks, but link doesn't lead to a patch

best
mirko
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

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


Re: [PD] comma into a textfile

2012-06-26 Thread Mirko Maier
hey jack,

thank you very much, works, but:
when saving the textfile (write test1.txt) and opening it in an ordinary 
editor, i have instead of a single comma a \,. is there any hope...?

best
mirko

 Original-Nachricht 
 Datum: Tue, 26 Jun 2012 16:47:15 +0200
 Von: Jack j...@rybn.org
 An: pd-list@iem.at
 Betreff: Re: [PD] comma into a textfile

 Le 26/06/2012 15:20, Mirko Maier a écrit :
  hi jack,
 
  thanks, still not possible. a textfile containing commas (with \,)
 cannot be read properly, at least not in a way that the comma is again fed
 into another textfile.
 
  [textfile] -gives out c,
  |
  [add $1(
  |
  [textfile]
 
  doesn't work,
  the same with
 
  [textfile] -gives out add c,
  |
  [textfile]
 
  my goal is: i want to create lilypond scores out of pd. but the lilypond
 syntax has signs like comma, backslash and curly brackets. e.g. low
 pitches are notated in lilypond with commas, like c, or c,,
 
  how would an ascii solution be?
 
  @olivier: thanks, but link doesn't lead to a patch
 
  best
  mirko
 
 Hello,
 
 Have a look to this patch.
 Hope it will help.
 ++
 
 Jack
 
 
 

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

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


Re: [PD] comma into a textfile

2012-06-26 Thread Mirko Maier

 It is a normal that you get a comma in your text file when you use
 'write' message on [textfile].
 Because Pd escape the comma to read it back with [textfile].
 But you shouldn't get this \ when you 'read' this same text file with
 [textfile].
 ++

 Jack

yeah, but i want to read the written text file then in another software 
(lilypond), and there the backslash is bad...

Mirko
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

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


Re: [PD] comma into a textfile

2012-06-26 Thread Mirko Maier
ok, hoped for a solution within pd(extended on windows).

thanks
mirko

 Original-Nachricht 
 Datum: Tue, 26 Jun 2012 18:03:29 +0200
 Von: Jack j...@rybn.org
 An: Mirko Maier mir...@gmx.de
 CC: pd-list@iem.at
 Betreff: Re: [PD] comma into a textfile

 Le 26/06/2012 18:00, Mirko Maier a écrit :
  It is a normal that you get a comma in your text file when you use
  'write' message on [textfile].
  Because Pd escape the comma to read it back with [textfile].
  But you shouldn't get this \ when you 'read' this same text file with
  [textfile].
  ++
 
  Jack
  yeah, but i want to read the written text file then in another software
 (lilypond), and there the backslash is bad...
 
  Mirko
 
 So, remove backslashes with a bash script (for example) when you save
 the text file with 'write' message.
 ++
 
 Jack
 
 
 

-- 
NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone!  

Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a

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


[PD] comma into a textfile

2012-06-25 Thread Mirko Maier
hi all,

is there a possibility to create a textfile containing commas?

that means, somehow a add xxx, message should be sent into textfile.

any help? thanks a lot.

best
mirko
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

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


[PD] GEM: record split screen (with multiple rectangles)?

2012-06-02 Thread Mirko Maier
hi list,

i would like to record (with pix_record) a split screen combination of 
several videos. the problem: to gather several videos on one screen, I have to 
make all of them smaller (with rectangle), so i have multiple rectangles. but 
with pix_record, you can only record one single rectangle. is there a 
solution..? thanks for help.

best
mirko
-- 
NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone!  

Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a

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


[PD] nop as patch chord segmentation - gui version?

2012-04-01 Thread Mirko Maier
hi list,

as some of you might use it this way, with nop / nop~ (no operation) you 
can actually have segmented patch chords in pd. i wonder if someone could write 
a gui version (a small point e.g.) which is smaller than the ordinary object 
box? i can't but i think it would be a good thing.

best
mirko
-- 
NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone!  

Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a

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


Re: [PD] nop as patch chord segmentation - gui version?

2012-04-01 Thread Mirko Maier
super, thanx, simple solution!

best
mirko

 Original-Nachricht 
 Datum: Sun, 01 Apr 2012 12:04:06 +0200
 Von: Cyrille Henry c...@chnry.net
 An: Mirko Maier mir...@gmx.de
 CC: pd-list@iem.at
 Betreff: Re: [PD] nop as patch chord segmentation - gui version?

 hello
 
 i prefer using t a and +~ better than nop and nop~  since they are
 vanilla only objects.
 anyway, here are simple graphical version.
   
 hope that help
 
 Cyrille
 
 
 Le 01/04/2012 11:37, Mirko Maier a écrit :
  hi list,
 
  as some of you might use it this way, with nop / nop~ (no operation)
 you can actually have segmented patch chords in pd. i wonder if someone
 could write a gui version (a small point e.g.) which is smaller than the
 ordinary object box? i can't but i think it would be a good thing.
 
  best
  mirko

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

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


[PD] data structures- polygones with and without arrays

2012-03-22 Thread Mirko Maier
hi list,

is there a way to have in one window both polygones with and without arrays? 
at least i can define two separate templates, but then the pointer gets 
confused.
on pd-ext 0.42, Win XP. thanks for help.

cheers
mirko
-- 
NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone!  

Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a

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


Re: [PD] get console messages within patch

2011-06-24 Thread Mirko Maier
Hey IOhannes,

thank you, but could you please explain it a bit more in detail? I am not a 
complete newbie, but not so much into the pd-list speak. I searched in the list 
for the question, but there was no comprehensible solution shown...
It's on pd extended 0.42.5 on Win XP.

best
mirro

 Hi list,
 
 I wonder if there is a possibility to receive console messages within a 
 patch. Could be helpful, for instance, when there is a certain error that 
 should immediately trigger a reaction. 
 Thanks for advice.

i guess there are some answers for that in the archives.

the simplest is probably still
$ pd -stderr 21 | pdsend  localhost udp

and then have
[netreceive  1]
listen for your output.

fgmasdr
IOhannes
-- 
NEU: FreePhone - kostenlos mobil telefonieren!  
Jetzt informieren: http://www.gmx.net/de/go/freephone

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


[PD] get console messages within patch

2011-06-23 Thread Mirko Maier
Hi list,

I wonder if there is a possibility to receive console messages within a patch. 
Could be helpful, for instance, when there is a certain error that should 
immediately trigger a reaction. 
Thanks for advice.

Best
Mirko
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

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


[PD] image doesn't work after clearing big patch

2011-06-21 Thread Mirko Maier
hi list,

i have a patch window with a (big) image, using günther geigers image 
external (win xp), and with some data structures. using the clear message for 
the window a couple of times and then reloading the image (between 10 and 25 
times of clearing and reloading), it doesn't load anymore. does anyone know a 
solution?

best
mirko
-- 
NEU: FreePhone - kostenlos mobil telefonieren!  
Jetzt informieren: http://www.gmx.net/de/go/freephone

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


[PD] numeric order

2011-06-19 Thread Mirko Maier
hi everybody,

i have textfile like

1 this;
4 my;
3 is;
10 file;

and i would like to put it into numerical order, so that the final result is

1 this;
3 is;
4 my;
10 list;

the only possibility i found was a recursive use of minmax, but i have huge 
lists and then it is very cpu-expensive. is there any object for numerical 
ordering or something shorter than using minmax? thanks for hints.

best
mirko
-- 
NEU: FreePhone - kostenlos mobil telefonieren!  
Jetzt informieren: http://www.gmx.net/de/go/freephone

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


[PD] numeric order - pool?

2011-06-19 Thread Mirko Maier
hi list,

i found the pool object, which presumably can put a textfile into numeric 
order, but i don't find the way. can anybody help? 

(in my mailing before, i meant 10 file)

best
mirko
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

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


[PD] numeric order - pool?

2011-06-19 Thread Mirko Maier
thank you, works perfect with lifop

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

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


[PD] sel doesn't recognize tabread-values

2009-10-31 Thread Mirko Maier
hi list,

does anybody know why sel doesn't recognize a value from an array?

see attached pd patch, running on pd 0.39

thanx-
mirko

#N canvas 107 125 706 381 12;
#N canvas 0 0 450 300 graph3 0;
#X array array1 10 float 3;
#A 0 0.0428575 -0.657144 -0.642859 -0.614287 -0.585716 -0.557144 -0.585716
-0.57143 -0.242857 -0.371429;
#X coords 0 1 9 -1 200 140 1;
#X restore 36 33 graph;
#X obj 305 130 tabread array1;
#X obj 305 188 sel -0.57143;
#X obj 305 214 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X msg 305 104 7;
#X floatatom 305 160 12 0 0 0 - - -;
#X text 343 100 why doesn't sel recognize the value??;
#X connect 1 0 5 0;
#X connect 2 0 3 0;
#X connect 4 0 1 0;
#X connect 5 0 2 0;
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

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


Re: [PD] sel doesn't recognize tabread-values

2009-10-31 Thread Mirko Maier
thank you,
strange, after restarting it worked. the unexplainable reason is that i loaded 
the array values with soundfiler. after that, sel doesn't recognize the 
values (only after restarting pd).

greets
mirko

 Original-Nachricht 
 Datum: Sat, 31 Oct 2009 15:55:23 +0100
 Von: Jack j...@rybn.org
 An: Mirko Maier mir...@gmx.de
 CC: pd-list@iem.at
 Betreff: Re: [PD] sel doesn\'t recognize tabread-values

 It works fine here.
 pd-ext 0.41.4
 Ubuntu 9.04
 ++
 
 Jack
 
 
 Le samedi 31 octobre 2009 à 15:40 +0100, Mirko Maier a écrit :
  hi list,
  
  does anybody know why sel doesn't recognize a value from an array?
  
  see attached pd patch, running on pd 0.39
  
  thanx-
  mirko
  
  #N canvas 107 125 706 381 12;
  #N canvas 0 0 450 300 graph3 0;
  #X array array1 10 float 3;
  #A 0 0.0428575 -0.657144 -0.642859 -0.614287 -0.585716 -0.557144
 -0.585716
  -0.57143 -0.242857 -0.371429;
  #X coords 0 1 9 -1 200 140 1;
  #X restore 36 33 graph;
  #X obj 305 130 tabread array1;
  #X obj 305 188 sel -0.57143;
  #X obj 305 214 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
  -1;
  #X msg 305 104 7;
  #X floatatom 305 160 12 0 0 0 - - -;
  #X text 343 100 why doesn't sel recognize the value??;
  #X connect 1 0 5 0;
  #X connect 2 0 3 0;
  #X connect 4 0 1 0;
  #X connect 5 0 2 0;

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

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


Re: [PD] limiter questions

2009-08-26 Thread Mirko Maier
Hi Derek,

 1) Is there any reason not to use [limiter~] (i.e. to stay Vanilla)?

I would like to understand it! And [limiter~] also produces a dampening not in 
the right moment (my 2nd question).

 2) To avoid clicks, look at:
 
 [num\
 |
 [pack 0 50]
 |
 [line~]

That doesn't work in my patch, there is still a big peak when i give a short 
(10 ms) loud sound.

 3) [env~] gives RMS amplitude which (for a sinusoid) is about 3 dB 
 below peak-to-peak amplitude (from the [env~] help patch).  For a 
 limiter you are definitely interested in the peaks and not the average

Ok, so which object can be used for that?

 4) For something like a limiter, you might want something which does 
 everything in the audio domain rather than switching between audio and 
 messages through signal analysis (for the reason I wrote 
 above...discrete messages give clicks). Again, [limiter~] would be the 

Of course, that would be good. Isn't that possible with pd vanilla or at least 
with a selfmade-patch using objects from pd extended?

cheers
mirko

 best choice here.
 
 best!
 D.
 
 Mirko Maier wrote:
  hi list,
  
  here's a limiter patch but it doesn't work.
  
  i can calculate a limitation for decibels, but how can i adjust it to
 the original signal? and is it possible to avoid any click? 
  
  thanx for hints. 
  mirko
  
  #N canvas 603 162 1007 794 12;
  #X floatatom 426 284 5 0 0 0 - - -;
  #X obj 174 585 *~;
  #X floatatom 375 230 5 0 0 0 - - -;
  #X obj 375 196 env~ 64;
  #X obj 174 140 *~;
  #X obj 173 38 osc~ 440;
  #X obj 237 96 pipe 10;
  #X msg 244 58 4;
  #X msg 278 58 0.5;
  #X obj 276 21 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
  -1;
  #X floatatom 402 87 5 0 0 0 - - -;
  #X floatatom 426 345 5 0 0 0 - - -;
  #X floatatom 321 404 5 0 0 0 - - -;
  #X obj 298 374 *;
  #X floatatom 349 457 5 0 0 0 - - -;
  #X obj 301 638 env~ 64;
  #X obj 175 261 z~ 64;
  #X obj 375 255 moses 90;
  #X obj 426 312 expr 90/$f1;
  #X text 395 387 1st question:;
  #X text 299 21 - 2nd question: is it possible to really get no click?
  ;
  #X text 390 414 it's no problem to limit the number stream (limit is
  90db);
  #X text 420 453 but it should be the same here! how convert?;
  #X text 66 38 test signal;
  #X text 454 86 any amplification \, e.g. 2;
  #X obj 173 732 dac~;
  #X connect 0 0 18 0;
  #X connect 1 0 15 0;
  #X connect 1 0 25 0;
  #X connect 1 0 25 1;
  #X connect 2 0 13 0;
  #X connect 2 0 17 0;
  #X connect 3 0 2 0;
  #X connect 4 0 3 0;
  #X connect 4 0 16 0;
  #X connect 5 0 4 0;
  #X connect 6 0 4 1;
  #X connect 7 0 4 1;
  #X connect 8 0 6 0;
  #X connect 9 0 7 0;
  #X connect 9 0 8 0;
  #X connect 10 0 4 1;
  #X connect 11 0 13 1;
  #X connect 11 0 1 1;
  #X connect 13 0 12 0;
  #X connect 15 0 14 0;
  #X connect 16 0 1 0;
  #X connect 17 1 0 0;
  #X connect 18 0 11 0;
  
 
 -- 
 ::: derek holzer ::: http://blog.myspace.com/macumbista ::: 
 http://www.vimeo.com/macumbista :::
 ---Oblique Strategy # 117:
 Make it more sensual

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

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


Re: [PD] limiter questions

2009-08-26 Thread Mirko Maier
Thank you, but it definitely doesn't limit the signal!

 Original-Nachricht 
 Datum: Wed, 26 Aug 2009 12:16:17 +0200
 Von: Derek Holzer de...@umatic.nl
 An: Mirko Maier mir...@gmx.de
 CC: pd-list@iem.at
 Betreff: Re: [PD] limiter questions

 You may want to investigate the relationship between dB and RMS further. 
 Attached is a working patch, however very crudely. Have a look at the 
 numbers given by the [dbtorms] and [rmstodb] objects. Note use of 
 [line~] as well.
 
 best!
 D.
 
 Mirko Maier wrote:
  Subtract 3 or 4 dB from the original 90 dB you used for the
 calculation? 
  
  I tried to compensate that, but it doesn't have an effect on the
 calculation.
 
 -- 
 ::: derek holzer ::: http://blog.myspace.com/macumbista ::: 
 http://www.vimeo.com/macumbista :::
 ---Oblique Strategy # 173:
 Voice your suspicions

-- 
Neu: GMX Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
für nur 19,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02

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


Re: [PD] limiter questions

2009-08-26 Thread Mirko Maier
Dear Derik,

thank you, that's the solution.

Mirko

 Original-Nachricht 
 Datum: Wed, 26 Aug 2009 12:59:20 +0200
 Von: Derek Holzer de...@umatic.nl
 An: Mirko Maier mir...@gmx.de
 CC: pd-list@iem.at
 Betreff: Re: [PD] limiter questions

 But this one does. Working in RMS values appears to be the solution to 
 your problem.
 
 D.
 
 Mirko Maier wrote:
  Thank you, but it definitely doesn't limit the signal!
  
   Original-Nachricht 
  Datum: Wed, 26 Aug 2009 12:16:17 +0200
  Von: Derek Holzer de...@umatic.nl
  An: Mirko Maier mir...@gmx.de
  CC: pd-list@iem.at
  Betreff: Re: [PD] limiter questions
  
  You may want to investigate the relationship between dB and RMS
 further. 
  Attached is a working patch, however very crudely. Have a look at the 
  numbers given by the [dbtorms] and [rmstodb] objects. Note use of 
  [line~] as well.
 
 -- 
 ::: derek holzer ::: http://blog.myspace.com/macumbista ::: 
 http://www.vimeo.com/macumbista :::
 ---Oblique Strategy # 83:
 How would someone else do it?

-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser

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


Re: [PD] www.pd-tutorial.com

2009-03-18 Thread Mirko Maier
I just wanted to say that this tutorial is really really great,
I hope that much more interested guys will enter pd by working with this 
tutorial. thanks johannes!
-- 
Aufgepasst: Sind Ihre Daten beim Online-Banking auch optimal geschützt?
Jetzt absichern: https://homebanking.gmx.net/?mc=m...@footer.hb

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


[PD] data resolution

2008-09-03 Thread Mirko Maier
hi list,

what is the time resolution on non-signal-domain? milliseconds or even higher?

thanks for info-

mirko
-- 
Pt! Schon das coole Video vom GMX MultiMessenger gesehen?
Der Eine für Alle: http://www.gmx.net/de/go/messenger03

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


Re: [PD] chromatic fft

2008-05-11 Thread Mirko Maier

 Mirko Maier wrote:
  hi list,
  please, i need a hint, is there a possibilty for
  chromatic control over the fft bins?
  
  i think of the pd example I03.resynthesis but having an array with
 chromatic (or same-distant) intervals for the whole range.
 
 
 i guess eric lyon's fftease library is what you might be looking for.

ok, thanx, but which object exactly is it?

regs,
mirko

-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]

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


[PD] chromatic fft

2008-05-06 Thread Mirko Maier
hi list,
please, i need a hint, is there a possibilty for
chromatic control over the fft bins?

i think of the pd example I03.resynthesis but having an array with chromatic 
(or same-distant) intervals for the whole range.

thanx,
mirko
-- 
249 Spiele für nur 1 Preis. Die GMX Spieleflatrate schon ab 9,90 Euro.
Neu: Asterix bei den Olympischen Spielen: http://flat.games.gmx.de

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


[PD] chromatic values for resynthesis

2008-05-04 Thread Mirko Maier
hi list,
does anybody have a patch or idea for the pd example I03.resynthesis that you 
can set chromatic (same-distant) intervals for the whole range?

thanx,
mirko
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

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


Re: [PD] pd-ext.04 libraries don't load on xp!

2008-03-11 Thread Mirko Maier
 Works for me on WinXP.  You'll need to provide more info if you want  
 hlep.

i can't say more than i've installed it (including registry), but then lots of 
objects don't work, e.g. niagara or glue...

mirko

 
 .hc
 
 On Mar 10, 2008, at 9:29 AM, Mirko Maier wrote:
 
  hi list,
  again i've installed pd-ext:
  http://autobuild.puredata.info/auto-build/2008-03-10/Pd-0.40.3- 
  extended-20080310-windowsxp-i386.exe
 
  on win xp and lots of libraries don't load, even zexy. is there no  
  chance...?
 
  greets,
  mirko
  -- 
  GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
  Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]
 
  ___
  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
 



-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

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


[PD] pd-ext.04 libraries don't load on xp!

2008-03-10 Thread Mirko Maier
hi list,
again i've installed pd-ext:
http://autobuild.puredata.info/auto-build/2008-03-10/Pd-0.40.3-extended-20080310-windowsxp-i386.exe

on win xp and lots of libraries don't load, even zexy. is there no chance...?

greets,
mirko
-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]

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


[PD] numeric order

2008-03-03 Thread Mirko Maier
hi list,
i have a textfile with lists in each line, always starting with a number.
i would like to create a new textfile where all these lines are sorted in 
numeric order now. 

so e.g. i have a textfile with this content:

44 hello joe;
2 3 part 4;
9 say hi;
5 88 999 33;

and the result should be:

2 3 part 4;
5 88 999 33;
9 say hi;
44 hello joe;

are there any objects helping me, doin it in pd?

greets,
mirko
-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

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


[PD] wintablet

2007-10-15 Thread Mirko Maier
hi list,
unfortunately, joseph sarlo's wintablet-external for wacom tablets does not 
recognize tilt and angle, and the doesn't work on it any longer.
does anyone feel like writing the external with full wacom-input...?

would be great for all performers.
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

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


[PD] abstraction with variable number of inlets/outlets, bang-demuxx

2007-10-08 Thread Mirko Maier
thank you, luke,
that's the solution.

attached an abstraction that demuxes bangs.

nbang [number of bangs]

inlet: bangs

mirko
-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
#N canvas 960 388 474 567 10;
#X obj 13 67 namecanvas \$0-this;
#N canvas 207 588 603 483 1002-work 0;
#X obj 91 360 s \$0-this;
#N canvas 360 375 474 324 count 0;
#X obj 106 121 f;
#X obj 140 122 + 1;
#X msg 175 58 0;
#X obj 106 30 inlet;
#X obj 106 151 outlet;
#X obj 175 32 initbang;
#X connect 0 0 1 0;
#X connect 0 0 4 0;
#X connect 1 0 0 1;
#X connect 2 0 0 1;
#X connect 3 0 0 0;
#X connect 5 0 2 0;
#X restore 91 91 pd count;
#X obj 170 224 + 1;
#X obj 91 224 + 100;
#X obj 91 71 until;
#X obj 89 21 f \$1;
#X obj 89 -2 initbang;
#X obj 91 115 t a a a;
#X obj 91 279 pack 0 0 0 0 s;
#X msg 91 315 obj \$1 100 r \$5 \, obj \$1 150 bng \, obj \$1 200 outlet
\, connect \$2 0 \$3 0 \, connect \$3 0 \$4 0;
#X obj 179 253 + 2;
#X obj 137 204 t a a a;
#X obj 137 163 * 3;
#X obj 137 184 + 11;
#X obj 132 142 + 1;
#X obj 237 219 + 1;
#X msg 265 279 donecanvasdialog 1 -1 1 0 -1 1 1 \$1 43 95 125;
#X obj 436 233 expr 25 + $f1;
#X obj 436 182 - 1;
#X obj 89 43 t f f;
#X obj 240 103 pipe 1;
#X text 289 102 for some reason \, this is necessary;
#X obj 91 139 * 20;
#X obj 436 204 * 20;
#X obj 249 242 makefilename \$0-r-%d;
#X connect 1 0 7 0;
#X connect 2 0 8 2;
#X connect 3 0 8 0;
#X connect 4 0 1 0;
#X connect 5 0 19 0;
#X connect 6 0 5 0;
#X connect 7 0 22 0;
#X connect 7 1 14 0;
#X connect 7 2 15 0;
#X connect 8 0 9 0;
#X connect 9 0 0 0;
#X connect 10 0 8 3;
#X connect 11 0 8 1;
#X connect 11 1 2 0;
#X connect 11 2 10 0;
#X connect 12 0 13 0;
#X connect 13 0 11 0;
#X connect 14 0 12 0;
#X connect 15 0 24 0;
#X connect 16 0 0 0;
#X connect 17 0 16 0;
#X connect 18 0 23 0;
#X connect 19 0 20 0;
#X connect 19 1 4 0;
#X connect 20 0 18 0;
#X connect 22 0 3 0;
#X connect 23 0 17 0;
#X connect 24 0 8 4;
#X restore 13 45 pd \$0-work;
#X obj 30 148 inlet;
#X obj 30 223 f;
#X msg 66 191 0;
#X obj 66 171 initbang;
#X obj 30 246 + 1;
#X obj 88 216 sel \$1;
#X msg 160 325 symbol bang;
#X obj 30 387 route list;
#X obj 30 274 t f b;
#X obj 30 362 pack s s;
#X obj 30 411 remote;
#X obj 30 325 makefilename \$0-r-%d;
#X connect 2 0 3 0;
#X connect 3 0 6 0;
#X connect 4 0 3 1;
#X connect 5 0 4 0;
#X connect 6 0 3 1;
#X connect 6 0 7 0;
#X connect 6 0 10 0;
#X connect 7 0 4 0;
#X connect 8 0 11 1;
#X connect 9 0 12 0;
#X connect 10 0 13 0;
#X connect 10 1 8 0;
#X connect 11 0 9 0;
#X connect 13 0 11 0;
#X coords 0 0 1 1 45 43 0;
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] abstraction with variable number of inlets/outlets

2007-10-06 Thread Mirko Maier
hi list,
i wonder if it's possible to write an abstraction that has a variable number of 
inlets or outlets, given as argument.

i've tried it with messages like

;pd-[argument file name] inlet 10 10

and so on, but then you always get asked if you want to discard changes, cause 
of course you shouldn't save these changes in the abstraction.

impossible?

greets,
mirko
-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger

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


[PD] spectral shift

2007-06-23 Thread Mirko Maier
hello list,
does anybody have a fft patch with the possibility to transpose each bin 
individually?

regards,
mirko
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

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


[PD] binweise delay

2007-06-05 Thread Mirko Maier
alright,
my mistake was that i didn't use integers as multiples of the binsize for 
reading out the buffers. now it's working fine.

a final question: having 2 buffers (for real  imag) sized 1 milliseconds, 
i can have a maximum delay of 2496 ms. is that because of 4 overlapping windows?

mirko

 Original-Nachricht 
Datum: Mon, 4 Jun 2007 22:59:08 +0300
Von: ugur guney [EMAIL PROTECTED]
An: Mirko Maier [EMAIL PROTECTED]
Betreff: Re: [PD] binweise delay

 http://crca.ucsd.edu/~msp/techniques/latest/book-html/node179.html
 # You can take a look at this page for help in FFT.
 # How did you impelement the buffered analysis?
 # I think something like this could work: If the number of bins is 2*N,
 prepare N tables with size N samples. 1st table has one in 1st sample and
 zero everywhere. Similarly n'th table has 1 in n'th sample and zero in
 other
 samples. This tables will be used to pick up n'th bin from the mixed
 analysis.
 # Then prepare 2*N [*~] objects and multiply real and imag output of
 [rfft~]
 with [tabreceive~ preparedTableN]. This way every bin will be seperated,
 every pair has the amplitude and phase information of only one bin.
 # Then apply delay's to every pair and sum all delayed real and imaginary
 parts seperately. Finally put these two signals to [rifft~]
 # If I doesn't have two final exams this week, I'll try to implement what
 I've said. Good days!
 -ugur guney-
 
 
 On 6/4/07, Mirko Maier [EMAIL PROTECTED] wrote:
 
  hi list,
  is there a possibility for binwise spectral delay with fft? i tried to
  write the analysis in buffers and read it time-variably out before
  re-synthesizing, but that didn't work (in fact buffer writing / reading
 the
  analysis did not work at all).
 
  mirko
 
  --
  Pt! Schon vom neuen GMX MultiMessenger gehört?
  Der kanns mit allen: http://www.gmx.net/de/go/multimessenger
 
  ___
  PD-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 

-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

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


[PD] binweise delay

2007-06-04 Thread Mirko Maier
hi list,
is there a possibility for binwise spectral delay with fft? i tried to write 
the analysis in buffers and read it time-variably out before re-synthesizing, 
but that didn't work (in fact buffer writing / reading the analysis did not 
work at all).

mirko

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger

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