[PD] [OT] Android sensor data via OSC

2014-10-07 Thread Thomas Mayer
Hi, I have just uploaded the first pre-release of an Android app that sends sensor data via OSC. As an example, I have included a Pd patch to receive and output the data: https://github.com/residuum/SensOSC https://github.com/residuum/SensOSC/releases/tag/0.1.0 Thanks, Thomas -- When one's

Re: [PD] Turing Tarpit (was Re: (breaking symbols))

2014-11-24 Thread Thomas Mayer
Hi, Billy Stiltner schrieb am 24.11.2014 13:11: how in the world do I strip the symbol selector and send 50 and 40 to [/ ] as floats? One way is using [symbol2list] from zexy and then use a [float]: [s2l] | [f] ___ Pd-list@lists.iem.at mailing

[PD] [PD-announce] PuREST JSON 1.2.0 and 1.2.0+json-c-0.10 released

2015-02-01 Thread Thomas Mayer
Hello, I am happy to announce the release of PuREST JSON 1.2.0, code name: OAuth rly, as well as the release of version 1.2.0+json-c-0.10, code name: Ye olde OAuth rly. PuREST JSON is a library for connecting Puredata (Pd) to HTTP services and encoding and decoding JSON data. Github repository:

Re: [PD] GUI lock ups

2015-05-20 Thread Thomas Mayer
Am 20. Mai 2015 04:33:17 MESZ, schrieb William Huston williamahus...@gmail.com: My understanding is the error either goes to the GUI or to the shell. I can see the error in the GUI which a pasted into a prior email. Thus, I see no benefit sending the same error to stderr. On Tue, May 19,

[PD] Dynamic Patching: Closing Abstractions without Save

