[PD] PD/Purr-Data object for Sensel Morph

2020-07-14 Thread Peter Nyboer
Just wanted to let you know there’s an object for the Sensel Morph that brings multi-touch, multi-pressure data from the Morph into PD as a list. It’s in Deken and Purr Data. Here’s a demo video that shows the example patches in action: https://youtu.be/mbv8dapqi2Y If

Re: [PD] Pd-list Digest, Vol 183, Issue 6

2020-06-01 Thread Peter Nyboer
Thanks IOhannes and Max. Since I’m not a PD pro, please confirm this works as intended: https://drive.google.com/file/d/1EmPlEih_DRI9k_FmdvucsfcG0fbRCquk/view?usp=sharing I’d like to publish this for posterity, so I want it to be as accessible as possible. It’s a basic DMX light control example w

[PD] paths on Catalina? problems with list-abs from deken

2020-06-01 Thread Peter Nyboer
A bit of a noob question here… I recently installed list-abs from deken on a vanilla PD 50-2 on macOS Catalina. My patch wasn’t able to find the abstractions until I explicitly added the path ~/Documents/Pd/externals/list-abs to the Paths preferences. Is that to be expected? Peter _

Re: [PD] Jackpilot/Soundflower

2019-10-14 Thread Peter Nyboer
I haven’t tried this, but I had never heard of it until recently and seems worth a look. https://github.com/ExistentialAudio/BlackHole > On Oct 13, 2019, at 6:12 PM, pd-list-requ...@lists.iem.at wrote: > > Send Pd-list mailing list submissions to > pd-list@lists.iem.at > > To subscribe o

Re: [PD] Sensel Morph object development

2019-06-10 Thread Peter Nyboer
m.at >> <mailto:pd-list-requ...@lists.iem.at> wrote: >> >> Date: Sun, 9 Jun 2019 12:33:44 -0700 >> From: Peter Nyboer mailto:p...@nbor.us>> >> To: pd-list@lists.iem.at <mailto:pd-list@lists.iem.at> >> Subject: [PD] Sensel Morph object development >> M

[PD] Sensel Morph object development

2019-06-09 Thread Peter Nyboer
Hi All, I’m wondering if anyone is interested in creating an object for PD for the Sensel Morph. There’s an API in C on github with details in our guide . There is an object for Max that works quite nicely - it would be great

[PD] Pd & massively multi-channel wi-fi speakers

2019-02-18 Thread Peter Nyboer
I did as project some time ago with the NextThing CHIP computer attached to speakers. Each of 8 CHIPs ran a PD synth patch, and was attached to a speaker. One CHIP was attached to a Livid DS1 MIDI controller, which broadcast commands over the network to all the PD patches. Each channel strip of

Re: [PD] [PD-announce] vstplugin~ 0.1-alpha released

2018-11-30 Thread Peter Nyboer
Wow! This is amazing. Is there a guide on using linux and VST plugins? Peter. ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] your favorite key:value data structure?

2017-07-18 Thread Peter Nyboer
Maybe PuRestJson fits the bill? I checked this out a while ago on CHIP using vanilla. I had some issues that were eventually fixed, but I ended up doing the bulk of the work in python then passing some control data over to PD via OSC. I was using it to load data from EchoNest into a PD patch. B

[PD] NAMM?

2017-01-12 Thread Peter Nyboer
Sorry, kinda ot but wondering who might be at that big weird convention hall next week. PD meetup? Peter Nyboer > On Jan 12, 2017, at 7:35 PM, pd-list-requ...@lists.iem.at wrote: > > Send Pd-list mailing list submissions to >pd-list@lists.iem.at > > To subscribe or u

Re: [PD] include libpd? (Re: plans for Pd 0.48)

