Re: [PD] pd code debug

2015-06-11 Thread Marco Matteo Markidis
to process Pd (pid) (not pd with icon but pd in the latter half of list, Pd runtime) 4. Open Patch that contains your freshly built external Cheers, Joe On 11 June 2015 at 16:47, Marco Matteo Markidis mm.marki...@gmail.com wrote: Dear Iohannes, thank you. On Mac I do: $ lldb -- /Applications

[PD] pd code debug

2015-06-11 Thread Marco Matteo Markidis
Hi guys, I'm writing a Pd external, but when I turn on the DSP Pd crashes. Obviously the problem is in my perform routine, and looking at Console (a log viewer on Mac OS X) I can confirm it. So I would like to know if someone of you is using a debugger program in order to fix the problem. I try

Re: [PD] pd code debug

2015-06-11 Thread Marco Matteo Markidis
As I know, gdb is no more present in Mac. I think it was substituted by lldb. Anyway, on gdb what is the correct syntax in order to launch your external? Thank you, Marco 2015-06-11 14:39 GMT+02:00 i go bananas hard@gmail.com: gdb On Thu, Jun 11, 2015 at 9:22 PM, Marco Matteo Markidis

Re: [PD] pd code debug

2015-06-12 Thread Marco Matteo Markidis
Dear Dan, thank you for your answer. In my computer at /usr/bin/ there is no gdb, and doing locate gdb I got no results. Moreover, I remember that from Mavericks gdb was no more installed with Xcode[1]. I think you can build by yourself gdb from MacPorts or something similar[2]. I have to update

Re: [PD] gigaverb~

2015-12-14 Thread Marco Matteo Markidis
Thank you Iohannes. I read more carefully the GPL page. Cheers, Marco Matteo Markidis 2015-12-14 13:14 GMT+01:00 IOhannes m zmoelnig <zmoel...@iem.at>: > On 2015-12-14 12:30, Marco Matteo Markidis wrote: > > Hi guys. > > > > In this period I need a reverb with the t

Re: [PD] gigaverb~

2015-12-21 Thread Marco Matteo Markidis
of seconds of reverberation. Best regards, Marco Matteo Markidis [1]: https://puredata.info/downloads/freeverb 2015-12-14 17:57 GMT+01:00 William Huston <williamahus...@gmail.com>: > Hi Marco-- > > How does Gigaverb differ from Freeverb? > > Thank you. I will look forward to try

Re: [PD] gigaverb~

2015-12-21 Thread Marco Matteo Markidis
regards, Marco Matteo Markidis 2015-12-21 18:29 GMT+01:00 Alexandre Torres Porres <por...@gmail.com>: > > > 2015-12-21 15:10 GMT-02:00 Marco Matteo Markidis <mm.marki...@gmail.com>: > >> gigaverb~ is a feedback delay network reverb. >> > > soryy to highjack t

Re: [PD] pd list mailing archive?

2016-05-31 Thread Marco Matteo Markidis
Valdez <jsubiaval...@gmail.com> : > GIGAVERB there it is!! > > thanks guys!, confirmed, my memory is leaky. > > cheers > > On Tue, May 31, 2016 at 12:14 PM, Marco Matteo Markidis < > mm.marki...@gmail.com> wrote: > >> Dear José, >> >>

Re: [PD] pd list mailing archive?

2016-05-31 Thread Marco Matteo Markidis
Dear José, Maybe you mean gigaverb~? Best regards, Marco 2016-05-31 12:57 GMT+02:00 José Rafael Subía Valdez : > Hmmm... maybe mine is leaky or leakier than I expected. I thought I read > about someone porting it to PD and wanting to put it up with deken. > > no

[PD] [PD-announce] gigaverb~ update: version 0.2

2016-06-16 Thread Marco Matteo Markidis
Dear all, I update gigaverb~. Now it is available via Deken. OS X 32-64 bit and Linux 64 bit versions are provided. No Win version: however the source code and the makefile are present. For any problem, just contact me. Best regards, Marco Matteo Markidis

Re: [PD] threading issue

