Le 02/05/2014 15:19, u...@xdv.org a écrit :
hello,
i have dedicated some time to updating my system, ending up with ubuntu
14.04 doing the occasional patching now.
everything pd related went relatively painless, just had to rebuild Gem,
but gridflow's stuck and won't move a bit and i have no clu
fade in and out is quite easy to do with a toggle, a [pack f 1000] for
setting the line time, and [line~] to do the ramp on the [*~] that is
multiplying [readfs~] signal, but for automatic fadeout there is a need
to know the length of the sound file obviously.
Le 22/04/2014 13:33, Simon Wise
Le 09/04/2014 01:45, Alexandre Torres Porres a écrit :
Hi there. I'm trying to find a way to plot the frequency response
of [bp~].
Hello, I don't know if it helps, in ggee there are filter objects that
are applying formula for biquad coefficients, it's easy to use those
formula in expr and
Hello jack,
I don't know about raspberry, but it seems tcltk is used for te GUI,
so what about using [sys_gui] for generating the interface?
a toplevel -fullscreen should be able to do what you are looking for,
it's also possible to create fonts
Le 22/09/2013 19:10, Jack a écrit :
Hello,
:
Can you remind me what OS and audio hardware you're on? (I tested this
on Windows XP / ASIO4ALL but clearly I need to figure out how to test other
configurations somehow.)
cheers
Miller
On Sun, Aug 18, 2013 at 03:25:09PM +0200, Colet Patrice wrote:
Le 18/08/2013 03:51, Miller Puckette a
Le 18/08/2013 03:51, Miller Puckette a écrit :
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm
or via git from sourceforge:
git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data
git checkout 0.45-0test1
Got ASIO working again on PC (it was a
ev 12" ? I don't know
why that would happen.
cheers
Miller
On Sat, Jul 27, 2013 at 03:46:49AM +0200, Colet Patrice wrote:
Le 27/07/2013 00:39, Colet Patrice a écrit :
Hello,
I'm trying to find out why portaudio doesn't work with my windows
machine.
pd doesn't stuck anymo
Le 07/08/2013 08:15, pured...@11h11.com a écrit :
hi all,
i have more than 50 OSC messages to [routeOSC], i would like to avoid
having to cut and paste & click and drag. what are my options here?
[routeOSC /knob1 /knob2 ...]
| |
[s $0-knob1] [s $0-knob2]
thanks
someting like
Le 27/07/2013 00:39, Colet Patrice a écrit :
Hello,
I'm trying to find out why portaudio doesn't work with my windows
machine.
pd doesn't stuck anymore if I put Pa_Terminate() at the end of
function "static void pa_init(void)" in s_audio_pa.c
I don't unders
Hello,
I'm trying to find out why portaudio doesn't work with my windows machine.
pd doesn't stuck anymore if I put Pa_Terminate() at the end of function
"static void pa_init(void)" in s_audio_pa.c
I don't understand why Pa_Terminate() is not used anymore, it's under
comments in function in
Le 26/07/2013 20:53, Jonathan Wilkes a écrit :
I just tested my demo buid using asio via port audio with the "Test
Audio and MIDI" patch and it seems to work.
what system are you using? Mine is windows vista home premium SP2.
___
Pd-list@iem.at
Hello, I think that we are facing windows specific errors with libtool
that should be resolved under windows...
Le 26/07/2013 15:15, Antoine Villeret a écrit :
hi,
i'm also trying to build Pd vanilla under Windows 7 with MinGW since
yesterday
I follow all the things on
http://puredata.info/d
Le 26/07/2013 19:11, Jonathan Wilkes a écrit :
Hi List,
Update on the Preferences dialog window for Pd.
* Now it has a "Help" button with a first stab at help patches for
"Audio", "Midi", and "GUI" prefs
* Works in OSX and Windows as well as GNU/Linux
I've tried it out, nice work, what
Hello,
Le 26/07/2013 02:33, Jonathan Wilkes a écrit :
Hello list,
Before I go down yet another infinitely deep rabbit hole, has
anyone actually compiled a _working_ Pd 0.44 Vanilla using mingw?
If so, what did you do other than
a) avoiding compiling in a directory that has spaces somewh
Le 15/07/2013 02:34, Фывапр Олджэвич a écrit :
Can i somehow load and play 1 hour of HQ audio into [soundfiler], for
example ? What are the ways to do that with basic (vanilla) PD ?
Also you may want to use [readsf~] instead
___
Pd-list@iem.at ma
Le 15/07/2013 02:34, ?? a écrit :
Hi !
Are PD-tables limited in loading audio ? Never managed to load and
play file longer then minute .. it just doesn't load it.
Can i somehow load and play 1 hour of HQ audio into [soundfiler], for
example ? What are the ways to do that with b
what is the continuality of this concept?
- Mail original -
De: "Richie Cyngler"
À: "TAD BISAHA"
Cc: pd-list@iem.at, "hardoff goes bananas"
Envoyé: Samedi 15 Octobre 2011 02:28:51
Objet: Re: [PD] very compressed chip sounds
As long as we're doing conceptual patches... I win! (does inc
Can we have a view of one of these pieces written with "modern notation"?
just to have a clue about what we are saying in here.
I've played several pieces where composers like K. H. Stockhausen used their own
notation, not based on a standard, in fact there is no standard for microtonal
music b
Selon Mathieu Bouchard :
>
> forgot to answer this one...
>
> On Tue, 6 Jul 2010, patko wrote:
>
> > If the rythm is played like every step with no accent, no one would make
> > a difference between 11:8 , 4:4, 7:16 ...
>
> I always thought of the metric as something that happens not only with
> r
- "IOhannes m zmoelnig" a écrit :
> "safe" value. "1" is not very safe (it triggers messages quite
> often),
> so i'd say "something higher" (20, 100, 1000?) or (as you seem to
> suggest) nothing at all.
after reflexion, 1000 or even 500 (120 BPM) sounds like good default value for
that ki
Indeed, this line shouldn't affect the right inlet
$ diff -uw x_time.c.old x_time.c
--- x_time.c.old 2010-04-28 11:16:06 +
+++ x_time.c 2010-04-28 12:13:51 +
@@ -119,6 +119,7 @@
static void *metro_new(t_floatarg f)
{
t_metro *x = (t_metro *)pd_new(metro_class);
+ if (f < 1) f = 20;
what about setting metro default argument to same as delay?
just for awkward windows users like me
$ diff -uw x_time.c.old x_time.c
--- x_time.c.old 2010-04-28 11:16:06 +
+++ x_time.c 2010-04-28 11:16:30 +
@@ -107,7 +107,7 @@
static void metro_ft1(t_metro *x, t_floatarg g)
{
- if
Hello,
I'm working over an object that is sequencing list items symmetrically over
time,
at some level we can randomize time lengths.
it's attached and only needs [list-find].
I'm wondering if there is such list object and/or class object
in pd patches repository?
acw,
patko
#N canvas
- "Peter Plessas" a écrit :
> Be advised that there is many ways of mapping faders to mulipliers.
> Depending on your practice it is common to have the 0dB (unity gain)
> mark somewhere 4/5 up the fader's range, which is inherited from
> analogue mixing desks and which I have found usefu
- "Peter Plessas" a écrit :
> colet.patr...@free.fr wrote:
> > now it just need to display correct db values
> gem_vu ist designed to be used with the prvu~ abstraction (Musil,
yes, this object is quite usefull, in fact I meant that I need to set up
the amplitude modulation for getting
I've made an hybrid with the gem vu-meter and the v-slider mouse bindings,
by adding a background image it looks like a decent little mixer track
http://megalego.free.fr/pd/Gem/HA_Mixer/gem_fader.jpg"; />
http://megalego.free.fr/pd/Gem/HA_Mixer/HA_fader.zip
now it just need to display corre
- "Dan Wilcox" a écrit :
> I mainly want easy to use, gui objects for song building etc that are
> state saving. I'm always checking out example patches sent to the list
> and adding things.
>
This example is really near what I'd need to do for playing music easy with pd,
the song is in
very nice work!
are you planning to add an enveloppe gen for controlling filter poles
assignment or adsr ?
I've attached pd console messages,
not for getting help to make it work on me,
just to show how it work on pd-extended
(Pd 0.43.0devel-20100126)
I use to put sssad/sssad in my abs so it
l the settings that has effect on all the the tracks,
> like hiding all different parts of the tracks
> or setting peak detection time, copy-paste track params, an track edit
> window (so we can see all settings) ...
>
>
>
> For going further in the discussion, I'd need t
er.
>
> there are also all the settings that has effect on all the the tracks,
> like hiding all different parts of the tracks
> or setting peak detection time, copy-paste track params, an track edit
> window (so we can see all settings) ...
>
>
>
> For going further in the d
very cool!
are you also projecting to include mouse bindings for grabbing a slider in
there?
- "Peter Plessas" a écrit :
> colet.patr...@free.fr wrote:
> >
> >
> > - "Roman Haefeli" a écrit :
> >
> >> A VU-meter is very expensive to have in a Pd-window,
> unfortunately.
>
> unl
- "Roman Haefeli" a écrit :
> A VU-meter is very expensive to have in a Pd-window, unfortunately.
> those things are hardware accelerated
> (which
> would be cool to have in Pd as well, also inside Pd windows).
Vu-meter internal isn't hardware accelerated?
.
For going further in the discussion, I'd need to try Mx EQ's and dynamic
processing fx.
This mixer is a cool project, and I'd love to use it in mine, but I'd need to
make a stand alone patch.
is there such one?
- Mail Original -
De: "Roman Haefeli&quo
hmmm, in fact I'm using workstations like ardour, (I don't often use ardour
thought even if I've set a bunch of scripts to configure jackd and pd with it)
since ages for producing
sounds or instruments made with dataflow stuff, I just wanted to check if
someone has invented this wheel in pd...
Maybe you mean by delta, finding an algorithm that is able to add delta values
between note On and note Off messages?
http://253.ccarh.org/handout/vlv/
- Mail Original -
De: "colet patrice"
À: "Rory Walsh"
Cc: "pd-list"
Envoyé: Jeudi 22 Avril 2010
e Off (the same note with velocity zero)
that's also why there is an object like [poly] that can redistribute those On
and Off notes.
Just read about midi protocol!
- Mail Original -
De: "Rory Walsh"
À: "colet patrice"
Envoyé: Mercredi 21 Avril 2010 19h56:56 GM
there is no midi length message, only midi noteOn for begining and midi noteOff
message for ending
- Mail Original -
De: "PF"
À: "pd-list"
Envoyé: Mercredi 21 Avril 2010 17h31:09 GMT +01:00 Amsterdam / Berlin / Berne /
Rome / Stockholm / Vienne
Objet: [PD] length in midifile
hi
how
anyway, whatever I'd say after this, the answer would be that I'm not a good
musician,
or that pd is not made for me,
or even worth, that I don't have a good taste in music, etc...
I think this is silly to enter into this, because I just want to contribute
with my 'small' inputs, in spite of
thanks, list-group is what I was looking for
- Mail Original -
De: "Frank Barknecht"
À: pd-list@iem.at
Envoyé: Mardi 20 Avril 2010 14h27:52 GMT +01:00 Amsterdam / Berlin / Berne /
Rome / Stockholm / Vienne
Objet: Re: [PD] list build
On Tue, Apr 20, 2010 at 02:02:14PM +0200, colet.patr..
hello,
is there such list-abs?#N canvas 830 399 450 300 10;
#X obj 178 168 i;
#X obj 214 170 + 1;
#X obj 181 129 metro 100;
#X obj 184 82 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 181 232 print;
#X obj 183 207 list-build 10;
#X floatatom 259 169 5 0 0 0 - - -;
#X connect 0 0
- Mail Original -
De: "Ingo Scherzinger"
À: "colet patrice"
Cc: "pd-list"
Envoyé: Mardi 20 Avril 2010 09h03:22 GMT +01:00 Amsterdam / Berlin / Berne /
Rome / Stockholm / Vienne
Objet: AW: [PD] how to type more than one "space" in GEM with
hi,
I tried a quartic enveloppe generator for building a drumbass and observed a
weird modulation,
the ramp signal moves following a cycle around several samples, using vline~
fixes it,
the attached patch shows this weird behavior.
- Mail Original -
De: "Matteo Sisti Sette"
À: re
hello, I didn't have any problem with spaces over Gem text objects using
any2string.
Try this archive, with moocow this external we should find in pd extended
flatspace.
http://megalego.free.fr/pd/Gem/gemtextstring.zip
- Mail Original -
De: "Ingo Scherzinger"
À: "Mathieu Bouchard" ,
Roman,
//--
//- Mail Original -
//De: "Roman Haefeli"
//À: "colet patrice"
//Cc: "Mathieu Bouchard" , "pd-list"
//Envoyé: Samedi 17 Avril 2010 00h14:24 GMT +01:00 Amsterdam / Berlin / Berne /
Rome / Stockholm / Vienne
//Objet: Re: [PD] n
sn't made
in decade.
best
- Mail Original -
De: "Alexandre Porres"
À: "colet patrice"
Cc: "pd-list"
Envoyé: Vendredi 16 Avril 2010 20h38:55 GMT +01:00 Amsterdam / Berlin / Berne /
Rome / Stockholm / Vienne
Objet: Re: [PD] nusmuk_audio WAS: Max Smoothe
cessing data and modulate them has a severe influence on
inspiration.
At the end the best compromise I've found is like obiwannabe's work, where the
patch is the piece.
- Mail Original -
De: "Mathieu Bouchard"
À: "Roman Haefeli"
Cc: "colet patrice
ed where too limited to impose a structure?
- Mail Original -
De: "hard off"
À: "Roman Haefeli"
Cc: "colet patrice" , pd-list@iem.at
Envoyé: Vendredi 16 Avril 2010 16h22:47 GMT +01:00 Amsterdam / Berlin / Berne /
Rome / Stockholm / Vienne
Objet: Re: [PD] n
I'm really asking about the use of puredata, what places could it have in the
sound process,
for the moment it is very good for making some noises or fx processing, and so
cool for driving openGl or sdl.
But I'd like to put this software at a more important place, like mixing all
intruments, s
segmented and curvy cords comes with another patching design,
like in maxMSP where almost all the time the messages order doesn't have an
importance.
Also it's said by some users that max patches works better when everything is
in the same subpatch,
and that is not the case with pd.
Many ot
>Oh, wasn't the metaphor clear, really?
nope
>well, no problem, here you go then... once more...
there you go
>We don't care to know if someone says; "Hey, I got a clarinet", we wanna know
>what he is doing with it, in a sense that it'd make more sense if the person
>would come and say; "
show me a patch that correctly mix soundfiles.
Btw- I don't mean "this will be a 'Hello World' for Pd at some future
point in its development." I just mean it's a good way for users to
test how flexible and expressive their software is in a live setting.
I mean let's face it-- you crash at
I would care about how the clarinette is sounding, if I or a skilled clarinetist
can't make a melody with it, i would play with noises...
Selon Alexandre Porres :
> > pd is just a tool for learning dsp, there is no such project that show how
> > pd is cool to make people moving on the dance floo
thanks, :)
Selon Rory Walsh :
> Sure and wood is ONLY for burning. I don't mean to be rude either but
> if you think music only qualifies as music if people can dance to it
> then that I think perhaps you should learn a little more about it.
> Until then you can get your rocks off to some pd crea
Actual dance floors musics needs a very large handset of tools that also require
best technologies for avoiding sound loss
and having the sound responding correctly through all sound systems.
We use to call the set of composer tools a Workstation.
It's usually easier and sound better with mixing
>> Matteo Sisti Sette a écrit :
>>> Frank wrote:
>>> > It's not so much the tool, as it is the skills that makes music
>>> > sound good.
>>> That is true for really good tools. Needless to say that Pd is one of
>>> them.
sorry, I might going to be rude,
but I've never heard some music complete
for detecting levels with periodic signals, using [env~] and messaging system
seems to make it, like attached example#N canvas 789 123 450 646 12;
#X obj 84 229 env~;
#X obj 100 169 vline~;
#X obj 101 94 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 101 114 metro 1000;
#X obj
is there another project as sophisticated as memento but working on all
platforms?
- Mail Original -
De: "weiss"
À: pd-list@iem.at
Envoyé: Mardi 6 Avril 2010 17h54:02 GMT +01:00 Amsterdam / Berlin / Berne /
Rome / Stockholm / Vienne
Objet: Re: [PD] memento file retore crashes Pd
h
Hello David,
long ago under windows I've removed some crash with memento by replacing
[prepend] with [list prepend]-[list trim], maybe it drives to some hints...
- Mail Original -
De: "David Schaffer"
À: "pd list"
Envoyé: Mardi 6 Avril 2010 10h10:50 GMT +01:00 Amsterdam / Berlin / B
Hello Lorenzo,
do you have something like this in your computer:
Program Files\Pop up Blocker\pd.exe
?
Or maybe Pd.exe has entered into virus database because
- Mail Original -
De: "Ricardo Lameiro"
À: "Lorenzo"
Cc: pd-list@iem.at
Envoyé: Mercredi 31 Mars 2010 17h53:46 GMT +01:00 A
there is a little part about it in [expr] help file
[expr $s2[$f1]]
really nice trick
- Mail Original -
De: "colet patrice"
À: "Matt Barber"
Cc: "Sisti Sette, Matteo" , "pd-list"
, "Derek Holzer"
Envoyé: Samedi 27 Mars 2010 21h5
oh, didn't know all of this, where it's documented?
just [bang<--[list prepend $0foo]--[expr size("$s1")] did the trick
thanks and sorry for the misleading.
Here's the proper way to do it:
[symbol $0-foo]
|
[expr size("$s1")]
substitute anything that outputs the symbol (with the symbol sel
sorry for loosing you, it was just a trick to use variables in expr... but it's
also possible to use inlets with $f1, $f2, ...
why don't you resize the array? You can also use [arraysize] to get it's size
- Mail Original -
De: "Matteo Sisti Sette"
À: &q
hello, you can use [value foo] and [expr foo*$f1] when they are in the same
patch, [expr foo] wont work in another one, like with block~, that's why you
won't need $0
- Mail Original -
De: "Derek Holzer"
À: "Matteo Sisti Sette" , "pd-list"
Envoyé: Samedi 27 Mars 2010 21h06:35
hello,
In fact I've no clue about how max instrument patches sounds, only using it
for livelooping, but I and other musicians like me didn't like the sonority of
netpd for example, because rendered texture are poor, only one sytnh sound good
(I don't remember which one), and once we've turn
hello, in gridflow/doc/index.pd there a start for learning many objects
- Mail Original -
De: "pvallet"
À: pd-list@iem.at
Envoyé: Lundi 8 Mars 2010 19h43:20 GMT +01:00 Amsterdam / Berlin / Berne / Rome
/ Stockholm / Vienne
Objet: Re: [PD] gridflow on windows
Pddp is the PureData Docum
Hello, the pd-extended default file opening and saving on windows is max
files, ..., !?? if i set file filters to ".pd" file, next time it is still on
".mxt" extension file, same thing on gui-rewrite...
in other words "tk_getOpenFile -defaultextension .pd" doesn't work on windows
_
there was something missing for connecting all osc~ instances, it's fixed in
attached one
- Mail Original -
De: "colet patrice"
À: "Pierre Massat"
Cc: "pd-list"
Envoyé: Jeudi 4 Mars 2010 06h37:06 GMT +01:00 Amsterdam / Berlin / Berne / Rome
/ S
It might be possible to start from attached patch
- Mail Original -
De: "colet patrice"
À: "Pierre Massat"
Cc: "pd-list"
Envoyé: Jeudi 4 Mars 2010 05h35:26 GMT +01:00 Amsterdam / Berlin / Berne / Rome
/ Stockholm / Vienne
Objet: Re: [PD] A better pit
Hello,)
yeah, an abs that receive the pitch shifting amount for processing each
harmonics of sigmund~ outlet and give each result to oscillators.
The design of polypoly~ abstraction would fit, something like
[adc~]--[sigmund~ -npeak 10 peaks]--[partialShift~ 10]--//--[dac~]
- Mail Original
Selon Matteo Sisti Sette :
> Caio Barros escribió:
> >
> > But why again dynamic object creation is not officially supported?
> I think it is because
...
...
> B) it allows you to do things that will hang (or maybe even crash?) Pd
> Anybody please correct me where I'm wrong.
I don't think you'
Many thanks for taking care about windows users.
Selon Mathieu Bouchard :
>
>source: http://gridflow.ca/download/gridflow-0.9.7.tar.gz
>OSX Intel:
> http://gridflow.ca/download/packages/gridflow-0.9.7-macosx104-i386.tar.gz
>OSX G4/G5:
> http://gridflow.ca/download/packages/gridf
ah thanks a lot, I didn't see it and was starting to mess with gluPerspective
- Mail Original -
De: "cyrille henry"
À: "colet patrice"
Cc: "pd-list"
Envoyé: Samedi 20 Février 2010 15h21:29 GMT +01:00 Amsterdam / Berlin / Berne /
Rome / Stoc
Hello,
is it possible to increase depth like in 3D games?
I'm working with very large structures and would like to have a very deep
perspective,
but couldn't handle fair dimensions for scaling it into the z view.
Is there an explanation or a patch somewhere that use the Depth Buffer ?
only
- Mail Original -----
De: bra...@subnet.at
À: "colet patrice"
Cc: "pd-list"
Envoyé: Vendredi 19 Février 2010 11h20:18 GMT +01:00 Amsterdam / Berlin / Berne
/ Rome / Stockholm / Vienne
Objet: Re: [PD] [ann]: win32 compilation
thank you
we did not manage this, as we trying to co
hello
just compiled ann dlls it's here:
http://megalego.free.fr/pd/ann.zip
I've just modified svn makefile and done this:
http://www.mail-archive.com/pd-list@iem.at/msg07141.html
also ann_mlp doesn't like the free function, so I've just removed it.
__
hello,
attached doesn't need externals , just Gem,
as the same problem as described before,
only one pix_multiimage can do it's job in a framebuffer, why?
patko#N canvas 619 4 654 539 10;
#X obj 16 22 cnv 15 100 60 empty empty empty 20 12 0 14 -195568 -66577
0;
#N canvas 0 0 450 300 gemwin 0;
#
Hello,
only one pix_multiimage can output several images in a frame buffer, see
attached (require pdmtl abs)
tyfah,
pc#N canvas 473 9 654 539 10;
#X obj 16 22 cnv 15 100 60 empty empty empty 20 12 0 14 -195568 -66577
0;
#N canvas 0 0 450 300 gemwin 0;
#X obj 132 136 gemwin;
#X obj 67 89 outle
Hello,
one more cent, for cancelling double attacks caused by latency it's possible to
crossfade unprocessed signal with processed decayed signal, and wouldn"t affect
almost all kinds of guitar effects based on windowing, this trick even resolve
artefacts caused by pitch-shifting. Then the late
Hello,
latency delay is noticeable at ~25ms, below there are artefacts grain caused by
phase decay if the source and the processed signal are played together at the
same place with almost same amplitude.
11ms is only the buffer size, and other elements
in sound processing need to be taken in cons
Selon Hans-Christoph Steiner :
> sys_gui.c. That code is pretty simple. I think you could do it by
> appending something like "; pdsend "#sys_gui-receiver bang" to every
> command sent, then bind to the receiver name "#sys_gui-receiver" to
> get that bang.
attached diff should be this binding
Selon Hans-Christoph Steiner :
> I like the idea of an outlet on sys_gui a lot. It should probably
> just output a bang once the command you entered into sys_gui is
> finished. Or perhaps it needs to output a copy of the message that
> was just sent. Otherwise, if you send a lot of messages, it
Hello,
this abstraction was a dummy method to see how the tcl message reception could
be handled, I don't know why it doesn't write a file, it works on my computer,
but only if there is something to write, so it should be done with [add bim bam
boum(--[textfile] before writing the file.
I'm pro
Selon Hans-Christoph Steiner :
> cd externals
> make hcs
oh yes!
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
hello, I'm starting to port ix widgets scriptlets for opening them in [sys_gui]
attached is a virtual keyboard scriptlet test and a patch that loads it,
if you are familiar with tcl-tk you might be interested?
if not, someone (me or anyone else) would have to finish the job...
too much things to
Selon colet.patr...@free.fr:
> during svn upload that stops here:
>
> svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and
> tr
> y again
> svn: Can't open file
> 'pd-extended/v0-39-2/externals/gridflow/doc/flow_classes/.s
> vn/tmp/text-base/inv*-icon.png.svn-base': No suc
Selon Hans-Christoph Steiner :
> > $ autoconf
> > /bin/m4: unrecognized option `--gnu'
> > Try `/bin/m4 --help' for more information.
> > autom4te-2.64: /bin/m4 failed with exit status: 1
>
> The autoconf stuff doesn't work on MinGW fully, it would be great if it
> did. If you take that on, I'll
Selon Hans-Christoph Steiner :
> > ~/pd-extended/pd/src
> > $ autoconf
> > /bin/m4: unrecognized option `--gnu'
> > Try `/bin/m4 --help' for more information.
> > autom4te-2.64: /bin/m4 failed with exit status: 1
>
> The autoconf stuff doesn't work on MinGW fully, it would be great if it
> did.
Selon Matteo Sisti Sette :
> >> I tried the attached patch without success.
> >
> > sorry there was a missing quote in the tcl script :/
>
> Oh, I meant _my_ attached patch :)
ah, did you try the last proposition? (attached again)
#N canvas 0 0 450 300 12;
#X obj 123 38 inlet;
#X obj 121 252 out
Selon Hans-Christoph Steiner :
> Patco, if you want to try making it work, the code is in externals/hcs/
> sys_gui.c. That code is pretty simple. I think you could do it by
my msys build system is broken:
$ make hcs/sys_gui
cc -DPD -I/home/patko/pd-extended/pd/src -Wall -W -ggdb
-I/home/patko/
Selon IOhannes m zmoelnig :
> as said before: we are dealing with asyncrhonous messages over the
> internet here.
yes just seen this...
> something like "pd_send myrecname [ glob -type d My-Dir ]" should send
> the output of the glob command back to Pd where it will magically appear
> on the
Selon Matteo Sisti Sette :
> Any suggestions on how to check for the existence of a directory?
>
it would be childish if [sys_gui] or another object would retrieve tcl console
output, then [puts [glob -type d My-Dir]< would do the trick, or just a bang
when tcl command is done.
[console show<--[sys_gui] opens tcl console, but how can we get the console
output in a patch? the outlet of [sys_gui] could do this, no? Or maybe it's
possible to get it with another object? (not [tot] if possible)
___
Pd-list@iem.at mailing list
UNSU
Hello,
Same problem here, with last release of [pyext]
py/pyext 0.2.1pre - python script objects
(C)2002-2008 Thomas Grill - http://g.org/ext
using Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit
(Intel)]
Fortunately I've keeped a working release, but it works with pyt
I tried:
"file mkdir test-folder"
on mingw tclsh85.exe make a dir in /usr/local/bin
with the pd/bin/tclsh85.exe it does nothing
following tcl doc I should write something like this:
file mkdir "dir" "dir"
maybe that's what is that has confused myself because this command work on
PdRewrite
Selon Hans-Christoph Steiner :
> I think mkdir works on Windows too, no?
>
> .hc
"file mkdir" works with mingw and cygwin tcl console, but not on pdGuiRewrite
tcl entry
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://li
Hello,
I'd use pyex external for using the python os module, but I would expect in
pd-rewrite-gui the "file mkdir" tcl command to work on all platform, but I
couldn't make this work on windows
PC
Selon Matteo Sisti Sette :
> Hi,
>
> Is there any external capable of creating a folder? (that wor
Hello Hans,
how can we implement LADSPA in our patches under windows?
PC
Selon Hans-Christoph Steiner :
>
> Pd is a programming environment for writing things like VST plugins,
> so I guess most Pd devs would rather write something Pd than use a
> VST. But its also free software, so anyone w
Hello, this would work on linux:
http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/
does this work on OSX?:
in /System/Library/StartupItems/SystemTuning/SystemTuning
modify following values:
sysctl -w kern.sysv.shmmax
sysctl -w kern.sysv.shmmin
sysctl -w kern.sysv.
hello, I've given a try and didn't even go that far, he is what I get on cygwin:
$ ./bootstrap.sh
libtoolize: putting auxiliary files in `.'.
libtoolize: linking file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize: `/usr/share/aclocal/lib
Selon colet.patr...@free.fr:
> Hello folks,
>
> for using jackdump on windows, just start jack control and choose asio in
> puredata sound setting then jack router, have fun,
>
> patko
>
I forgot one thing, careful of buffer size (in pd it should be twice jack size)
and samplerate settings (mus
1 - 100 of 111 matches
Mail list logo