2017-01-04 Thread Peter Nyboer
> another wishlist from my side (which I wanted to address at PdCon16~ but > somehow didn't manage). > would it be possible to include the libpd glue into the proper Pd sources? Funny - I had a somewhat tangential thought this morning. Something to the effect of it being easier to deploy libpd o

Re: [PD] C.H.I.P. & Pd Vanilla 0.47

2016-11-16 Thread Peter Nyboer
Thanks for all the input on the PureData and C.H.I.P. install! The docs at http://docs.getchip.com/chip.html had build instructions because, at the time of writing and after trying to find a definitive solution, that seemed to be the most reliable way to inst

Re: [PD] waldorf microwave

2016-11-07 Thread Peter Nyboer
> has anyone done a waldorf microwave editor in puredata? No, but there is an editor of sorts in Max for Live - it would at least give you a heads up on all the MIDI parameters in a Pd-like envrionment: http://www.maxforlive.com/library/device/1482/microwavext-editor

[PD] debian package for 0.47?

2016-10-25 Thread Peter Nyboer
I’m trying to install the latest and greatest on a C.H.I.P using a package manager. I followed these instructions to add the puredata` repo: https://puredata.info/docs/faq/debian but when I simulate the install with: apt-get -s install puredata it appears

Re: [PD] LibPd on microcontroller

2016-05-09 Thread Peter Nyboer
m for 44.1 kHz/16 bit, but I can also > do with less... > > Thanks! > > Christof > > Gesendet: Dienstag, 10. Mai 2016 um 00:39 Uhr > Von: "Peter Nyboer" > An: pd-list@lists.iem.at > Betreff: Re: [PD] LibPd on microcontroller > > > > Conten

Re: [PD] LibPd on microcontroller

2016-05-09 Thread Peter Nyboer
> Content-Type: text/plain; charset=UTF-8 > > Hi, thanks for your answer! I'll definitely have a look at heavy and compare > the results with some bits of my own DSP code. > >> How do you plan to output audio >> from it? It has SPI that could get you to connect to some DACs but >> nothing of

[PD] [ot] threat of pure data

2016-05-06 Thread Peter Nyboer
Sometimes I wish pd had a more search-engine friendly name (could be worse, like “max” or something!), but then such gems like this turn up "And some music executives openly worry that discounting their expertise for pure data would threaten their jobs and result in “a horrible, soulless, robot

Re: [PD] Pd-list Digest, Vol 133, Issue 36

2016-04-08 Thread Peter Nyboer
Thanks for setting me straight, IOhannes! Peter > ouch, you are mixing two different build systems. > in brief, you should do > > EITHER > $ cd ~/pd-0.46-7/ > $ ./autogen.sh > $ ./configure --disable-portaudio --disable-portmidi --no-recursion > $ make > $ sudo make install > > OR > $ cd ~/pd-0

Re: [PD] building extras on arm7 (CHIP)

2016-04-07 Thread Peter Nyboer
> > why do you build Pd in /usr/local/lib in the first place? > > the straightforward way would be: > - extract Pd sources somewhere in your home-directory (e.g. > /home/peter/src/pd-0.46-6) > - cd into that directory and build Pd Yes, that is what I did, more or less. Complete details are here:

[PD] building extras on arm7 (CHIP)

2016-04-06 Thread Peter Nyboer
I’ve built PD vanilla for a small linux computer (Next Thing CHIP) from source. It runs fine, but I don’t have the ‘extra’ objects like expr, choice, etc. I’m having a problem building the ‘extras’. If I cd /usr/local/lib/pd/extra and try “make install” I get an error chip@poch:/usr/local/lib/pd

Re: [PD] Fullscreen, not GEM, just a PD screen?

2016-04-06 Thread Peter Nyboer
The kiosk TCL plugin works a charm. https://puredata.info/downloads/kiosk-plugin I also found some things in the hcs externals https://puredata.info/downloads/hcs that worked, but the kiosk plugin was a more el

[PD] Fullscreen, not GEM, just a PD screen?

2016-04-05 Thread Peter Nyboer
A simple, somewhat newbie question: Is it possible to display a regular PD window in fullscreen, or position it to fake fullscreen, on Linux? It seems like it should be trivial to hide the application menu bar, but I have yet to find anything - “fullscreen pure data” is polluted by GEM!! Peter

[PD] GEM via deken in vanilla on OS X 10.11

2016-03-15 Thread Peter Nyboer
I tried installing GEM via deken in vanilla 0.46.7 on OS X El capitan ("Platform detected: Darwin-x86_64-32bit”). A lot of the externals are not loading, things like alpha, rotate, color, square, etc. Some do load. Is this expected behavior? Should I build from source instead and install manual

[PD] dekken is GREAT

2016-02-27 Thread Peter Nyboer
Thanks so much for that! I’ve been enjoying its fruits recently. Peter ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] How's Pd limited?

2016-02-22 Thread Peter Nyboer
I also dislike Send and Receive, but end up using them in pd. I don’t like that they are hard to keep track of (I see the receive, where’s the send?). I guess $0 does clear up the global issues, but it feels hacky. I managed to get rid of them in Max by relying on the pattr and pattrstorage obje

Re: [PD] pd for c.h.i.p

2016-01-19 Thread Peter Nyboer
Yes, I'm using it. Here’s an example I cooked up https://www.hackster.io/11802/c-h-i-p-midi-arpeggiating-synth-e311ab I’ve also had the unique privilege of putting a variation of this synth on 8 CHIPs and using a 9th to act a

[PD] [sharing] Controlling Audio Settings with a Message

2015-12-14 Thread Peter Nyboer
Hi all, new here. I recently was trying to figure out a way to disable audio input from a message, and I couldn’t find it. Fortunately, I had some help from Tom Erbe, who wised me to this nugget: ; pd audio-dialog 3 0 0 0 0 0 0 0 3 0 0 0 1 0 0 0 41000 25 0 64 This follows the same pattern a