Re: [PD] mmonoplayer emulator externals

2009-12-24 Thread mark edward grimm
yeah i can do that.

i was inspired by the nyc blip fest that i unfortunately missed.
interested in getting my students interested... i have students that
just need a push forward which these externals may help...

cheers
mark



On Thu, Dec 24, 2009 at 2:00 PM, Hans-Christoph Steiner  wrote:
>
> I emailed the author to get all of the sources from him to see about turning
> it into a Pd libdir.  You could email him as well to express interest in the
> idea.
>
> .hc
>
> On Dec 24, 2009, at 9:03 AM, mark edward grimm wrote:
>
>> By any chance does anyone have any mmonoplayer emulator externals from:
>>
>> http://mmonoplayer.com/mspexternals.php
>>
>> ... already compile as a binary they can send? My quick attempt from
>> source on the atari2600 external failed and the binaries from the
>> website give me 'wrong architecture' error.
>>
>> osx 10.6.1.2 intel pd-extended 0.41.4 and 0.42.5
>>
>> thanks!
>> mark
>>
>> --
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>
>
>
> 
>
> Using ReBirth is like trying to play an 808 with a long stick.    -David
> Zicarelli
>
>
>



-- 

mark edward grimm | m.f.a | ed.m
syracuse u. | vpa foundations | timearts
adjunct | new media consultant
megrimm.net | socialmediagroup.org
mgr...@syr.edu | 315.378.2136
_

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


[PD] OT Happy Christmas

2009-12-24 Thread Andrew Faraday

Hey all
Just a cheerful greeting to the PD list, have a nice tomorrow, however you 
observe it. And thanks in general to the list for helping me develop my skills 
in the old PD. 
Bless you all
Andrew
_
Use Hotmail to send and receive mail from your different email accounts
http://clk.atdmt.com/UKM/go/186394592/direct/01/___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd-extended is not extended

2009-12-24 Thread Hans-Christoph Steiner


On Dec 24, 2009, at 12:22 PM, Matteo Sisti Sette wrote:
Ok, I manually added a library in preferences/startup (which worked  
after restarting pd) and searched for it in the registry, thus  
figuring out that the startup settings are being saved to and loaded  
from:


HKEY_USERS\(some_long_id)\Software\Classes\VirtualStore\MACHINE 
\SOFTWARE\PD


Yes, on Windows, they'll share preferences.  I suppose that shouldn't  
be, like Pd-extended should use "Pd-extended" as the registry path.   
File a bug report/feature request if you want it to be, and I'll take  
a look when I have time.



So:

1) Is it an error in the .reg file that stores the settings in a  
location different from that actually used by pd, or is it Vista  
that uses a different location than XP? or is it some setting in  
Windows that the user can change (obviously for all programs but I  
wouldn't mind)?


So perhaps there is an error, btu I don't have access to a Vista  
machine.  I think other people are using Pd-extneded on Vista, maybe  
they can help.  If you think there is a problem/bug, then please file  
a bug report.



Matteo Sisti Sette escribió:


2) My other question remains that is: how can I have a PD extended  
and a PD Vanilla on the same computer?


Well I guess one solution would be to create a .BAT file to load pd  
with the -lib option and the whole list of libraries (which I can  
get from the .reg file).
Will that be all (provided that I use the binary from pd extended  
with its whole folder), or would I miss something that way (some  
path setting or whatever)?



Yeah, at .bat for Pd-vanilla or add -noprefs to the shortcut for  
launching Pd-vanilla.


hc




Access to computers should be unlimited and total.  - the hacker ethic



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


Re: [PD] pd-extended is not extended

2009-12-24 Thread Matteo Sisti Sette

Matteo Sisti Sette escribió:


2) My other question remains that is: how can I have a PD extended and a 
PD Vanilla on the same computer?


Well I guess one solution would be to create a .BAT file to load pd with 
the -lib option and the whole list of libraries (which I can get from 
the .reg file).
Will that be all (provided that I use the binary from pd extended with 
its whole folder), or would I miss something that way (some path setting 
or whatever)?


