Re: [PD] call for test : pmpd binary for osX

2024-01-05 Thread Nicolas Montgermont

Hey!

Working here but on an old mac:
10.15 / Intel
Pd-0.54-0
thx!
n

https://nimon.org

Le 05/01/2024 à 15:59, cyrille henry a écrit :

hello,

Benjamin Wesch did compile pmpd for OSX (arm and x86).

Before putting them on deken, ca anyone test them?

http://chnry.net/data/pmpd_fat.zip

Thanks a lot to everyone and specially to Benjamin!

Cheers
Cyrille



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


Re: [PD] Popup window appearing once in a while : "Expecting Value: line 1 column 1 (char 0)"

2022-05-04 Thread Nicolas Montgermont

Thanks a lot!
I thought it was pd related because it was the software with the focus.
best,
n

https://nimon.org

Le 04/05/2022 à 12:35, Dan Wilcox a écrit :
It could also be some other AppleScript running somewhere... 
https://www.fireebok.com/resource/how-to-fix-error-while-installing-pops-up-on-mac.html 



A Tk error will look different and have a selectable text-box.


On May 4, 2022, at 12:34 PM, Dan Wilcox  wrote:

A Google search indicates this is likely malware and not Pd:

https://discussions.apple.com/thread/252501431


On May 4, 2022, at 12:22 PM, pd-list-requ...@lists.iem.at wrote:

Message: 1
Date: Wed, 4 May 2022 08:46:19 +0200
From: Nicolas Montgermont 
To: Pd-list 
Subject: [PD] Popup window appearing once in a while : "Expecting
Value: line 1 column 1 (char 0)"
Message-ID: <4e8a4dc6-41f1-557a-d5ab-7e46e98cd...@nimon.org>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Hello Pders,

On a patch designed to run for a long time,
I have a window appearing every few hours:

Error while installing : Expecting Value: line 1 column 1 (char 0)

Error while installing : Expecting Value: line 1 column 1 (char 0)


Do you know where it comes from?
Pd 0.51.0
OSX 10.9.1
Thanks !
n

--
https://nimon.org



Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>






Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com>
robotcowboy.com <http://robotcowboy.com>





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


[PD] Popup window appearing once in a while : "Expecting Value: line 1 column 1 (char 0)"

2022-05-04 Thread Nicolas Montgermont

Hello Pders,

On a patch designed to run for a long time,
I have a window appearing every few hours:

Error while installing : Expecting Value: line 1 column 1 (char 0)

Error while installing : Expecting Value: line 1 column 1 (char 0)


Do you know where it comes from?
Pd 0.51.0
OSX 10.9.1
Thanks !
n

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


Re: [PD] Formatted datetime message

2021-03-18 Thread Nicolas Montgermont

Thanks Roman,

Here is a working example for archive.
n

Le 18/03/2021 à 10:29, Roman Haefeli a écrit :

On Thu, 2021-03-18 at 09:57 +0100, Nicolas Montgermont wrote:


I was wondering what is the best (as in easiest/cleaner/vaniller) way
to
produce a filename with formatted date inside these days.
producing that kind of message with a bang:
MMDD-HHMMSS


I don't think there is a vanilla way to get date and time. Zexy comes
with [date] and [time]. You could use [makefilename %02d] to create
zero-padded symbols from the different outlets and use a message box to
glue the whole string together:

[symbol $1$2$3-$4$5$6(

Roman

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list
#N canvas 253 262 744 382 12;
#X declare -lib zexy;
#X obj 133 82 t b b;
#X obj 133 133 date -;
#X obj 218 133 time ;
#X obj 133 344 print;
#X obj 146 160 makefilename %02d;
#X obj 159 187 makefilename %02d;
#X obj 197 211 makefilename %02d;
#X obj 210 238 makefilename %02d;
#X obj 224 265 makefilename %02d;
#X obj 133 292 pack f s s s s s;
#X msg 133 316 \$1\$2\$3-\$4\$5\$6;
#X obj 134 48 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 255 43 declare -lib zexy;
#X connect 0 0 1 0;
#X connect 0 1 2 0;
#X connect 1 0 9 0;
#X connect 1 1 4 0;
#X connect 1 2 5 0;
#X connect 2 0 6 0;
#X connect 2 1 7 0;
#X connect 2 2 8 0;
#X connect 4 0 9 1;
#X connect 5 0 9 2;
#X connect 6 0 9 3;
#X connect 7 0 9 4;
#X connect 8 0 9 5;
#X connect 9 0 10 0;
#X connect 10 0 3 0;
#X connect 11 0 0 0;
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] Formatted datetime message

2021-03-18 Thread Nicolas Montgermont

hello PD,

I was wondering what is the best (as in easiest/cleaner/vaniller) way to 
produce a filename with formatted date inside these days.

producing that kind of message with a bang:
MMDD-HHMMSS


Thanks in advance!
Best
n



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


Re: [PD] https get in Pd

2019-05-23 Thread Nicolas Montgermont
Thanks roman,

This is working perfectly!
best
n

http://nimon.org

Le 22/05/2019 à 14:50, Roman Haefeli a écrit :
> [sslcheck 0, GET 
> https://tgftp.nws.noaa.gov/data/observations/metar/stations/CYDA.TXT (




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


[PD] https get in Pd

2019-05-22 Thread Nicolas Montgermont
Hello everyone,

What is the easiest way to get the content of a https webpage in pd,
for example this one:
https://tgftp.nws.noaa.gov/data/observations/metar/stations/CYDA.TXT
Is there any patch that can do this around?

It doesn't seem to work when using [httpget] wrapper based on
[mrpeach/tcpclient] changed to connect on port 443 instead of 80:
tcpclient: recv: Connection reset by peer (54)

Thanks in advance!
Best,
n

-- 
http://nimon.org




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


Re: [PD] Gem 0.94 on Mac OS X

2019-03-06 Thread Nicolas Montgermont
Yes!

Back in business!
You compiled following this guide:
https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-macOS-Sierra-%2810.12%29
?

Best,
n

http://nimon.org

Le 06/03/2019 à 18:45, Jack a écrit :
> Good news for Mac users !
> ++
>
> Jack
>
>
>
> Le 06/03/2019 à 16:52, Csaba Láng a écrit :
>> Dear Iohannes, dear list,
>>
>> I compiled the latest Gem on Mac os X Mojave with success, and wanted to
>> confirm, that in the new 64-bit version built-in webcam works again,
>> pix_image, pix_video and pix_film renders the image as never before.
>> Happy to get all these functions back, and have a new feeling of Gem
>> after 14 years!
>>
>> Thank you for all your good efforts! 
>>
>> Best,
>>
>> Popesz
>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> https://lists.puredata.info/listinfo/pd-list
>>
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list




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


Re: [PD] Pd 0.49 64b windows processing question (+ pd~)

2018-10-25 Thread Nicolas Montgermont

Le 25/10/2018 à 09:46, IOhannes m zmoelnig a écrit :
> the only changes the user might notice when running a 64bit binary of Pd:
> - Pd can use 64bit pointers to address memory. that means it could use
> about  18.4 exabytes (provided you have a computer equipped with that),
> instead of a meagre 4GB as is the case with 32bit applications (and
> Windows would reservere another 512MB, so you could only use 3.5GB)
> - Pd can use more features (registerse, instructions) of the CPU,
> potentially speeding up the execution (regardless of the number of CPUs)
> - Pd can use more modern frameworks provided by the OS. iirc, there are
> some ASIO drivers which can only be accessed from 64bit applications.
Does that mean we are now in double precision?
like in Katja's benchmark:
http://www.katjaas.nl/doubleprecision/doubleprecision.html

Are we still limited by 32 bits pointers to address table?
(I dont remember the exact value, I think it was 2^24)
that would be really nice to manage easily big tables (not so big
when you use sounds)
n

--

http://nimon.org




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


Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard shortcut create two objects on MacOSX

2018-03-22 Thread Nicolas Montgermont
tk is:
Tk 8.5.19
n
--

http://nimon.org

Le 22/03/2018 à 18:21, Dan Wilcox a écrit :
> Ok thanks for checking.
>
> At least we can confirm it's a system language issue, although I'm
> thinking it's more of a bug in Tk. Which version of TK does it display
> when you put the log to all?
>
> I'm wondering if it's also related to setting the available languages
> in the app bundle. I'll see if I can look into it as it's pretty
> annoying. I ran into the same problem with earlier buggy versions of
> Tk < 8.5.13.
>
>> On Mar 22, 2018, at 5:53 PM, pd-list-requ...@lists.iem.at
>>  wrote:
>>
>> From: Jack >
>> To: pd-list@lists.iem.at 
>> Subject: Re: [PD] Creating a GUI object on Pd 0.48.1 with keyboard
>> shortcut create two objects on MacOSX
>> Message-ID: <163110eb-5078-0c07-8594-da9e350e3...@rybn.org
>> >
>> Content-Type: text/plain; charset=utf-8
>>
>> Yep, I confirm.
>> I asked to a participant to launch Pd in english, but it doesn't solve
>> the problem.
>> ++
>>
>> Jack
>
> 
> Dan Wilcox
> @danomatika 
> danomatika.com 
> robotcowboy.com 
>
>
>

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


Re: [PD] trouble with pd-0.48-0 and multiple screens

2017-09-14 Thread Nicolas Montgermont
IIRC, the problem is happening more when you have your second monitor on
the left / main monitor on the right?
It must have something to do with a negative x position.
What i usually experienced is a problem when working on the same patch
with someone with two monitors, main monitor on the left and for me main
monitor on right.
The patch appears on the far right of the right screen - impossible to
see or edit.
The workaround is to unplug the second screen, the patch appears, and
save it to this new position.
n

http://nimon.org

Le 14/09/2017 à 08:45, Roman Haefeli a écrit :
> Hi Ali
>
> On Mit, 2017-09-13 at 11:03 -0400, Ali Momeni wrote:
>> I'm using MacOS 10.12.6
>>
>> I'm impressed that so many pd versions and platforms have this issue.
>> It's a very difficult problem to deal with; Pd is essentially
>> unusable with multiple screens.
> I'm a regular multi-screen user and didn't encounter problems.
>
>> Does anyone have an intuition of how Pd manages to break the OS's
>> window management?
> Can you elaborate some more? I don't really understand the difference
> between what you expect and what you experience. 
>
>> Anything to look into?
> Can you describe an exact example of what you do, what you expect and
> what actually happens?
>
> The canvas positions are saved with the patch and I haven't experienced
> any inconsistencies with that. But I imagine you can trick it into
> doing funny things when you save a position that is non-existent when
> you open the patch again. Let's say you have the second screen right of
> the first screen, then any canvas put there will have position values
> bigger than your first screen. I actually don't know what happens when
> you open that patch with a single-screen desktop. My window manager
> tries to place it in the nearest free screen space from top left.
>
> Roman 
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list

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


Re: [PD] Draw with mouse in GEM

2017-09-06 Thread Nicolas Montgermont
compiled as an external a few years ago here:
https://sourceforge.net/p/chdh-egregore/code/ci/master/tree/src/lib/gemvertexbuffer/

http://nimon.org

Le 06/09/2017 à 13:50, IOhannes m zmoelnig a écrit :
> On 09/06/17 11:56, Max wrote:
>> Jack, you may want to add where to get gemvertexbuffer, because that's
>> not part of the 2015 release http://gem.iem.at/ 0.93.3
> it's part of the unreleased Gem on git:
>https://github.com/umlaeute/Gem
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list

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


Re: [PD] Click Removal & Noise suppression

2017-03-01 Thread Nicolas Montgermont
I'm not sure an abstraction is mandatory.
a fft threshold is used as well in audacity for noise removal
http://wiki.audacityteam.org/wiki/How_Audacity_Noise_Reduction_Works
so the fft I.03.resynthesis example should be a good starting point.
I don't really understand how they do click suppression though
n

http://nimon.org

Le 28/02/2017 à 13:57, patrice colet a écrit :
> Hello,
>
>  I already use the FFT tutorial patch for noise removal, this is the
> best tool I have for that, but  I'm sure those externals would
> contribute a lot
>
>
> Le 28/02/2017 à 11:20, Nicolas Montgermont a écrit :
>> Hello list,
>>
>> I'd like to implement click removal and noise suppression techniques for
>> a specific signal I have that is full of:
>> - loud clicks, but very regular in time and short (2ms)
>> - 50 Hz noise with harmonics. This one has two spectral patterns
>> switching to one or the other during time.
>>
>> For the clicks, I tried median filtering, but it's not working well.
>> I tried to work with audacity on a recorded extract, and I have pretty
>> good results with their click suppression and noise removal algorithms.
>> So I was thinking of implementing them in Pd, but before I do that I was
>> wondering if some of you have already implemented some of these
>> techniques, or of you have any advices?
>>
>> https://github.com/audacity/audacity/blob/master/src/effects/ClickRemoval.cpp
>>
>> https://github.com/audacity/audacity/blob/master/src/effects/NoiseRemoval.cpp
>>
>>
>> Best,
>>
>> Nicolas
>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> https://lists.puredata.info/listinfo/pd-list
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list


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


[PD] Click Removal & Noise suppression

2017-02-28 Thread Nicolas Montgermont
Hello list,

I'd like to implement click removal and noise suppression techniques for
a specific signal I have that is full of:
- loud clicks, but very regular in time and short (2ms)
- 50 Hz noise with harmonics. This one has two spectral patterns
switching to one or the other during time.

For the clicks, I tried median filtering, but it's not working well.
I tried to work with audacity on a recorded extract, and I have pretty
good results with their click suppression and noise removal algorithms.
So I was thinking of implementing them in Pd, but before I do that I was
wondering if some of you have already implemented some of these
techniques, or of you have any advices?

https://github.com/audacity/audacity/blob/master/src/effects/ClickRemoval.cpp
https://github.com/audacity/audacity/blob/master/src/effects/NoiseRemoval.cpp

Best,

Nicolas

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


Re: [PD] standalone with preferences included on OSX?

2017-01-13 Thread Nicolas Montgermont via Pd-list
I don't remember precisely how I've done but you can have a look at the
code here:
https://sourceforge.net/p/chdh-egregore/code/ci/master/tree/
there is an "empty" app here:
https://sourceforge.net/p/chdh-egregore/code/ci/master/tree/template/
and the "generate release" script brings everything together:
https://sourceforge.net/p/chdh-egregore/code/ci/master/tree/generate_release.sh
n

http://www.nimon.org

Le 13/01/2017 à 13:15, cyrille henry a écrit :
> hello,
> we have done something similar to distribute a chdh performance on a
> usb stick.
> Nicolas did the job for osX. As far as I remember, he started from an
> old pd-extended package, change the pd version, add externals and did
> few glue to start everything as we wanted
>
> You can download it and see how it works :
>
> http://www.chdh.net/egregore_source.php
>
> cheers
> c
>
>
> Le 12/01/2017 à 17:17, enrike a écrit :
>> hi
>>
>> I would like to have a version of PD with a set of externals and to
>> be able to pass that app to some students not needing to set the
>> preferences to load the externals in every machine (neither copy the
>> preferences file). I want it to be 100% portable.
>>
>> I was reading this old post about something similar
>> https://lists.puredata.info/pipermail/pd-list/2008-10/065691.html
>>
>> Is it possible to achieve this nowadays?
>>
>> thanks
>>
>> enrike
>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> https://lists.puredata.info/listinfo/pd-list
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list


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


Re: [PD] alsa : Invalid value for card

2016-12-06 Thread Nicolas Montgermont via Pd-list
thanks for fast and precise answer
editing /lib/modprobe.d/aliases.conf
and changing:
options snd-usb-audio index=-2
to
options snd-usb-audio index=0
make the card number to 0 and works in pd with alsa.
n

http://www.nimon.org

Le 06/12/2016 à 10:24, IOhannes m zmoelnig a écrit :
> On 2016-12-06 10:13, Nicolas Montgermont via Pd-list wrote:
>> I can't manage to make it work in pd,
>> it appears in the menu, but when I launch dsp, it shows:
>> ALSA lib pcm_hw.c:1667:(_snd_pcm_hw_open) Invalid value for card
>> ALSA input error (snd_pcm_open): No such file or directory
>> ... same for output
>> what should I do to use it in pd?
> iirc, there's a problem if the cards are not in consecuritve order,
> starting with 0.
>
> e.g. my devices are
> $ cat /proc/asound/cards
>  0 [DSP]: H-DSP - Hammerfall DSP
>   RME Hammerfall HDSP 9652 at 0xf310, irq 22
>  1 [MID]: HDA-Intel - HDA Intel MID
>   HDA Intel MID at 0xf342 irq 33
>  2 [NVidia ]: HDA-Intel - HDA NVidia
>   HDA NVidia at 0xf300 irq 17
> $
> which means i have 3 devices with ids 0,1&2.
>
> if however, you have something like
> $ cat /proc/asound/cards
>  1 [NVidia ]: HDA-Intel - HDA NVidia
>   HDA NVidia at 0xf300 irq 17
> $
>
> then you are missing the device #0, and Pd gets into trouble.
>
>
> a couple of workarounds:
> - use jack to talk with the soundcard, so Pd doesn't need to know
> - make sure that the card numbers start with 0 (and are consecutive, in
> case you want to access a not-first card); this most likely involves
> tweaking some kernel module parameters (for the soundcards to be
> loaded), and maybe some udev rules.
>
> fgjmasdr
> IOhannes
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list

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


[PD] alsa : Invalid value for card

2016-12-06 Thread Nicolas Montgermont via Pd-list
Hello,

I'm using pd-0.47-1 on debian / jessie with an updated kernel (4.7.0.0)
with a scarlett usb card (solo this morning, will be 18i8 this afternoon...)
The card is working well in the system when I "test speakers"
the device appears well when i type "aplay -l"
with card number 1.
I don't have any integrated sound card, it is the only card.

I can't manage to make it work in pd,
it appears in the menu, but when I launch dsp, it shows:
ALSA lib pcm_hw.c:1667:(_snd_pcm_hw_open) Invalid value for card
ALSA input error (snd_pcm_open): No such file or directory
... same for output
what should I do to use it in pd?

Thanks in advance,
n

-- 
http://www.nimon.org



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


Re: [PD] Pd 0.47-0 OSX Tk 8.6 test builds

2016-05-25 Thread Nicolas Montgermont via Pd-list

Le 25/05/2016 à 22:49, Dan Wilcox a écrit :
> Can you start Pd, set the log level to debug, and see what version of
> Tcl it’s using? It should 8.6.5, if *not* then it’s using the built in
> OSX TK 8.5 which has *lots* of problems like this.
Tcl version: 8.6.5
>
> Also, does this happen with all the CMD+Shift creation bindings?
No, As I wrote, it is working ok for objects, number, horizontal slider
for example.
Tell me if you need more info.
Best
n
>
>> Just one thing, when I use cmd+shift+v to place a vertical slider, it
>> doesn't follow the mouse. 
>> ie it is created where the mouse is at the time I press the keys.
>> Creating objects, numbers, etc, behave normally though.
>
> 
> Dan Wilcox
> @danomatika 
> danomatika.com 
> robotcowboy.com 
>

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


Re: [PD] vanilla dialog updates

2016-03-15 Thread Nicolas Montgermont
Hello,

This is nice.
What about the gop window?
It is very difficult to practice without the "Apply" button.

Concerning the preferences: startup/prefs/audio/midi menu, is that
dreamable to have only one menu and toggles for the different topics?
It will be easier to configure, and much more easy to understand when
you "save all".

For the midi, is it possible to have a "add device" button instead of a
"use multiple device" one?
With the GUI it is not possible tu use more than 3 interfaces and that
can be mandatory with some MIDI devices.

For the mknob, vsl, toggle,... i would keep the "dimensions" header
BTW, you still have an old header in mknob :
output-range--, and its left value is at 1.27
instead of 0.
for the toggle i would group "nonzeero value" and "no init" under parameters

Thanks for the work.
Best
Nicolas

Le 15/03/2016 12:36, Dan Wilcox a écrit :
> Howdy all,
>
> Spring break is here and I finally got around to finishing off the set
> of dialog updates I had for vanilla. Comparison screenshots are in a
> Flickr
> album: https://www.flickr.com/photos/danomatika/sets/72157663617342144
>
> I also opened a reference PR on the github PD
> mirror: https://github.com/pure-data/pure-data/pull/9
>
> Let me know what y’all think.
>
> 
> Dan Wilcox
> @danomatika 
> danomatika.com 
> robotcowboy.com 
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list

-- 
http://www.nimon.org

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


Re: [PD] patch runs twice from script

2015-08-28 Thread Nicolas Montgermont
Le 28/08/2015 14:37, patrice colet a écrit :

 Under osX, to launch two pd instances you just have to start them
 from terminal.
 not under maverick...
I am under mavericks (10.9.5) and it works. you just have to do for example:
/Applications/Pd-0.46-5.app/Contents/MacOS/Pd
twice.
(Put a  after the first or open two terminals)
n

-- 
http://www.nimon.org

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


Re: [PD] patch runs twice from script

2015-08-28 Thread Nicolas Montgermont
I think the problem of Lang is different, he says:
The problem is especially with GEM, as in this case I have double
lights turned on and everything is too bright.
It is more a problem of the patch launching twice in the same pd
instance, specific to OSX 10.7+ (IIRC)

Under osX, to launch two pd instances you just have to start them from
terminal.
Nicolas

Le 28/08/2015 13:44, patrice colet a écrit :
  I had same problem with using init.d script from svn,
 this launches pd twice at bootup, --no-gui didn't change anything...
 I resolved it by restarting from an howto page:

 https://help.ubuntu.com/community/UbuntuBootupHowto

 by the way thanks for the lock-file trick, I had once tried to launch
 several pd instances
 on OSX maverick, it was only possible by removing lock-files, really
 annoying...

 patko

 Le 25/08/2015 23:00, IOhannes m zmölnig a écrit :
 On 08/25/2015 10:53 PM, Csaba Láng wrote:
 Dear list,
 is there a way to avoid that a patch which is run from a script either from
 crontab or just autorun from the system runs twice?
 I heard about --no-gui solution, but never managed to use it on Mac.
 i don't know how --no-gui is supposed to help you here.
 it only might obfuscate the fact that two instances are running...


 i can think of two simple ways to avoid double runs:
 - setup a shared-ressource (a lock-file): when the script starts it
 checks for the lock-file; if it is not there, it will create the lock,
 launch Pd; once Pd is finished it will remove the lock;
 if the lock *is* there, the script will exit immediately.
 see flock(1) on linux and shlock(1) on osx.

 - stop all running instances of the patch before starting it.
 usually you would just do something along the lines of `pkill -KILL pd`,
 before starting a new instance of Pd.

 fmasdr
 IOhannes



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



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

-- 
http://www.nimon.org

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


Re: [PD] [GEM] Latest OS X version working with GEM

2015-03-12 Thread Nicolas Montgermont
Hello,

10.9 Mavericks is working ok with gem 0.93.3 except when you render text
using [text2d] and maybe [text3d].
Complete freeze of the computer can happen, some of them stops after a
few sec, and some of them never stops...
It is happening as well with 10.8 and iirc 10.7.

Best,
Nicolas

Le 12/03/2015 13:57, Jaime E Oliver a écrit :
 Well, it's good to know for teaching… 
 So I wonder what is the plan to keep compatibility with OS X moving forward...
 Thanks!
 J

 On Mar 12, 2015, at 1:39 AM, IOhannes zmölnig zmoel...@iem.at wrote:
 Am 11. März 2015 23:24:29 MEZ, schrieb Jaime E Oliver 
 jaime.oliv...@gmail.com:
 So what is the newest version of OS X with which GEM will work?

 I have mavericks installation that appears to work fine, but i'm no expert 
 in the shallow depths of osx

 mfg.ugd.fhj
 IOhannes

 --
 Sent from my pdp-11

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

-- 
http://www.nimon.org



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


[PD] [OT] pacat / parec padding with zeros

2014-10-03 Thread Nicolas Montgermont
Hello all,

Sorry for this OT but nobody is answering in the pulseaudio IRC and
maybe some of you know about this problem.

Under Ubuntu 14.04, I'm using a software that has a pulseaudio output
and I use pacat to record directly the sound coming from pulseaudio like
this:
pacat --record --format=s16le --rate=48000 --channels=2
--file-format=wav --volume=32768 --latency-msec=100 -d
alsa_output.pci-_00_1b.0.analog-stereo.monitor 
sleep 2.5  killall pacat

It is working well on the same machine with 12.04, but on 14.04 there is
a problem.

Some of the files are ~4 times bigger than expected. When I look at them
I see that sequences of zeros are randomly inserted in the file thus
increasing its size.
This phenomena is happening as a group : for a few minutes, recording
~50 files is fine, then for a long time, it is padded, then it can be
fine again...
Looking closer to the file, it seems that there is some relation to zero
crossings: the time where zeros are inserted seems to be close to zero
value of the wave data.

I've tried playing with format or piping to sox, the problem is still
happening.

As a workaround I tried to trim all the silences, but I didn't manage to
use the sox command for that:
$sox in.wav out4.wav silence 1 0.1 1% -1 0.1 1%
from : http://digitalcardboard.com/blog/2009/08/25/the-sox-of-silence/

Does anybody have an idea of what I can do to solve the recording problem?
Or if someone has a workaround to trim silence it will be really helpful!
best,
n

-- 
http://www.nimon.org

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


Re: [PD] A way to query the current platform

2014-09-24 Thread Nicolas Montgermont
Hello

Le 24/09/2014 09:05, IOhannes m zmölnig a écrit :
 The use-case for this is things like:
I see some other points:

* the output from [keyname], [key], [gemkeyboard], [gemkeyname] is different
* the window in Gem has to be placed (offset) in a different way for OSX
for fullscreen.
* the [shell] and [popen] object that are a very good connection to all
the other software behave differently
* one might want to call different script on different os as well for
specific usage
* for some specific IP hardware (badly coded), the bit order is
different when communicating with TCP/UDP.
* the path management can be different (old pix_write object for example
still in last pd-extended)

Best,

Nicolas

-- 
http://www.nimon.org



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


Re: [PD] pd installation instructions

2014-08-28 Thread Nicolas Montgermont
you miss the libtool package
n

Le 28/08/2014 00:06, forrest curo a écrit :
 When I follow these I'm getting:

 :~/pd-0.46-0$ ./autogen.sh
 autoreconf: Entering directory `.'
 autoreconf: configure.ac http://configure.ac: not using Gettext
 autoreconf: running: aclocal --force -I m4/generated -I m4
 autoreconf: configure.ac http://configure.ac: tracing
 autoreconf: configure.ac http://configure.ac: adding subdirectory
 portaudio to autoreconf
 autoreconf: Entering directory `portaudio'
 autoreconf: configure.in http://configure.in: not using Gettext
 autoreconf: running: aclocal --force
 aclocal: warning: autoconf input should be named 'configure.ac
 http://configure.ac', not 'configure.in http://configure.in'
 autoreconf: configure.in http://configure.in: tracing
 autoreconf: configure.in http://configure.in: subdirectory
 bindings/cpp not present
 autoreconf: configure.in http://configure.in: not using Libtool
 autoreconf: running: /usr/bin/autoconf --force
 configure.in:104 http://configure.in:104: error: possibly undefined
 macro: AC_LIBTOOL_WIN32_DLL
   If this token and others are legitimate, please use
 m4_pattern_allow.
   See the Autoconf documentation.
 configure.in:105 http://configure.in:105: error: possibly undefined
 macro: AC_PROG_LIBTOOL
 autoreconf: /usr/bin/autoconf failed with exit status: 1

 ---

 The alternate instructions hang first on a missing  [?] file
 alsa/asoundlib.h (which may be /usr/include/sound on my system?) 
 then generate pages of further errors.

 I hate to wimp, but this is not working...

 ?


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

-- 
http://www.nimon.org

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


Re: [PD] max midi in devices

2014-08-22 Thread Nicolas Montgermont
just do for midi input:
pd -midiindev 1,2,3,4,5
n

Le 22/08/2014 19:41, Alexandre Torres Porres a écrit :
 hmm, I'm curious about that nicolas - one way or another I think it'd
 be good to epxand this limit by default, I don't see what would be the
 problem for that, right?

 don't know any midi merger software, any recommendations?

 cheers


 2014-08-22 13:09 GMT-03:00 Nicolas Montgermont
 nicolas_montgerm...@yahoo.fr mailto:nicolas_montgerm...@yahoo.fr:

 IIRC you can have more than 4 devices if you ask for them in
 command line.
 It's just the graphical interface that is limited to 4
 n


 Le 22/08/2014 17:41, IOhannes m zmölnig a écrit :
  On 22. August 2014 09:37:54 MESZ, Alexandre Torres Porres
 por...@gmail.com mailto:por...@gmail.com wrote:
  Hi, can we only have 4 multiple midi inputs in od?
 
  what is the workaround?
 
  A midi merger (either hard or software)
 
 
 

 --
 http://www.nimon.org


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



-- 
http://www.nimon.org

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


Re: [PD] [PD-announce] puredata.info maintenance finished

2014-05-20 Thread Nicolas Montgermont
I send a mail on pd-announce yesterday but it didn't pass on the list.
It is on the archive though:
http://lists.puredata.info/pipermail/pd-announce/2014-05/thread.html
should I resend it?

best
n

Le 19/05/2014 19:47, Benjamin ~ 01xy a écrit :
 +congrats
 ++thanks

 benjamin


 Le 19/05/2014 14:55, IEM - network operating center (IOhannes m
 zmoelnig) a écrit :
 On 2014-05-14 12:43, IEM - network operating center (IOhannes m
 zmoelnig) wrote:

 we've been busy migrating the hardware to a new host in the last
 few days, so we hope to restore the services in no time.
 as far as we can tell, the services have been restored last thursday
 (in almost no time).

 unfortunately it seems that something went wrong with the sending of
 mailing-list posts, thus most of you did not receive any emails
 (including my initial maintenance done mail).
 hopefully this has been fixed now.

 we might be able to re-transmit the lost mails (but do not count on it).
 for your benefit, they are archived at the usual places, e.g. [1].

 while migrating the server, we also did a full software upgrade, which
 might make the server more vulnerable than it used to be (all the
 software running on the old pd.info was so outdated, that hardly
 anybody would care to write an exploit).

 however, we do hope that things work as expected.
 please report aynthing weird.

 one thing that did change, is that we now have a new SSL-certificate
 installed, which is only valid for puredata.info (the old
 certificate was valid for puredata.org, pure-data.info, and some
 others), but should be accepted by most clients out-of-the box.

 fgmasdr
 IOhannes


 [1] to name but a few:
 http://lists.puredata.info/pipermail/pd-announce
 http://lists.puredata.info/pipermail/pd-list
 http://lists.puredata.info/pipermail/pd-dev
 http://lists.puredata.info/pipermail/gem-dev

 -- 
 IEM - network operation center
 mailto:n...@iem.at

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



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

-- 
http://www.nimon.org


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


[PD] [PD-announce] Puredata workshops in iMAL / Brussels / August

2014-05-20 Thread Nicolas Montgermont
Hello list,

As every year, there are two pd workshops in August at iMAL -
Brussels/Belgium.

Pure Data 1: une introduction
5 - 8 August 2014
With Jack/RYBN

Pure Data 2: 3D temps réel
12 - 15 August 2014
With Nicolas Montgermont

There is also some other related workshop (arduino, processing, fablab, ...)

Registrations and information :
http://www.imal.org/fr/more/puredata2014

See you in Brussels!
++
Nicolas

-- 
http://www.nimon.org


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