2016-02-10 Thread Marco Matteo Markidis
"I think I can safely say that nobody understands quantum mechanics." (Richard Feynman) 2016-02-10 20:56 GMT+01:00 Jonathan Wilkes via Pd-list : > > However, I doubt anyone has ever completely debugged a program that uses > threads. > > To me, understanding threading is a

[PD] deken problem

2016-02-16 Thread Marco Matteo Markidis
/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1335, in _execute_child raise child_exception OSError: [Errno 2] No such file or direc

Re: [PD] deken problem

2016-02-16 Thread Marco Matteo Markidis
gt;- python-dev > > cheers > > > 2016-02-16 12:06 GMT+01:00 Marco Matteo Markidis <mm.marki...@gmail.com>: > >> Hi guys! >> >> I'm trying to upload my first external on deken. During the package >> command I get this problem: >> >> MMMarkid

Re: [PD] deken problem

2016-02-16 Thread Marco Matteo Markidis
), but I don't know what are in python-dev. Do you know which dependence I have to satisfy? Thank you. Marco Matteo Markidis 2016-02-16 15:21 GMT+01:00 Marco Matteo Markidis <mm.marki...@gmail.com>: > A! > Sorry Antoine, newbie question :( > Thank you. > > 2016-02-16 15

Re: [PD] deken problem

2016-02-16 Thread Marco Matteo Markidis
tps://gpgtools.org/, then deken > worked fine. > Good luck ! > > 2016-02-16 15:48 GMT+01:00 Marco Matteo Markidis <mm.marki...@gmail.com>: > >> Dear Antoine, >> >> I installed via MacPorts gpg, libffi-dev and libssl-dev. Actually, (I >> suppose!) the macports name

Re: [PD] Nettles. Was: Cyclone: List of Issues with existing objects by Alexandre Porres

2016-02-17 Thread Marco Matteo Markidis
Dear Fred, some of the objects proposed by Porres could be added in cyclone? If yes, we can work on them; otherwise I see your todo list[1]. If you confirm this list probably it's better to work to fix bugs. Cheers, Marco Matteo Markidis [1]: http://fjkraan.home.xs4all.nl/digaud/puredata

Re: [PD] sanity check on workings of pd~

2016-04-06 Thread Marco Matteo Markidis
Hi, me and Matt discussed [pd~] some time ago. The default fifo blocks is 5; anyway (line 634 of pd.c) [pd~] doesn't check arguments, so you can put values as you want, like fifo 0 or fifo -1... but it doesn't like :) Best regards. Marco 2016-04-06 6:22 GMT+02:00 Matt Barber

Re: [PD] Pd-l2ork GUI port Alpha 0

2016-04-12 Thread Marco Matteo Markidis
Hi Jonathan, I manage to "steal" another OS X (10.9 Mavericks this time). I confirm you that toxy, flib, flatspace and pidip are not loaded. This time array is created at first time, but without the name (array1) that appears after a while. I get several time "Old command at

Re: [PD] Pd-l2ork GUI port Alpha 0

2016-04-12 Thread Marco Matteo Markidis
remove for the next alpha. I > went > ahead and made a bug report to remove them. > > -Jonathan > > > > On Monday, April 11, 2016 2:05 PM, Marco Matteo Markidis < > mm.marki...@gmail.com> wrote: > > > Hi Jonathan, > > amazing work. > > Somet

Re: [PD] Pd-l2ork GUI port Alpha 0

2016-04-11 Thread Marco Matteo Markidis
Hi Jonathan, amazing work. Something that I see during some trial: -) apart Gem and Pdp that I understand are "properly" not loaded, toxy, flib, flatspace and pidip are not loaded (maybe wanted, just a report...) -) [array] and all stuff related [array define array1] are not created: array

Re: [PD] deken problem

2016-03-02 Thread Marco Matteo Markidis
Thank you I will try. Let me know if gigaverb~ works on Linux :) 2016-03-02 19:16 GMT+01:00 Jonghyun Kim <agitato...@gmail.com>: > i never installed virtualbox on mac os x. but i can try it. did you tried > with portaudio? > > On Thu, Mar 3, 2016 at 1:06 AM, Marco Matteo Mar

