Re: [PD] how prevent Pd from registering traces

2016-09-20 Thread Derek Kwan
On Sep 16, ro...@dds.nl wrote: > hello list, > > i would like to prevent Pd from leaving 'traces' other then what is done by > my patch. > i guess that if the preferences are not changed nothing will be written > about that. > > but what about the 'recently opened patches'? > > suggestions are w

Re: [PD] Yamaha UD-BT01 Wireless Midi Adapter (Bluetooth MIDI) with Linux

2016-09-20 Thread Derek Kwan
On Sep 12, IOhannes m zmoelnig wrote: > On 2016-09-12 11:49, Derek Kwan wrote: > > I use it with this > > program a2jmidid which is at least in the Ubuntu repos, I think it's > > supposed to bridge ALSA MIDI and Jack MIDI. Anyways, I then open up a > > ALSA MIDI channel or two in Pd. I then connect

Re: [PD] Tcl error for [knob] and [mknob]

2016-09-20 Thread Dan Wilcox
(reposting as I forgot to update subject line) The color format saving & loading was updated recently: https://github.com/pure-data/pure-data/commit/6af3739b2284cfd53ad0ca8eeb2d3c450767e77b I’m sure the e

Re: [PD] Pd-list Digest, Vol 138, Issue 65

2016-09-20 Thread Dan Wilcox
The color format saving & loading was updated recently: https://github.com/pure-data/pure-data/commit/6af3739b2284cfd53ad0ca8eeb2d3c450767e77b I’m sure the externs need to be updated to handle this. --

Re: [PD] configure fails for portaudio (Windows 7)

2016-09-20 Thread Dan Wilcox
Can you pull, clean, run configure, and try building again? I just added the missing portaudio api. Dan Wilcox @danomatika danomatika.com robotcowboy.com > On Sep 20, 2016, at 5:45 PM, Christof Ressi wro

Re: [PD] Tcl error for [knob] and [mknob]

2016-09-20 Thread Lucas Cordiviola
Win 8.1 [knob] and [mknob] warning:external GUI object uses obsolete Pd function iemgui_all_colfromload() Seems that they work but we cant set the colors. If you connect [numberboxes] they work. Mensaje telepatico asistido por maquinas. From: Pd-list o

Re: [PD] configure fails for portaudio (Windows 7)

2016-09-20 Thread Dan Wilcox
Ok sweet. Should be easy to fix. You're the first person to try it on windows. enohp ym morf tunes --- Dan Wilcox danomatika.com robotcowboy.com > On Sep 20, 2016, at 5:45 PM, Christof Ressi wrote: > > Hi Dan! I tried your branch and 'configure' work now, however, I get an error > wit

Re: [PD] Tcl error for [knob] and [mknob]

2016-09-20 Thread Christof Ressi
forgot to attach the error message... > Gesendet: Mittwoch, 21. September 2016 um 02:50 Uhr > Von: "Christof Ressi" > An: pd-l...@iem.at > Betreff: [PD] Tcl error for [knob] and [mknob] > > Hi, when I open the properties for [knob] (flatgui) or [mknob] (moonlib) in > Pd 0.47.1, Tcl throws an err

[PD] Tcl error for [knob] and [mknob]

2016-09-20 Thread Christof Ressi
Hi, when I open the properties for [knob] (flatgui) or [mknob] (moonlib) in Pd 0.47.1, Tcl throws an error when building the color section and stops building the rest of the gui. I can still set the other properties and confirm with enter (since 'OK' and 'Apply' buttons are not drawn). However,

Re: [PD] configure fails for portaudio (Windows 7)

2016-09-20 Thread Christof Ressi
Hi Dan! I tried your branch and 'configure' work now, however, I get an error with 'make': portaudio/src/os/win/pa_win_wdmks_utils.c:53:51: fatal error: ../../hostapi/wasapi/mingw-include/ks.h: No such file or directory compilation terminated. Makefile:719: die Regel für Ziel „portaudio/src/os/w

Re: [PD] configure fails for portaudio (Windows 7)

2016-09-20 Thread Dan Wilcox
Can you try the “autotools_updates” branch from https://github.com/pure-data/pure-data/tree/autotools_updates ? I removed the separate step of calling configure on portaudio directly as we now handle it in a makefile instead. -

Re: [PD] [coll] bug

2016-09-20 Thread Lucas Cordiviola
Hi Fred, >And Windows 10 32-bit, that is where I tested it and getting the same >error. If I can't get it working properly on my build machine, I >shouldn't distribute it. I was getting the error only if loading coll-help as the first try (from the browser). I was not getting the error if i c

[PD] configure fails for portaudio (Windows 7)

2016-09-20 Thread Christof Ressi
Hi list, I've already build several Pd externals with MinGW on Windows 7 using the pd-lib-builder, but never build Pd itself from source for this platform. 'configure' always fails for portaudio. The error message I get is this: === configuring in portaudio (/c/pd_externals/pd/portaudio) config

Re: [PD] [coll] bug

2016-09-20 Thread Lucas Cordiviola
Ops, I'm getting the error but only when opening the help patch. Not if using with or without the threaded option. Testing with beta 2. We should check the help patch. Mensaje telepatico asistido por maquinas. From: Fred Jan Kraan Sent: Tuesday, Septembe

Re: [PD] [coll] bug

2016-09-20 Thread Alexandre Torres Porres
so, finally checking [coll], the very last object I'm checking from all cyclone objects, this has taken 7 months of my life so far. And, as usual, I'm finding a few issues. 2016-09-17 4:55 GMT-03:00 Derek Kwan : > that third outlet seems to work fine to me. > Well, it's not working here either,

Re: [PD] [coll] bug

2016-09-20 Thread Fred Jan Kraan
On 2016-09-20 07:28 PM, Lucas Cordiviola wrote: > @Christof > > > Thanx for the feedback. > > > @Fred > > > Thanx for the fix. > > > I was unable to get the error on beta 2, tested with win7-32, win8.1-64 > and win10-64 (virtual machine). Seems to be only on win7-64 (I didn`t > test it).

Re: [PD] [coll] bug

2016-09-20 Thread Lucas Cordiviola
@Christof Thanx for the feedback. @Fred Thanx for the fix. I was unable to get the error on beta 2, tested with win7-32, win8.1-64 and win10-64 (virtual machine). Seems to be only on win7-64 (I didn`t test it). Dan has mentioned something cool that could be used for threading: https://