Re: [PD] [hidraw] pre Deken release. was:(Reading/writing a HID device current best practice?)

2022-10-06 Thread Lucas Cordiviola
Thanks Hans! I thank all the M1 testers. Seems I'll wait for Dan's makefile for the notarizing stuff. Or later try to update if possible my Xcode VM (as in iem-ci.yml) to be able to : "try to switch to the latest and greatest XCode, so we get 'altool'" and stuff. M1 users please note that

Re: [PD] [hidraw] pre Deken release. was:(Reading/writing a HID device current best practice?)

2022-10-06 Thread hans w. koch
hi lucas, i just tested on mac os monterey / M1 and i still had to allow the same way as william. then it worked fine (only had an external mouse to test - not very thrilling…) thanks for the effort! hans > Am 06.10.2022 um 16:41 schrieb Lucas Cordiviola : > > Hi William, > > Thanks for the

Re: [PD] PD 0.52 bug ? ... [bang~ driven playback]

2022-10-06 Thread oliver
IOhannes m zmoelnig wrote: On 10/6/22 12:32, Dan Wilcox wrote: Howdy Oliver, Actually, use the pure-data develop branch. I don't believe Miller has merged this fix into master yet. this one has been merged into master a few weeks ago. If you are unsure about building Pd yourself, I could

Re: [PD] [hidraw] pre Deken release. was:(Reading/writing a HID device current best practice?)

2022-10-06 Thread Lucas Cordiviola
Hi Sebastian, Thanks for the test. Would hidraw enable to get access multitouch data? Like fingerpincher on Max? I doubt it but not sure. Looking at the sources of fingerincher from https://www.anyma.ch/2009/research/multitouch-external-for-maxmsp/ this looks to me as an apple exclusive

Re: [PD] [hidraw] pre Deken release. was:(Reading/writing a HID device current best practice?)

2022-10-06 Thread IOhannes m zmoelnig
On 10/6/22 17:14, Lucas Cordiviola wrote: That would be fantastic. Please let me know when its done. and then there is which is what I use on our CI-infrastructure to codesign Pd-externals. it's not a

Re: [PD] PD 0.52 bug ? ... [bang~ driven playback]

2022-10-06 Thread IOhannes m zmoelnig
On 10/6/22 12:32, Dan Wilcox wrote: Howdy Oliver, Actually, use the pure-data develop branch. I don't believe Miller has merged this fix into master yet. this one has been merged into master a few weeks ago. If you are unsure about building Pd yourself, I could possibly make a test build

Re: [PD] [hidraw] pre Deken release. was:(Reading/writing a HID device current best practice?)

2022-10-06 Thread Lucas Cordiviola
That would be fantastic. Please let me know when its done. -- Mensaje telepatico asistido por maquinas. On 06/10/2022 11:50, Dan Wilcox wrote: You also need to notarize binaries, not just codesign. I am actually working on a Makefile which automates mac-specific distribution stuff like this

Re: [PD] [hidraw] pre Deken release. was:(Reading/writing a HID device current best practice?)

2022-10-06 Thread Dan Wilcox
You also need to notarize binaries, not just codesign. I am actually working on a Makefile which automates mac-specific distribution stuff like this and I can send you a link once I have it finalized. > On Oct 6, 2022, at 4:42 PM, pd-list-requ...@lists.iem.at wrote: > > Message: 4 > Date: Thu,

Re: [PD] [hidraw] pre Deken release. was:(Reading/writing a HID device current best practice?)

2022-10-06 Thread Lucas Cordiviola
Hi William, Thanks for the test. I did an ad-hoc codesign but seems it is not enough. Now I signed with a self certificate:     https://nc.nubegris.com.ar/index.php/s/KL3dF777TPwTkM9 I'm not sure if your mac can test this one as you already got the file in your white list. If you know a

Re: [PD] [hidraw] pre Deken release. was:(Reading/writing a HID device current best practice?)

2022-10-06 Thread Sebastian Lexer
Amazing, I could only test running it on the M1 itself without any additional equipment, but all seems to work as expected. After going through the 'malicious software stuff' I'm getting data results for devices 4-7. Ech of these report xy coordinate changes on the touchpad. Roughly >250 for

Re: [PD] [hidraw] pre Deken release. was:(Reading/writing a HID device current best practice?)

2022-10-06 Thread William Brent
Hi Lucas - thanks for this! I just tested it on an M1 MacBook Pro under macOS Monterey. I got the "malicious software" warning and had to go to system prefs/security & privacy to allow the external to be run anyway, but then it worked just fine to access my Logitech game controller. On Wed, Oct

[PD] faustgen~ still actively developed?

2022-10-06 Thread alfonso santimone
Hi guys, It seems that faustgen~ Is kinda adbandoned. It Is actively updated as a Max external by Faust devel team. But i can't find any recent Pure Data version. Is somebody working on It? thanks ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] Pd as a VST on Wine

2022-10-06 Thread Jean-Yves Gratius
Is this new version multi-instance capable? Yes, as it opens two or more separate pd processes. @ Lucas Cordiviola Great to hear that you compiled pdVst to current Pd version. I don't work anymore on Windows, so I'm happy if you can go further and  maintain this project alive. Cheers

Re: [PD] PD 0.52 bug ? ... [bang~ driven playback]

2022-10-06 Thread Dan Wilcox
Howdy Oliver, Actually, use the pure-data develop branch. I don't believe Miller has merged this fix into master yet. If you are unsure about building Pd yourself, I could possibly make a test build tonight. > On Oct 6, 2022, at 10:22 AM, pd-list-requ...@lists.iem.at wrote: > > Message: 3 >

Re: [PD] Pd as a VST on Wine

2022-10-06 Thread Lucas Cordiviola
Hi Alfonso, Is this new version multi-instance capable? I think it is but i'm not sure. IIRC you can have more than one Pd in your DAW and they work independently of each others (no cross-talks) and can use any external in the VST? Yes. Any plan for a VST3 and CLAP version? VST3

Re: [PD] [hidraw] pre Deken release. was:(Reading/writing a HID device current best practice?)

2022-10-06 Thread Lucas Cordiviola
Hi Simon, Interesting! I am away from my M1 for quite a while, might be able to do some testing in a few weeks. Thanks, i need this confirmation. Will [hidraw] also support writing to the device? There are some devices that need 2 way communication to enable/disable functions and states.

Re: [PD] PD 0.52 bug ? ... [bang~ driven playback]

2022-10-06 Thread Christof Ressi
Hi Oliver, there have been some regressions in Pd 0.52 concerning [readsf~] and [writesf~] that should be fixed with https://github.com/pure-data/pure-data/pull/1672. Can you try latest master and see if your problem persists? Cheers, Christof On 05.10.2022 22:01, Dan Wilcox wrote: Howdy

Re: [PD] Pd as a VST on Wine

2022-10-06 Thread alfonso santimone
Hi Lucas. This Is great news! Is this new version multi-instance capable and can use any external in the VST? Any plan for a VST3 and CLAP version? thanks for your work adding another option beside Camomile and PlugData! Il mar 4 ott 2022, 11:43 Lucas Cordiviola ha scritto: > Hi Chris, > > Try

Re: [PD] [hidraw] pre Deken release. was:(Reading/writing a HID device current best practice?)

2022-10-06 Thread Simon Iten
Hi Luca, Interesting! I am away from my M1 for quite a while, might be able to do some testing in a few weeks. Will [hidraw] also support writing to the device? There are some devices that need 2 way communication to enable/disable functions and states. On Wed, 5 Oct 2022, 13:00 Lucas