Re: [PD] deken problem

2016-03-02 Thread Marco Matteo Markidis
Markidis 2016-02-16 19:19 GMT+01:00 Jonghyun Kim <agitato...@gmail.com>: > thanks for upload it. however there is no MAKEFILE for linux. i want to > try it on linux. who can help me for the MAKEFILE? > > jonghyun > > On Wed, Feb 17, 2016 at 2:06 AM, Marco Matteo Markidis &

Re: [PD] holding keys on patchload to affect object behaviour

2016-04-01 Thread Marco Matteo Markidis
the Pd world that it doesn't work > > cheers > > 2016-03-31 10:16 GMT-03:00 Marco Matteo Markidis <mm.marki...@gmail.com>: > >> Thank you Iohannes for your answer. >> >> I have me too several doubts about the way I wrote it and in general if >> there is a &quo

Re: [PD] holding keys on patchload to affect object behaviour

2016-03-31 Thread Marco Matteo Markidis
ess] clock [loadmess] arrives first. Anyway, actually I don't think to make public this code because I'm not convince about it. Thank you again. Best regards. 2016-03-31 14:52 GMT+02:00 IOhannes m zmoelnig <zmoel...@iem.at>: > On 2016-03-31 12:32, Marco Matteo Markidis wrote: > &g

Re: [PD] holding keys on patchload to affect object behaviour

2016-03-31 Thread Marco Matteo Markidis
Dear list, I wrote loadmess object for (re)-cyclone library. For "holding keys at loading patch time" behavior I do a pd_bind with keyname symbol in g_editor and I compare the symbol that I receive from the pd_list in canvas_key function. However, for do this I need to sacrifice the loadbang

Re: [PD] help compiling vanilla on mac

2016-05-19 Thread Marco Matteo Markidis
Hi Alex, I have Yosemite (10.10.5). Best regards, Marco 2016-05-19 4:15 GMT+02:00 Dan Wilcox : > Oi. Sorry for the sudden flood of emails. Going out the door to a red-eye > flight to Moogfest. :) > > > Dan Wilcox > @danomatika >

Re: [PD] error installing Pd 0.47 OSX

2016-05-11 Thread Marco Matteo Markidis
Dear all, I manage to compile removing the two Windows lines from Makefile in portmidi folder from here: nobase_noinst_HEADERS = \ pm_common/pminternal.h \ pm_common/pmutil.h \ pm_common/portmidi.h \ pm_linux/pmlinux.h \ pm_linux/pmlinuxalsa.h \ pm_mac/pmmac.h \ pm_mac/pmmacosxcm.h \

Re: [PD] help compiling vanilla on mac

2016-05-18 Thread Marco Matteo Markidis
Hi Alex. I manage to compile properly Vanilla on OS X using Dan autotools update. So, I suggest you to give a try with it. Follow the Dan command: git clone https://github.com/pure-data/pure-data.git -b autotools_updates > cd pure-data > ./configure > make > make app With ./configure --help

Re: [PD] error installing Pd 0.47 OSX

