Re: [PD] dmx interfaces + Pd

2015-07-01 Thread Martin Peach
Here's a patch that uses [comport] to talk to an entec DMXUSBPro. Martin On Wed, Jul 1, 2015 at 10:23 AM, Alexandros Drymonitis adr...@gmail.com wrote: I've used the DmxMaster shield with Arduino and it worked fine. Here's the library https://github.com/TinkerKit/DmxMaster and this is the

Re: [PD] Arduiano (Micro or Nano) as MIDI interface?

2015-07-01 Thread Martin Peach
I think it would be easier to use MIDI to control/read the arduino pins than to combine it with firmata. If the arduino was on its own MIDI channel then noteon messages on that channel could set or read the digital outs and controller messages the analog pins. Martin On Tue, Jun 30, 2015 at 6:17

Re: [PD] dmx interfaces + Pd

2015-07-01 Thread Peter P.
* Martin Peach chakekat...@gmail.com [2015-07-01 14:46]: Here's a patch that uses [comport] to talk to an entec DMXUSBPro. Would that also work with the DMX USB (non-Pro)? Does anyone know what the difference between these two models is? I seem to remember vaguely that the Pro does buffer

Re: [PD] A patch to create a patch to create a patch to create a patch to close puredata...

2015-07-01 Thread Julian Brooks
definitely raised a smile :) 2015-06-30 17:15 GMT+01:00 Olivier Baudu 01iv...@labomedia.net: Hi list... I got bored again... so... https://vimeo.com/132195870 :-p Cheers... °1 Le 24/06/2015 17:34, Olivier Baudu a écrit : Hi list... I had time to waste so here you are :

[PD] Cream HEA libs via Deken request [was] Re: Pd-list Digest, Vol 123, Issue 121

2015-07-01 Thread Julian Brooks
2nd'd On 1 July 2015 at 01:05, Dan Wilcox danomat...@gmail.com wrote: Sounds good Pierre. I’d recommend checking out the deken externals manager Chris McCormick, et al have been working on: https://github.com/pure-data/deken It would be really cool to be able to easily install HOA and

Re: [PD] [ANN] HOA Cream Library new releases

2015-07-01 Thread Jonathan Wilkes via Pd-list
On 07/01/2015 06:42 AM, Pierre Guillot wrote: I'd be careful exposing the tk canvas api from within Pd. It's a buggy interface, as evidenced by the off-by-one errors in the data-structure illustrations of Miller's book. Hi Jonathan, What do you mean by exposing the tk canvas api ? Is it

[PD] dmx interfaces + Pd

2015-07-01 Thread Iain Mott
Hello, I'm looking for advice on a low-cost DMX interface that be controlled from Pd, in Linux. Can anyone please recommend hardware and compatible Pd extensions/patches? I used a lanbox with Pd once before, but I'm looking for cheaper hardware. Thanks, Iain

Re: [PD] dmx interfaces + Pd

2015-07-01 Thread Alexandros Drymonitis
I've used the DmxMaster shield with Arduino and it worked fine. Here's the library https://github.com/TinkerKit/DmxMaster and this is the shield https://store.arduino.cc/product/T040060 Heard that the company closed down or something, don't know if it's still supported. Still, if you get yourself

Re: [PD] dmx interfaces + Pd

2015-07-01 Thread Cyrille Henry
hello, i had good success using openDMX interface (for exemple : http://www.enttec.com/?main_menu=Productspn=70302show=images ) using ola server : http://opendmx.net/index.php/Open_Lighting_Architecture (I use 3 of them on a RPi) cheers c Le 01/07/2015 15:45, Iain Mott a écrit : Hello, I'm

Re: [PD] [ANN] HOA Cream Library new releases

2015-07-01 Thread IOhannes m zmoelnig
On 2015-07-01 12:27, Pierre Guillot wrote: Sounds good Pierre. I’d recommend checking out the deken externals manager Chris McCormick, et al have been working on: https://github.com/pure-data/deken https://github.com/pure-data/deken It would be really cool to be able to easily install HOA

Re: [PD] [ANN] HOA Cream Library new releases

2015-07-01 Thread Pierre Guillot
Sounds good Pierre. I’d recommend checking out the deken externals manager Chris McCormick, et al have been working on: https://github.com/pure-data/deken https://github.com/pure-data/deken It would be really cool to be able to easily install HOA and Cream with deken. Hi Dan, I already use

[PD] How to force gem pix_film to use DirectShow

2015-07-01 Thread fz
Hi, I found a lot of info by searching but I want to be sure.- Do I force gem pix_film to use DirectShow with a message open $1 1 ? thanks fränk This message was sent using IMP, the Internet Messaging Program.

Re: [PD] How to force gem pix_film to use DirectShow

2015-07-01 Thread IOhannes m zmölnig
On 07/01/2015 09:41 PM, f...@mur.at wrote: Hi, I found a lot of info by searching but I want to be sure.- Do I force gem pix_film to use DirectShow with a message open $1 1 ? this will ask [pix_film] to use the 2nd available backend as first choice. whether this is DirectShow or SchmozzelMozz

Re: [PD] dmx interfaces + Pd

2015-07-01 Thread Martin Peach
I think the Open DMX USB widget behaves as a raw serial port so you need to generate DMX packets 'manually' by sending break (sequence of zeros longer than a character) before each message. At the moment [comport] doesn't have the capability to send breaks but I think it could be done. Since the

Re: [PD] Pd-list Digest, Vol 124, Issue 4

2015-07-01 Thread fz
... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: http://lists.puredata.info/pipermail/pd-list/attachments/20150701/2bf155eb/attachment-0001.sig

Re: [PD] [ANN] HOA Cream Library new releases

2015-07-01 Thread Chris McCormick
On 02/07/15 06:23, Jonathan Wilkes via Pd-list wrote: On the other, your improved API ends in Tk canvas subcommands, and thus inherits all the limitations and bugs of Tk canvas. Practically speaking, what is Pierre's alternative? What tradeoffs for user and developer are there in choosing a GUI

Re: [PD] [ANN] HOA Cream Library new releases

2015-07-01 Thread Jonathan Wilkes via Pd-list
On 07/01/2015 06:42 AM, Pierre Guillot wrote: I'd be careful exposing the tk canvas api from within Pd. It's a buggy interface, as evidenced by the off-by-one errors in the data-structure illustrations of Miller's book. Hi Jonathan, [...] The fact is that I don't draw directly in the