2015-11-06 Thread Thomas Mayer
Hello, I am developing a dynamic abstraction that depends on arguments. As I am dynamically deleting objects, the abstraction is opened, and then closed again using [; $1 menuclose(, with $1 being the name of the canvas set before with [namecanvas $0-r]. This is working well, but when I close a

[PD] [PD-announce] PuREST JSON 1.4.0 "My neighbor TOR" released

2016-01-09 Thread Thomas Mayer
Hello, I am happy to announce the release of PuREST JSON 1.4.0, code name: My neighbor TOR. PuREST JSON is a library for working with RESTful HTTP webservices, and JSON data. Authentication and authorization for webservices are available with basic HTTP auth, cookie authentication, and OAuth.

[PD] Dynamic Patching with 0.47

2016-06-18 Thread Thomas Mayer
Hi, with Pd 0.47 in Debian dynamically deleting objects does not work anymore. When I open my abstraction https://github.com/residuum/Puredata-abstractions/blob/master/glue/switch-matrix.pd, I get an error in the console (Tcl) INVALID COMMAND NAME: invalid command name ".find.entry" while

[PD] [PD-announce] PuREST JSON 1.4.1 "Orpheus's lyre" released

2016-06-24 Thread Thomas Mayer
Hello, I am happy to announce the release of PuREST JSON 1.4.1, code name: Orpheus's lyre. This release is a bug fix release to counter possible crashes and memory leaks due to a wrong usage of json-c in prior versions. PuREST JSON is a library for working with RESTful HTTP webservices, and

Re: [PD] webpage to xml

2016-04-03 Thread Thomas Mayer
HI, On 02.04.2016 12:12, Csaba Láng wrote: > Dear list, > > is there any option to convert automatically webpage content to xml in PD? > I would like to create some interactive installations based on web > content, and still looking for a simple way. Converting a symbol into XML or DOM is not

Re: [PD] w32 Deken package issues.

2016-07-14 Thread Thomas Mayer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, On 13.07.2016 10:59, IOhannes m zmoelnig wrote: > On 2016-07-13 10:12, Lucas Cordiviola wrote: >> On 2016-07-12 09:41, IOhannes m zmoelnig wrote: >>> yes. that's the microsoft way to ship dependencies. >> >> Lets keep Microsoft out of this,

Re: [PD] w32 Deken package issues.

2016-07-15 Thread Thomas Mayer
On 15.07.2016 12:17, IOhannes m zmölnig wrote: > On 07/14/2016 08:17 PM, Thomas Mayer wrote: >> - I compile these dependencies (and their dependencies) in the >> resulting dlls, because there is no user-friendly way to tell >> users to download the dlls. > > hmm. i'm

Re: [PD] w32 Deken package issues.

2016-07-18 Thread Thomas Mayer
Hi, Lucas Cordiviola schrieb am 15.07.2016 15:33: > There was a bug in earlier versions of Pd (up to 0.43 I think), thatPd did not > look in the same folder for a dependency. > > Not sure what you mean. > If you make an external that needs another .dll, for example an mp3 player > ext, > and

[PD] LibPD for .NET and Mono now available from NuGet

2016-08-26 Thread Thomas Mayer
Hello, I have uploaded and fully functional version of LibPD for .NET and Mono to NuGet: https://www.nuget.org/packages/LibPDBinding I have opted to number the versions independantly from LibPD itself, as new packages may be uploaded with new architectures and OS. It has been compiled using

[PD] Libpd.cc is down

2016-08-25 Thread Thomas Mayer
Hello, I have just discovered, that libpd.cc is down: http://www.downforeveryoneorjustme.com/libpd.cc cu Thomas -- "Ich komme aus dem Staunen nicht heraus." "Dann bleib halt drin, du Seppel" (Dietmar Dath - Die Abschaffung der Arten) http://www.residuum.org/

Re: [PD] libpd for Unity still alive?

2016-10-27 Thread Thomas Mayer
Hello all, I have started a discussion about the C# API over at Github: https://github.com/libpd/libpd/issues/153 To be clear, the restructuring of the C# API should not remove the current thin wrapper around the C API, but will additionally offer a more idiomatic API, and should be prepared

[PD] New C# API design was: Re: libpd for Unity still alive?

2016-10-27 Thread Thomas Mayer
Hi, On 25.10.2016 22:52, Thomas Mayer wrote: > Hello all, > > I have started a discussion about the C# API over at Github: > > https://github.com/libpd/libpd/issues/153 > > To be clear, the restructuring of the C# API should not remove the > current thin

Re: [PD] on android to root n linux or not

2016-10-17 Thread Thomas Mayer
On 14.10.2016 06:06, Billy Stiltner wrote: > http://raw-sockets.sysapps.org/#interface-tcpsocket for a possible > simpler 3rd option, its hard to find which direction to go in. > imagine an impromptu group jam where you have a puredata instrument > ready to accept messages over the internet and

[PD] Continuous Integration for Externals

2016-11-28 Thread Thomas Mayer
Hello, after watching the talk and discussion from Katja about external development, I have started setting up my extension PuREST JSON for CI builds on travis-ci.org. Linux amd64 and cross compilation for Windows with MXE is working, I still have an error with compiling the 32 bit x86 version

Re: [PD] Continuous Integration for Externals

2016-11-28 Thread Thomas Mayer
Hi, On 28.11.2016 22:34, Thomas Mayer wrote: > Obiously, I would like to set up a Mac build machine as well. What do I > need to install on a clean system via command line? Has anybody else > tried to do that before? Yes, it has been tried by IOhannes, and Dan and Antoine ha

Re: [PD] GUI breakage after update to Debian Stretch

2016-11-17 Thread Thomas Mayer
Hi, Tobias Brodel schrieb am 17.11.2016 10:10: > After updating my laptop to Debian Stretch recently I've found the UI > elements > of Pd to be broken: > * number and message boxes have a different appearance > * toggles and bangs both appear the same (an empty square) and neither >

Re: [PD] Continuous Integration for Externals

2016-11-29 Thread Thomas Mayer
Hi, On 29.11.2016 09:58, IOhannes m zmoelnig wrote: > On 2016-11-29 02:54, Thomas Mayer wrote: >> Should I use gcc or clang for compilation on OS X? Or both? > > i'd use $(CC). > > i see little merit in using a compiler that is actively being > phased out in the ecosy

[PD] Call for a Mac OS X tester Re: Continuous Integration for Externals

2016-12-13 Thread Thomas Mayer
The latest build also contain a manual that is directly rendered Markdown from the Github wiki. This is quite easy to do: https://github.com/residuum/PuRestJson/blob/master/create-manual.py Thanks, Thomas Thomas Mayer schrieb am 01.12.2016 01:15: > On 01.12.2016 00:57, Thomas Mayer wr

Re: [PD] Continuous Integration for Externals

2016-11-30 Thread Thomas Mayer
On 01.12.2016 00:57, Thomas Mayer wrote: > The packages are then uploaded to my owncloud instance and are available > from https://ssl-account.com/cloud.residuum.org/index.php/s/380C60JAabnO7jk OS X builds on Travis are pretty much behind since yesterday, so give it several hours time

Re: [PD] Continuous Integration for Externals

2016-11-30 Thread Thomas Mayer
Hello, On 29.11.2016 22:33, katja wrote: > On Tue, Nov 29, 2016 at 12:07 PM, katja wrote: > > [...] >> >> From https://docs.travis-ci.com/user/customizing-the-build/, I >> understand that Travis CI is also a community build farm (but >> obviously bigger and more

[PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-01-03 Thread Thomas Mayer
Hello, I am happy to announce the release of PuREST JSON 1.4.2, code name: Argo in shipyard. This release is a minor update and contains changes to the build scripts and documentation. This version also has a Mac OS X release available via deken. PuREST JSON is a library for working with

Re: [PD] SpeedPitch

2017-08-16 Thread Thomas Mayer
Hi, On 09.08.2017 16:14, Dan Wilcox wrote: > Here's a dumb project using Pure Data & PdParty on iOS :) > > https://vimeo.com/228726345 > > SpeedPitch is a simple augmented sonic reality experiment that alters > music playback speed based on your actual GPS ground speed. The faster > you go, the

Re: [PD] MARG (Was: Sensors2OSC mapping challenge)

2017-08-22 Thread Thomas Mayer
Hi, there seems to be a misunderstanding from my side when reading the bug report: Currently Sensors2OSC is reading all sensors and outputs the values. Each sensor reports its type, and there is an orientation sensor available, but that sensor is deprecated. So using newer models,

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-17 Thread Thomas Mayer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, On 16.10.2017 22:50, Jack wrote: > Hello Johannes, > > Thank you, but even with [declare -stdpath purest_json -stdlib > purest_json] it doesn't work. > > libjson0 doesn't exist anymore on the official repository for > Ubuntu 17.10 and

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-17 Thread Thomas Mayer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 17.10.2017 22:55, Thomas Mayer wrote: > Hi, > > On 16.10.2017 22:50, Jack wrote: >> Hello Johannes, > >> Thank you, but even with [declare -stdpath purest_json -stdlib >> purest_json] it doesn't work. >

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Thomas Mayer
Hi, IOhannes m zmoelnig schrieb am 18.10.2017 12:36: >> Le 17/10/2017 à 23:03, Thomas Mayer a écrit : >>>> Oops, yes, that is the source of the problem. The package is >>>> called libjson-c2. >>> >>> And in current distributions it is supers

Re: [PD] 64 bit windows test build for Pd

2018-02-02 Thread Thomas Mayer
Hi, On 30.01.2018 21:40, Miller Puckette wrote: > Thanks to iohannes Zmoelnig, Dan Wilcox, and Spacechild1, it's now possible to > compile Pd as a 64-bit windows native application. I'm hoping this will fix > the recent trouble arising from new ASIO devices not showing up in 32-bit Pd >

Re: [PD] md5 object?

2018-02-12 Thread Thomas Mayer
Hi, I have found a better way to embed the OS X dependencies: https://github.com/residuum/PuRestJson/blob/master/osx_dependencies.sh Hth, Thomas Am 12. Februar 2018 15:00:29 MEZ schrieb "me.grimm" : >awesome thanks! > >added pd-lib-builder and macos lib embed:

Re: [PD] md5 object?

2018-02-12 Thread Thomas Mayer
Hi, Am 12. Februar 2018 17:12:45 MEZ schrieb IOhannes m zmoelnig <zmoel...@iem.at>: >On 2018-02-12 16:03, Thomas Mayer wrote: >> I have found a better way to embed the OS X dependencies: > >i would have thought that for simple hashers, there was no need to use >3rd pa

Re: [PD] md5 object?

2018-02-14 Thread Thomas Mayer
Hi, On 13.02.2018 15:44, me.grimm wrote: > thomas ... this [hashing] lib might be useful addition for your PuRestJson > lib no? > also taking a look again maybe also a websockets external? Sure, if there is a pull request, I will include it, but I am against large external collections to bring

Re: [PD] purest_json: how to specify root CA or CA bundle when using SSL?

2018-04-25 Thread Thomas Mayer
Hi, Roman Haefeli schrieb am 25.04.2018 13:13: > On Mit, 2018-04-25 at 13:08 +0200, Roman Haefeli wrote: >> On Mit, 2018-04-25 at 11:04 +0200, IOhannes m zmoelnig wrote: >> > >> > On 2018-04-25 10:59, Roman Haefeli wrote: >> > > >> > > >> > > Somehow using HTTPS with purest_json just

Re: [PD] brainstorming on algorithmic melody generation

2019-06-06 Thread Thomas Mayer
Hi Jakob, On 12.03.19 18:36, Jakob Laue wrote: > Hello! > > For a university project I want to develop a melody generator which has > to transform a colloquial input (e.g. happy) into a melody which clearly > represents this input. > > I am currently reading and looking for literature ..  > >

[PD] [PD-announce] PuREST JSON 1.4.3 "Y U no stable API" released

2019-11-10 Thread Thomas Mayer
Hello, I am happy to announce the release of PuREST JSON 1.4.3, code name: Y U no stable API. This release is a minor update and contains changes to the build scripts and bugfixes. It will be the last in the 1.x.x branch, the next release will introduce breaking changes. PuREST JSON is a

Re: [PD] Problem with this (involved) abstraction for XY

2023-09-13 Thread Thomas Mayer
On 13.09.23 15:41, Dan Wilcox wrote: Not to toll (really!), but I can always suggest an old/used iPad with TouchOSC to send to your machine. You can then make your own Lemur-esque layouts with good multi-touch. The only requirement would be an Apple ID to be able to have TouchOSC and I can

[PD] [random] and seed value

2022-12-11 Thread Thomas Mayer
Hello, currently [random] uses a fixed value for initialisation. This leads to the same sequence of values all the time. https://github.com/pure-data/pure-data/blob/c0cd34924a50bdd1cc37dfb6b01f9be02ad8a78b/src/x_misc.c#L55 My guess is, that most users probably expect at least different seed

Re: [PD] [random] and seed value

2022-12-11 Thread Thomas Mayer
On 11.12.22 23:22, Peter P. wrote: Hi Thomas, * Thomas Mayer [2022-12-11 21:20]: [...] My guess is, that most users probably expect at least different seed values every time. Maybe the help file should explicitely state the behaviour or a different way for deriving the initial seed should

Re: [PD] Fwd: [random] and seed value

2022-12-11 Thread Thomas Mayer
Hi, On 12.12.22 00:39, Sebastian Shader via Pd-list wrote: of course the most common suggestion is to use [date] and [time] from zexy. maybe the better solution is to put those objects into vanilla.. because such an abstraction would be very simple also. That is my current solution as well,

Re: [PD] some gui objects with grey background in help patches?

2022-11-21 Thread Thomas Mayer
Hi, On 21.11.22 06:48, Scott R. Looney wrote: i guess there might be considered a Tcl/Tk option to not have/draw colored backgrounds in any patch window, similar to how one can change the default canvas background/foreground color currently. A settable option / startup flag for high

Re: [PD] http get/post request in pd. how to?

2022-11-25 Thread Thomas Mayer
On 24.11.22 23:09, Roman Haefeli wrote: On Thu, 2022-11-24 at 22:00 +0100, KHM t.hartmann wrote: Hello List, is there a way to make http requests (get/post) in Pd? In max it can be done with the [dictionary] for composing the request header/body als JSON objects, then send it as a request

Re: [PD] http get/post request in pd. how to?

2022-11-27 Thread Thomas Mayer
On 25.11.22 20:04, IOhannes m zmölnig wrote: Am 25. November 2022 17:45:21 MEZ schrieb Thomas Mayer : Check purest_json. It is available through Deken. If the downloads through Deken do not work (they are known to be buggy, and will not load on Mac OS X), If they are known to be buggy

[PD] [PD-announce] PuREST JSON 2.0.0 "Medea" released

2022-11-27 Thread Thomas Mayer
Hello, I am happy to announce the release of PuREST JSON 2.0.0, code name: Medea. This release fixes several bugs, and contains breaking changes to the outlet order in several objects. PuREST JSON is a library for working with RESTful HTTP webservices, and JSON data. Authentication and

Re: [PD] libpd 0.13.0 & ofxPD 1.9.0

2022-11-07 Thread Thomas Mayer
Hi there, On 05.11.22 02:38, Dan Wilcox wrote: Howdy all, I am happy to announce the release of new versions of libpd and ofxPd to coincide with Pd 0.53-0. The biggest changes finally take the multiple instance support out of experimental status as now all messaging infrastructure is truly

Re: [PD] [PD-announce] PuREST JSON 2.0.0 "Medea" released

2023-01-31 Thread Thomas Mayer
Hi Tobias, On 31.01.23 08:47, KHM Mail wrote: when using the external, [rest], [oauth] and [urlparams] are not working. Error shows: Library not loaded: '/opt/homebrew/opt/json-c/lib/libjson-c.5.dylib' Referenced from: '/Users/XXX/Documents/Pd/externals/purest_json/rest.pd_darwin' Reason:

[PD] Getting position of abstraction in patch

2023-11-27 Thread Thomas Mayer
Hello, I am trying to find a way to get the position of the abstraction in the including patch from the abstraction itself. Basically when I have stuff like #X obj 13 49 my_abstraction #X obj 58 89 my_abstraction I want to be able to access 13 49 in the first instance of my_abstraction.pd,

Re: [PD] Pd-list Digest, Vol 225, Issue 2

2023-12-04 Thread Thomas Mayer
Hello, On 04.12.23 10:55, Yann Seznec wrote:> As a side note, perhaps someone more knowledgeable than me could update the version of Pd that is currently accessible from apt-get? I didn't mind compiling from source but it is pretty handy to be able to just do apt-get when setting up a new Pi.

Re: [PD] purest_json doesn't work on mac intel

2024-03-17 Thread Thomas Mayer
Hi, On 16.03.24 13:45, Patko nytkophilus wrote: On mac intel when we open purest_json help patch, console shows this error: Library not loaded: @loader_path/libbrotlicommon.1.dylib this might be related to this issue: https://github.com/google/brotli/issues/934 the whole build process

Re: [PD] purest_json doesn't work on mac intel

2024-03-17 Thread Thomas Mayer
Hi, On 17.03.24 19:15, Patko nytkophilus wrote: Hello, I'm actually building a multiarch version of the object needed by my projects: json-encode json-decode those only need linking to json-c If I want to upload the result to deken under another name aka 'pd-json', in which term do you

Re: [PD] vcf~ producing output without input for 0Hz cutoff?

2024-04-13 Thread Thomas Mayer
Hi, On 13.04.24 10:57, Peter P. wrote: Thank you Christof, your equation helped me a lot, and now I see why some DC component will be circulating the filter forever. Thank you Edwin, explaining that "0 Hz is an infinite amount of octaves below 20 Hz" made me understand that a cutoff at 0Hz