2016-05-12 Thread Marco Matteo Markidis
gt; ... so does this mean Pd should zoom in for either cmd-= OR cmd-+? > > cheers > Miller > On Wed, May 11, 2016 at 09:17:45PM +0200, IOhannes m zmölnig wrote: > > On 05/11/2016 07:47 PM, Marco Matteo Markidis wrote: > > Moreover, zoom in function works with cmd+= (not wi

[PD] error installing Pd 0.47 OSX

2016-05-09 Thread Marco Matteo Markidis
Dear list, I'm trying to install new Pd 0.47 on OS X. After ./autogen.sh && ./configure --enable-jack --enable-fftw, I get during make this error: make[2]: *** No rule to make target `pm_win/pmdll.h', needed by `all-am'. Stop. make[1]: *** [all-recursive] Error 1 It looks like trying to work on

Re: [PD] PdCon16 NYC Calls are open

2016-08-19 Thread Marco Matteo Markidis
Dear Jaime, I don't understand a point regarding the paper submission. The Latex Template will be provided only for the final submission, right? So the pdf we have to send has no standard template? I can write just one page of standard latex article template? Thank you. Best regards, Marco

Re: [PD] PdCon16 NYC Calls are open

2016-08-19 Thread Marco Matteo Markidis
Thank you. 2016-08-19 16:27 GMT+02:00 Jaime <jaime.oliv...@gmail.com>: > Dear Marco, > > Yes, that is correct! > > J > > Sent from my iPhone > > On Aug 19, 2016, at 9:16 AM, Marco Matteo Markidis <mm.marki...@gmail.com> > wrote: > > Dear Jaime, &g

Re: [PD] kyma x pd and others?

2016-08-22 Thread Marco Matteo Markidis
Dear all, honestly I never used Kyma. Anyway, I realized a port to Pd of a composition of Agostino Di Scipio born in Kyma. Apart all technical and aesthetic problems due to the different implementation, my opinion is that, in this specific case, Pd can perform all tasks with no CPU problem and

Re: [PD] /extra/ folder loading and path setting issues on pd for Mac

2016-08-22 Thread Marco Matteo Markidis
Dear Iohannes, actually making $ file gigaverb~.pd_darwin I obtain: gigaverb~.pd_darwin: Mach-O universal binary with 2 architectures gigaverb~.pd_darwin (for architecture i386): Mach-O bundle i386 gigaverb~.pd_darwin (for architecture x86_64): Mach-O 64-bit bundle x86_64 and even with zexy

Re: [PD] lock free problem

2016-08-23 Thread Marco Matteo Markidis
; > On Tue, Aug 23, 2016 at 03:49:20PM +0200, Marco Matteo Markidis wrote: > > Dear all, > > > > I'm developing an external that has two threads, one audio thread and one > > worker thread. The audio thread contains all usual stuff; while the > worker > &g

Re: [PD] lock free problem

2016-08-23 Thread Marco Matteo Markidis
reasonable situations. > > cheers > Miller > > On Tue, Aug 23, 2016 at 06:26:16PM +0200, Marco Matteo Markidis wrote: > > Thank you Miller for your answer. > > > > This afternoon I just took a look of s_audio_paring.c/h. > > Do you think the lock in the scheduler

[PD] RME Fireface 802 problem (aka problem with PA and Jack on OS X)

2016-08-25 Thread Marco Matteo Markidis
-) Pd 64 bit (compiled by myself) Best, Marco 2016-06-14 16:08 GMT+02:00 Marco Matteo Markidis <mm.marki...@gmail.com>: > so what was the error message? > > I start Jack from JackPilot on OS X, and Jack fails to start, not Pd fails > to connect to Jack. > >> so when usin

Re: [PD] [coll] bug

2016-09-18 Thread Marco Matteo Markidis
IMHO, thread functionality is one of the milestone of [coll] implementation. Please, don't trash it. Best. 2016-09-18 9:43 GMT+02:00 Ivica Bukvic : > Instead of outright removing the feature for all platforms when it works > on 2 out of 3 them, you could disable building it on

Re: [PD] [coll] bug

2016-09-17 Thread Marco Matteo Markidis
Hi Oliver, can you try: [coll 0] , where is the name of the file you want to load in coll and 0 starts the non-threaded version of coll. Best, Marco 2016-09-17 10:00 GMT+02:00 Derek Kwan : > > On first glance, it looks like 0.2beta has pthread stuff that > >

[PD] lock free problem

2016-08-23 Thread Marco Matteo Markidis
Dear all, I'm developing an external that has two threads, one audio thread and one worker thread. The audio thread contains all usual stuff; while the worker thread computes calculations (I need knn searches and so on for my resynthesis) and put them in a data structure. At the end of

[PD] Radio Randio: randio~

2016-10-13 Thread Marco Matteo Markidis
Dear list, I'd like to signal this news from Facebook group: http://randio.apsu.it Radio Randio is an algorithmic in-real-time internet radio. We can contribute and so on. Best, Marco Matteo Markidis ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE

[PD] kyma to Pd

2016-10-09 Thread Marco Matteo Markidis
to the Kyma architecture or graph ordering. Best regards, Marco Matteo Markidis ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] Random

2018-05-30 Thread Marco Matteo Markidis
usually in random number generators one wants to have control on the seed because this allows to have the same numeric streams every time one wants. so, IMHO the best practice is to generate a time-valued seed in some way (e.g. [realtime]) and use it as argument for |seed< method. ciao

Re: [PD] Random

2018-05-31 Thread Marco Matteo Markidis
hat if [seed( without argument would take the current system time? this could be an idea but one need the second outlet. ciao -Marco Matteo Markidis 2018-05-31 17:50 GMT+02:00 Alexandre Torres Porres : > that's what I was suggesting ;) > > 2018-05-31 9:15 GMT-03:00 Christof Ressi : &g

Re: [PD] readsf re-blocked up-sampled

2018-03-06 Thread Marco Matteo Markidis
chunks without every time close the file descriptor. could be an idea to add a method for read chunks without close the fd? or there is an alternative way without write code? best, marco matteo markidis 2018-03-05 13:00 GMT+01:00 IOhannes m zmoelnig <zmoel...@iem.at>: > On 2018-03-05 12:

[PD] sparse considerations about jit_expr (was: jit_expr 0.1: Just in time expr/expr~/fexpr~)

2018-03-31 Thread Marco Matteo Markidis
Dear list, if this is stable, wouldn't it be a nice idea to propose it as an update to > the expr~ family of objects? since it is basically an optimized clone? basically it is an optimized clone, but we have to consider the introduction of several (and heavy: llvm one for all) dependencies

Re: [PD] [PD-announce] jit_expr 0.1: Just in time compiled expr/expr~/fexpr~

2018-03-18 Thread Marco Matteo Markidis
Dear Alex, very happy about this new feature... and incredibly very happy about hearing just-in-time compiling dsp graph! Anyway, I get only various jit/expr, jit/expr~, jit/fexpr~ couldn't create... I tried to change the [declare -lib] in [declare -path], jit_expr in jit/expr in declare, looking

Re: [PD] [PD-announce] jit_expr 0.1: Just in time compiled expr/expr~/fexpr~

2018-03-18 Thread Marco Matteo Markidis
pr -> double click on the jit_expr-help.pd file? > > -Alex > > > On Sun, Mar 18, 2018 at 9:49 AM, Marco Matteo Markidis < > mm.marki...@gmail.com> wrote: > >> Dear Alex, >> >> very happy about this new feature... and incredibly very happy about >&g

Re: [PD] [convolve~] version 0.11 testing

2018-03-19 Thread Marco Matteo Markidis
hi william, i met the same problem in [loadmess]. actually you can clock a 0-delay time; in this case the loading method should be evaluated at the end of the same logical time, providing that the loadbanged array is evaluated. if this solution is not correct, i have to change loadmess :) best,

Re: [PD] [PD-announce] jit_expr 0.1: Just in time compiled expr/expr~/fexpr~

2018-03-18 Thread Marco Matteo Markidis
error-limit=] 20 errors generated. make[3]: *** [src/parse/CMakeFiles/parse.dir/scanner.cc.o] Error 1 make[2]: *** [src/parse/CMakeFiles/parse.dir/all] Error 2 make[1]: *** [all] Error 2 make: *** [pd] Error 2 2018-03-18 22:49 GMT+01:00 Marco Matteo Markidis <mm.marki...@gmail.com>: &g

Re: [PD] [PD-announce] jit_expr 0.1: Just in time compiled expr/expr~/fexpr~

2018-03-18 Thread Marco Matteo Markidis
a ? > Can you tell me what is in your "path" settings, on mac the "file" menu > item might be just called "Pd"? I'm not sure [I'm on a linux machine right > now] > File -> preferences -> path > > -Alex > > > On Sun, Mar 18, 2018 at 10:10

Re: [PD] [PD-announce] jit_expr 0.1: Just in time compiled expr/expr~/fexpr~

2018-03-18 Thread Marco Matteo Markidis
]: *** [src/parse/CMakeFiles/parse.dir/all] Error 2 make[1]: *** [all] Error 2 make: *** [pd] Error 2 2018-03-18 23:38 GMT+01:00 Marco Matteo Markidis <mm.marki...@gmail.com>: > I managed to add llvm but compilation fails. > > MMMarkidis:jit_expr dis$ make > > [ 7%] [FLEX][S

Re: [PD] Porting Max MSP externals to Pure Data

2018-03-04 Thread Marco Matteo Markidis
Hi, you can take a look of gigaverb~. Moreover there is Eric Lyon's book on writing externals in max and pd. Best, Marco 2018-03-04 15:30 GMT+01:00 Ed Kelly via Pd-list : > Hi List, > > I'm porting a library of LPC externals from Max/MSP to Pd. > I wonder if someone could

Re: [PD] readsf re-blocked up-sampled

2018-03-04 Thread Marco Matteo Markidis
> > following a previous conversation[1], using [block~]. Anyway, I don't get > > the correct up-sampling factor. Assuming the patch at sr = 44100 hz, the > > same for the audio file, blocksize 64 samples, I tried various > > configurations with changing blocksize, overla

Re: [PD] readsf re-blocked up-sampled

2018-03-04 Thread Marco Matteo Markidis
I expect that using [readsf~] in a re-blocked and up-sampled patch is usefull to have the same played back file but trying to avoid glitches. 2018-03-04 21:18 GMT+01:00 IOhannes m zmölnig <zmoel...@iem.at>: > On 03/04/2018 06:39 PM, Marco Matteo Markidis wrote: > > Dear Miller

Re: [PD] readsf re-blocked up-sampled

2018-03-05 Thread Marco Matteo Markidis
more often than the main canvas. Best, Marco Ps. I think that the right word is audio dropout/audio interruption and not glitch. Sorry about that. 2018-03-04 22:19 GMT+01:00 IOhannes m zmölnig <zmoel...@iem.at>: > On 03/04/2018 09:53 PM, Marco Matteo Markidis wrote: > > I expect tha

Re: [PD] (no subject)

2018-12-27 Thread Marco Matteo Markidis
Hi Joao, for iemmatrix you need the dynamic libraries that come with it via deken, e.g. libgsl.0.dylib. So my suggestion is to download iemmatrix library via deken, use [declare] with -lib flag and open the patch being sure that the libraries are in the libs folder. best, -Marco Matteo Ps. i

Re: [PD] pd 0.49-0test3 macOS device unplug test

2018-09-17 Thread Marco Matteo Markidis
hi, on osx 10.10 it works satisfying both steps listed. i tried with device as input/output, only input, only output obtaining the same result. in attachment two screenshots after unplug operation (device as both i/o) for different version: 0.49-test3-unplugfix and 0.49-test3. best, -Marco

[PD] Fwd: autotune external for OSX anyone?

2019-10-31 Thread Marco Matteo Markidis
Hi, can it be [autotuned~] (not [autotune~])? in this case, for osx try this[1]. link of Katja. cheers [1]: http://www.pdpatchrepo.info/hurleur/autotuned~_v0.zip Il giorno gio 31 ott 2019 alle ore 09:45 enrike ha scritto: > Hi > > A student working on latest OSX wants to test autotune-like

[PD] [PD-announce] piro 0.0.3 alpha

2021-04-11 Thread Marco Matteo Markidis
Dear all, I would like to announce the release of *piro*[1]. Piro is a Pd-port of an impulse-response measurement object and a zero latency convolver from the HISSTools Impulse Response Toolbox (HIRT). Moreover in the package it is included a general-purpose object that contains several utilities

Re: [PD] [PD-announce] piro 0.0.3 alpha

2021-04-11 Thread Marco Matteo Markidis
; achieve both low latency output and a cpu-efficient form of partitioned > convolution? > > Best! > > Edwin > > On 11 Apr 2021, at 17:25, Marco Matteo Markidis > wrote: > > Dear all, > > I would like to announce the release of *piro*[1]. > Piro is a Pd-