--
Matteo Sisti Sette
matteosistise...@gmail.com
http://www.matteosistisette.com

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


Re: [PD] pd-extended is not extended

2009-12-24 Thread Matteo Sisti Sette
Ok, I manually added a library in preferences/startup (which worked 
after restarting pd) and searched for it in the registry, thus figuring 
out that the startup settings are being saved to and loaded from:


HKEY_USERS\(some_long_id)\Software\Classes\VirtualStore\MACHINE\SOFTWARE\PD

So:

1) Is it an error in the .reg file that stores the settings in a 
location different from that actually used by pd, or is it Vista that 
uses a different location than XP? or is it some setting in Windows that 
the user can change (obviously for all programs but I wouldn't mind)?


2) My other question remains that is: how can I have a PD extended and a 
PD Vanilla on the same computer?



Hans-Christoph Steiner escribió:


On Dec 24, 2009, at 11:04 AM, Matteo Sisti Sette wrote:


Hans-Christoph Steiner escribió:

Post the log from your Pd window.


You mean the messages that are printed at startup?
There are only these ones:

[import] $Revision: 1.2 $
[import] is still in development, the interface could change!
compiled against Pd version 0.41.4


Indeed, [import] does load, while it does not (obviously and 
expectedly) when I run pd-vanilla (I have a separate folder with 
pd-vanilla).


I have also deleted and re-installed pd extended, this time in 
c:\Progra Files\pd, while before it was installed in 
d:\programmi\pd_extended, but this has not changed anything (i didn't 
expect it to).



Your preferences aren't set to the default because its not trying to 
load the libraries.  [import] is compiled into Pd-extended, that's why 
its loaded.  The default prefs are included in that .reg file in Program 
Files\Pd.  FYI, It doesn't need to be in English since it uses the 
%ProgramFiles% env var, which on Italian would be set to \programmi.


.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







--
Matteo Sisti Sette
matteosistise...@gmail.com
http://www.matteosistisette.com

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


Re: [PD] pd-extended is not extended

2009-12-24 Thread Matteo Sisti Sette

By the way,

I have

1) Pd "vanilla" which I donwloaded as a .zip and manually uninstalled 
into a folder without doing anything to "install" it; I run it by 
running the .exe file inside the bin folder
2) pd-extended which I downloaded as an executable installer and 
installed by executing the installer.


If I managed to get the registry settings working (which I have verified 
that are present in the registry), would then both pd's use them? If so, 
how can a pd-extended and a pd-vanilla coexist (and both work as 
expected) in the same machine?



Hans-Christoph Steiner escribió:


On Dec 24, 2009, at 11:04 AM, Matteo Sisti Sette wrote:


Hans-Christoph Steiner escribió:

Post the log from your Pd window.


You mean the messages that are printed at startup?
There are only these ones:

[import] $Revision: 1.2 $
[import] is still in development, the interface could change!
compiled against Pd version 0.41.4


Indeed, [import] does load, while it does not (obviously and 
expectedly) when I run pd-vanilla (I have a separate folder with 
pd-vanilla).


I have also deleted and re-installed pd extended, this time in 
c:\Progra Files\pd, while before it was installed in 
d:\programmi\pd_extended, but this has not changed anything (i didn't 
expect it to).



Your preferences aren't set to the default because its not trying to 
load the libraries.  [import] is compiled into Pd-extended, that's why 
its loaded.  The default prefs are included in that .reg file in Program 
Files\Pd.  FYI, It doesn't need to be in English since it uses the 
%ProgramFiles% env var, which on Italian would be set to \programmi.


.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







--
Matteo Sisti Sette
matteosistise...@gmail.com
http://www.matteosistisette.com

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


Re: [PD] pd-extended is not extended

2009-12-24 Thread Matteo Sisti Sette

Hans-Christoph Steiner escribió:


Your preferences aren't set to the default because its not trying to 
load the libraries.  [import] is compiled into Pd-extended, that's why 
its loaded.  The default prefs are included in that .reg file in Program 
Files\Pd.


However, I have executed that .reg file (it said "these settings have 
been correctly added to the register", or whatever), and still, pd 
extended doesn't load the libraries.


If loading the libraries is the default setting, then it means that:
1) somehow I have set it otherwise in the past
2) executing the .reg file doesn't restore the default setting properly

(1) seem to me very strange because I have no idea of how to change this 
setting (telling pd not to load libraries) and never felt the necessity 
to do it

and also (2) is quite strange isn't it?


How else can I restore default settings? Or can the issue be another one?


> FYI, It doesn't need to be in English since it uses the

%ProgramFiles% env var, which on Italian would be set to \programmi.


Yeah, well I meant that I have installed it in the system's "special" 
program file directory in C: where all programs are installed, which in 
Vista is actually called "Program Files" even if it is displayed with a 
translated name when browsing it in explorer ("Archivos de Programa" in 
my case since my computer is spanish); previously I had it installed in 
another disk, in a folder that I called "programmi" (since I am italian) 
which has no special meaning for the system.

However that doesn't seem to be the problem, that was just a try.




--
Matteo Sisti Sette
matteosistise...@gmail.com
http://www.matteosistisette.com

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


Re: [PD] Advice on how to handle latency in linux with Pd, jack and ardour

2009-12-24 Thread Simon Iten
i asked about this issue on the ardour forum and paul davis (the main
developer of ardour) gave this answer:

All JACK clients can report latency on their ports. Pd is not reporting
latency correctly on its JACK ports. If it did, the result of the send
via Pd would still be aligned correctly.

To correct this you need to use an "artificial latency" plugin (in the
SWH plugin set) to fake the latency that Pd is adding. There's no way to
know what the number is so you just have to play with it until ardour
does the right thing. Oh, and you need to know one other thing: Ardour
only does latency updates at each transport stop, so you need to
adjust/stop/roll/adjust/stop as necessary.


furthermore, there seems to be latency correction for other jack apps,
if they report it.

hope this helps.

is the jack implementation  in pd reporting the latency?







On Tue, 2009-12-22 at 17:23 -0300, Simon Iten wrote:
> thanks for the clarification. i'll ask about the latency correction for
> jack-clients in the ardour forum. lately there have been some jack
> plugins around (linuxdsp) so there would be a need for this there as
> well.
> 
> 
> On Tue, 2009-12-22 at 11:41 -0800, Justin Glenn Smith wrote:
> > Jack cannot automatically know that PD is reading from jack and then 
> > sending back to re-record. Because of how jack is designed, there is an 
> > inevitable and predictable delay there - determined by jack, not by pd.
> > 
> > This has been brought up, ardour already automatically compensates for 
> > ladspa plugin latency when it has the proper information, so the 
> > infrastructure is theoretically there (ideally they could add a "one jack 
> > period worth of latency correction" toggle to the UI for each track).
> > 
> > Simon Iten wrote:
> > > afaik all the latency introduced by jack is automatically corrected by
> > > ardour. so the latency you observe when rerecording in ardour comes from
> > > puredata only. there's not much you can do about this, except optimizing
> > > your patch. i'm not aware of any manual latency correction in ardour,
> > > but maybe i'm wrong, you should ask this on the ardour forum. you could
> > > start your sourceaudio with a short and loud click sound, that way it's
> > > easier to align later...
> > > 
> > > regards,
> > > 
> > > simon
> > > 
> > > On Thu, 2009-12-03 at 11:50 +0100, Lorenzo wrote:
> > >> I've been lately messing around with a fairly straight forward
> > >> configuration sending audio from ardour to Pd's adc~ (through jack)
> > >> and back to ardour via MIDI (for controlling automations) or audio
> > >> (trivially re-recording Pd's dac~ output).
> > >>
> > >> In the case of MIDI latency seems no perceptible problem.
> > >>
> > >> In the case of audio, where the audio is of course 'processed' in the
> > >> Pd patch and eventually 'goes back' to ardour, there is latency. 
> > >> This of course is expected for the nature itself of jack, what I'd
> > >> like to know at this stage is not how to remove latency but the best
> > >> way(s) to handle it (possibly even through raising the latency itself,
> > >> as for the moment I'm not doing real-time), for example if there were
> > >> some way to compensate it automatically (or at least in some 'smart'
> > >> way).
> > >> At the moment the best solution is to manually re-align the slightly
> > >> delayed audio.
> > >>
> > >> Any input welcome.
> > >>
> > >> Kind regards,
> > >> Lorenzo.
> > >> ___
> > >> Pd-list@iem.at mailing list
> > >> UNSUBSCRIBE and account-management -> 
> > >> http://lists.puredata.info/listinfo/pd-list
> > > 
> > > 
> > > 
> > > ___
> > > Pd-list@iem.at mailing list
> > > UNSUBSCRIBE and account-management -> 
> > > http://lists.puredata.info/listinfo/pd-list
> > > 
> > 
> 
> 



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


Re: [PD] pd-extended is not extended

2009-12-24 Thread Hans-Christoph Steiner


On Dec 24, 2009, at 11:04 AM, Matteo Sisti Sette wrote:


Hans-Christoph Steiner escribió:

Post the log from your Pd window.


You mean the messages that are printed at startup?
There are only these ones:

[import] $Revision: 1.2 $
[import] is still in development, the interface could change!
compiled against Pd version 0.41.4


Indeed, [import] does load, while it does not (obviously and  
expectedly) when I run pd-vanilla (I have a separate folder with pd- 
vanilla).


I have also deleted and re-installed pd extended, this time in c: 
\Progra Files\pd, while before it was installed in d:\programmi 
\pd_extended, but this has not changed anything (i didn't expect it  
to).



Your preferences aren't set to the default because its not trying to  
load the libraries.  [import] is compiled into Pd-extended, that's why  
its loaded.  The default prefs are included in that .reg file in  
Program Files\Pd.  FYI, It doesn't need to be in English since it uses  
the %ProgramFiles% env var, which on Italian would be set to \programmi.


.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


Re: [PD] How to installing externals??

2009-12-24 Thread Hans-Christoph Steiner


With Pd-extended, you just need to drop the externals (*.dll on  
Windows, *.pd_linux on GNU/Linux, or *.pd_darwin on Mac OS X) into the  
right folder, then they'll be available.  You don't need to set any  
path.  Here's where:


http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files-with-pd-extended

.hc

On Dec 24, 2009, at 8:44 AM, cyrille henry wrote:


hello,
no, pd does not look in subfolder.
put your file somwhere,
start pd then file/path/ add your path than save all settings...

what do you mean by converted to pd externals? do you have source  
that you need to compile?


Cyrille


saut...@web.de a écrit :

Hi Cyrille,
I tried to install "wilib". All files from "wiilib" are on my  
machine, but diŽnt work, because it has to be convertet to PD  
externals.

Do PD also searching in Subfloders, like MAX?
Thanks,
willi

-Ursprüngliche Nachricht-
Von: "cyrille henry" 
Gesendet: 24.12.09 17:12:45
An: saut...@web.de
CC: pd-list@iem.at
Betreff: Re: [PD] How to installing externals??
hello,

this page look outdated : cvs is not used anymore.
if you use pd extended, then you'll already have lot's of  
externals...

what do you need to install?

Cyrille



saut...@web.de a écrit :

Hallo an alle,

PD 41.1 extended on MacOS 1.4.

CVS client --- not Terminal ...??
Where to get and exact name?
All operation described in tutorial "How to installing  
externals" (http://puredata.info/Members/jb/ext-doc#CVS)need this  
specific CVS programm?


Thankx for help on Xmas - with time to check it out.

willi




___
Preisknaller: WEB.DE DSL Flatrate für nur 16,99 Euro/mtl.! 
http://produkte.web.de/go/02/


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


__
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de


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






All information should be free.  - the hacker ethic





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


Re: [PD] pd-extended is not extended

2009-12-24 Thread Matteo Sisti Sette

Hans-Christoph Steiner escribió:


Post the log from your Pd window.



You mean the messages that are printed at startup?
There are only these ones:

[import] $Revision: 1.2 $
[import] is still in development, the interface could change!
compiled against Pd version 0.41.4


Indeed, [import] does load, while it does not (obviously and expectedly) 
when I run pd-vanilla (I have a separate folder with pd-vanilla).


I have also deleted and re-installed pd extended, this time in c:\Progra 
Files\pd, while before it was installed in d:\programmi\pd_extended, but 
this has not changed anything (i didn't expect it to).


--
Matteo Sisti Sette
matteosistise...@gmail.com
http://www.matteosistisette.com

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


Re: [PD] mmonoplayer emulator externals

2009-12-24 Thread Hans-Christoph Steiner


I emailed the author to get all of the sources from him to see about  
turning it into a Pd libdir.  You could email him as well to express  
interest in the idea.


.hc

On Dec 24, 2009, at 9:03 AM, mark edward grimm wrote:

By any chance does anyone have any mmonoplayer emulator externals  
from:


http://mmonoplayer.com/mspexternals.php

... already compile as a binary they can send? My quick attempt from
source on the atari2600 external failed and the binaries from the
website give me 'wrong architecture' error.

osx 10.6.1.2 intel pd-extended 0.41.4 and 0.42.5

thanks!
mark

--

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






Using ReBirth is like trying to play an 808 with a long stick.- 
David Zicarelli




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


Re: [PD] pd-extended is not extended

2009-12-24 Thread Hans-Christoph Steiner


On Dec 24, 2009, at 10:22 AM, Matteo Sisti Sette wrote:


Hans-Christoph Steiner escribió:
You can configure it so that it doesn't load anything. Sounds like  
you have old preferences in place.  Try replacing your prefs with  
the default ones by double-clicking the .reg file in Program Files 
\pd.


Thank you but it did not work. Nothing has changed.

Any other suggestion?

thanks
m.


Post the log from your Pd window.

.hc



As we enjoy great advantages from inventions of others, we should be  
glad of an opportunity to serve others by any invention of ours; and  
this we should do freely and generously. - Benjamin Franklin




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


Re: [PD] pd-extended is not extended

2009-12-24 Thread Matteo Sisti Sette

Hans-Christoph Steiner escribió:


You can configure it so that it doesn't load anything. Sounds like you 
have old preferences in place.  Try replacing your prefs with the 
default ones by double-clicking the .reg file in Program Files\pd.


Thank you but it did not work. Nothing has changed.

Any other suggestion?

thanks
m.

--
Matteo Sisti Sette
matteosistise...@gmail.com
http://www.matteosistisette.com

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


Re: [PD] pd-extended is not extended

2009-12-24 Thread Hans-Christoph Steiner


You can configure it so that it doesn't load anything. Sounds like you  
have old preferences in place.  Try replacing your prefs with the  
default ones by double-clicking the .reg file in Program Files\pd.


.hc

On Dec 24, 2009, at 8:17 AM, Matteo Sisti Sette wrote:


Hi,

I installed PD-extended on Windows Vista: I simply downloaded and  
ran the installer without changing any setting.


Now I run pd-extended, I create a new patch and try to create the  
following objects which I believe should all exist:

[gemwin], [gemhead]
[timeroll]
[range]
[readdir]
[dirpanel]

None of them can be created. It seems like it is not "loading" the  
externals.
I may be wrong about timelorr, range, readdir, but the first two are  
gem objects, so at least it is not running GEM. Also [dirpanel] was  
suggested to me by someone in the list.
Isn't PD-Extended supposed to be already "configured" out-of-the-box  
to load all the included externals and libraries? (isn't it half all  
pd-extended is about, the other half being actually including the  
externals and libraries?) Including bnlt GEM?


I'm confused. What am I doing wrong?
Thanks
m.

--
Matteo Sisti Sette
matteosistise...@gmail.com
http://www.matteosistisette.com


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








"[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] mmonoplayer emulator externals

2009-12-24 Thread mark edward grimm
By any chance does anyone have any mmonoplayer emulator externals from:

http://mmonoplayer.com/mspexternals.php

... already compile as a binary they can send? My quick attempt from
source on the atari2600 external failed and the binaries from the
website give me 'wrong architecture' error.

osx 10.6.1.2 intel pd-extended 0.41.4 and 0.42.5

thanks!
mark

--

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


Re: [PD] How to installing externals??

2009-12-24 Thread cyrille henry

hello,
no, pd does not look in subfolder.
put your file somwhere,
start pd then file/path/ add your path than save all settings...

what do you mean by converted to pd externals? do you have source that you need 
to compile?

Cyrille


saut...@web.de a écrit :

Hi Cyrille,
I tried to install "wilib". All files from "wiilib" are on my machine, but 
diŽnt work, because it has to be convertet to PD externals.
Do PD also searching in Subfloders, like MAX?

Thanks,
willi






-Ursprüngliche Nachricht-
Von: "cyrille henry" 
Gesendet: 24.12.09 17:12:45
An: saut...@web.de
CC: pd-list@iem.at
Betreff: Re: [PD] How to installing externals??




hello,

this page look outdated : cvs is not used anymore.
if you use pd extended, then you'll already have lot's of externals...
what do you need to install?

Cyrille



saut...@web.de a écrit :

Hallo an alle,

PD 41.1 extended on MacOS 1.4.

CVS client --- not Terminal ...??
Where to get and exact name? 


All operation described in tutorial "How to installing externals" 
(http://puredata.info/Members/jb/ext-doc#CVS)need this specific CVS programm?

Thankx for help on Xmas - with time to check it out.

willi




___
Preisknaller: WEB.DE DSL Flatrate für nur 16,99 Euro/mtl.! 
http://produkte.web.de/go/02/



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




__
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de




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


[PD] pd-extended is not extended

2009-12-24 Thread Matteo Sisti Sette

Hi,

I installed PD-extended on Windows Vista: I simply downloaded and ran 
the installer without changing any setting.


Now I run pd-extended, I create a new patch and try to create the 
following objects which I believe should all exist:

[gemwin], [gemhead]
[timeroll]
[range]
[readdir]
[dirpanel]

None of them can be created. It seems like it is not "loading" the 
externals.
I may be wrong about timelorr, range, readdir, but the first two are gem 
objects, so at least it is not running GEM. Also [dirpanel] was 
suggested to me by someone in the list.
Isn't PD-Extended supposed to be already "configured" out-of-the-box to 
load all the included externals and libraries? (isn't it half all 
pd-extended is about, the other half being actually including the 
externals and libraries?) Including bnlt GEM?


I'm confused. What am I doing wrong?
Thanks
m.

--
Matteo Sisti Sette
matteosistise...@gmail.com
http://www.matteosistisette.com


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


Re: [PD] Range object

2009-12-24 Thread Rich E
there's a help file in svn in the folder externals/deprecated/help/.  I
guess it is deprecated :)

- rich

On Wed, Dec 23, 2009 at 8:11 PM, Hans-Christoph Steiner wrote:

>
> [range] is literally a copy of [maxlib/scale] that has been deprecated.
>  Use [maxlib/scale], which has a help patch.
>
> .hc
>
> On Dec 23, 2009, at 5:07 AM, Andrew Faraday wrote:
>
> Hey All
>
> I've just realized that the object [range], doesn't have a working help
> file, at least on my system.
>
> Is everyone else missing it?
>
> I've thrown a help file together, if anyone wants it, attached.
>
> God Bless
>
> Andrew Faraday
>
> --
> Add other email accounts to Hotmail in 3 easy steps. Find out 
> how.
>  ___
>
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
>
>
>
> 
>
> Computer science is no more related to the computer than astronomy is
> related to the telescope.  -Edsger Dykstra
>
>
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] How to installing externals??

2009-12-24 Thread cyrille henry

hello,

this page look outdated : cvs is not used anymore.
if you use pd extended, then you'll already have lot's of externals...
what do you need to install?

Cyrille



saut...@web.de a écrit :

Hallo an alle,

PD 41.1 extended on MacOS 1.4.

CVS client --- not Terminal ...??
Where to get and exact name? 


All operation described in tutorial "How to installing externals" 
(http://puredata.info/Members/jb/ext-doc#CVS)need this specific CVS programm?

Thankx for help on Xmas - with time to check it out.

willi




___
Preisknaller: WEB.DE DSL Flatrate für nur 16,99 Euro/mtl.! 
http://produkte.web.de/go/02/



___
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] How to installing externals??

2009-12-24 Thread sauterw
Hallo an alle,

PD 41.1 extended on MacOS 1.4.

CVS client --- not Terminal ...??
Where to get and exact name? 

All operation described in tutorial "How to installing externals" 
(http://puredata.info/Members/jb/ext-doc#CVS)need this specific CVS programm?

Thankx for help on Xmas - with time to check it out.

willi




___
Preisknaller: WEB.DE DSL Flatrate für nur 16,99 Euro/mtl.! 
http://produkte.web.de/go/02/


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


Re: [PD] Flext compilation with Mingw for Pd

2009-12-24 Thread colet . patrice
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/libtool.m4'
libtoolize:   `/usr/share/aclocal/ltoptions.m4'
libtoolize:   `/usr/share/aclocal/ltversion.m4'
libtoolize:   `/usr/share/aclocal/ltsugar.m4'
libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
/usr/bin/m4: cannot remove temporary directory /tmp/m4-oNvNsi: Directory not emp
ty
autom4te-2.64: /usr/bin/m4 failed with exit status: 1
aclocal-1.11: autom4te failed with exit status: 1
Bootstrapping failed

and on mingw:

$ ./bootstrap.sh
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
configure.ac:101: warning: macro `AM_ENABLE_STATIC' not found in library
configure.ac:102: warning: macro `AM_ENABLE_SHARED' not found in library
/bin/m4: unrecognized option `--gnu'
Try `/bin/m4 --help' for more information.
autom4te-2.64: /bin/m4 failed with exit status: 1
aclocal-1.11: autom4te failed with exit status: 1
Bootstrapping failed

Also I've modified the spec file for mingw, but it has no effect.

do I need to reinstall autoconf again?

Selon Nicolas Wéry :

> Hello,
>
> I am trying to install flext libraries under Windows XP, using Mingw.
> After lots of debugging and editing config, package, make... files, the
> error I finally got and I still can't solve is the following:
>
> C:\Pd\flext>build pd mingw
> 
> mingw32-make -f C:/Pd/flext/buildsys/gnumake-sub.mak  PLATFORM=win RTSYS=pd
> COMPILER=mingw BUILDPATH=C:/Pd/flext/buildsys/ PKGINFO=package.txt
> BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-win-mingw.inc
> TARGETMODE=release TARGETTYPE=single _build_
> mingw32-make[1]: Entering directory 'C:/Pd/flext'
> mingw32-make[1]: *** No rule to make target
> 'pd-mingw\release-single\flbase.opp', needed by
> 'pd-mingw\release-single\libflext-pd_s.a'.  Stop.
> mingw32-make[1]: Leaving directory 'C:/Pd/flext'
> mingw32-make: *** [build-release-single] Error 2
>
> So, "No rule to make target" means that mingw has not enough information to
> compile the flbase.cpp file, am I right?
> I don't know what information to give, neither where I can say it.
>
> I really need to compile it. Can you help me ?
>



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