Hi Everyone
I'm traying to install Gem for PD Vanilia 0.5.2 with the Deken
I cant see the last paquet : gem (1:0.94-1)
https://packages.debian.org/buster/gem
Can someone give me a brief explanation of how I can fix this issue?
I'm runing linux
Distributor ID: Debian
Description: Debian GNU/Linux 9.11 (stretch)
Release: 9.11
Codename: stretch
Kind regards,
Maurin
--
/*
Maurin Donneaud
Creative technologist - Industrial designer
18 Impasse de Joinville 75019 Paris
www.etextile.org
*/
There is also my own HID -> OSC daemon, joyosc: https://github.com/danomatika/joyosc <https://github.com/danomatika/joyosc>
Since it's sending OSC, you can stream from one computer to another, regardless of OS, so it's useful for rapid prototyping.
I haven't personally built it on Windows, but it should work fine with MinGW and the SDL2 development libs as it uses an auto tools build system.
> On Jan 31, 2020, at 9:27 PM, pd-list-request(a)lists.iem.at wrote:
>
> Date: Fri, 31 Jan 2020 15:05:39 -0500
> From: ffdd cchh <camarafede(a)gmail.com <mailto:camarafede@gmail.com>>
> To: Pd-List <pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>>
> Subject: [PD] compiling hidio for Windows
> Message-ID:
> <CAO_HSB79+K5Crpw_ZbALykquUyvJf6sgzX5e5F6fWLBg6fOafg(a)mail.gmail.com <mailto:CAO_HSB79+K5Crpw_ZbALykquUyvJf6sgzX5e5F6fWLBg6fOafg@mail.gmail.com>>
> Content-Type: text/plain; charset="utf-8"
>
> Dear list,
>
> I need to use external controllers via USB with vanilla (say, a PS4
> controller), and I have not found a compiled version of [hidio] for
> Windows. Please, let me know if there are ready-made options out there
> (feel free to change subject line if that thread goes wild).
>
> In the meantime, I am trying to compile [hidio] for Windows. I'm on Windows
> 10.0.18362, x64-based PC. I am using a MSYS terminal with MINGw64. I took
> the latest code from Benitoite's repository (
> https://github.com/Benitoite/hidio <https://github.com/Benitoite/hidio>) and I am stuck with "undefined
> reference"s all over. I attach here the console log.
>
> I would very much welcome any idea on how to approach this so I can use
> vanilla with my students :)
>
> Best,
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
Hi Everyone
We fixed PeRColate code in order to be compiled for the latest PD
vanilla and Purr-Data. Mainly because we like this libraries and it a
shame it disappear in the land of not maintained ;-) I haven't seen the
visual (image) part of the libraries and I didn't really used myself, to
be found then.
Anyway fixed source are available here:
https://sourceforge.net/projects/fork-percolate/
And we we build a binary with pd-lib-builder that could be used on any
Gnu/Linux OS, to be tested of course!
For other OS support, if any of you wants to help, you are welcome :)
cheers
Julien
--
JULIEN OTTAVI
Composer, Artist, curator and Doctor in Arts, new music and network
http://www.noiser.orghttp://www.apo33.orghttp://www.fibrrrecords.nethttp://www.apodio.orghttp://bruitbrut.lautre.net
Hi Andrew,
I'm sorry you are having trouble running Ofelia on Ubuntu.
I will try to update Ofelia this weekend using the latest openFrameworks
0.11.0.
I hope that will fix the problem.
Best wishes
Zack
-------- Weitergeleitete Nachricht --------
Betreff: Re: [PD] sending lists via [comport]
Datum: Fri, 31 Jan 2020 22:34:24 +0100
Von: Dr. Maik Hester <maik.hester(a)gmx.de>
An: hans w. koch <hansw.koch(a)gmail.com>
Kopie (CC): pd-list(a)lists.iem.at <pd-list(a)mail.iem.at>
Dear list,
the logic in the attached patch works fine, but I am still stuck at two
different points:
The Arduino sends each digit of the values as a two-digit ascii. How do
I get Arduino to send the complete values as integers instead?
And, how can I tell [pd] when a new data set of e.g. six values begins?
Thanks
Maik
Am 29.01.20 um 00:00 schrieb hans w. koch:
> if the incoming data all have the same structure (i.e. the strings of numbers have the same lenght),
> you could group them in lists and then use unpack to sort their destinations.
> like in the patch attached
>
> hth
> hans
>
>
>> Am 28.01.2020 um 23:25 schrieb Dr. Maik Hester<maik.hester(a)gmx.de>:
>>
>> Dear list,
>>
>> does anyone know how to send the different values of each line from the
>> sample below to [comport] as a list, strip this list in [pd] and route
>> the values to their different destinations?
>>
>> The data comes via Arduino from a pixy cam.
>>
>> Here is a sample from Arduino's serial monitor:
>>
>> Detected 6
>> block 0: sig: 2 x: 273 y: 36 width: 42 height: 5 index: 41 age: 18
>> block 1: sig: 1 x: 272 y: 187 width: 36 height: 4 index: 37 age: 18
>> block 2: sig: 1 x: 266 y: 151 width: 28 height: 4 index: 226 age: 71
>> block 3: sig: 1 x: 274 y: 109 width: 20 height: 4 index: 155 age: 124
>> block 4: sig: 2 x: 280 y: 48 width: 32 height: 2 index: 223 age: 72
>> block 5: sig: 1 x: 240 y: 136 width: 24 height: 2 index: 52 age: 5
>>
>> At the moment [comport] receives all the numbers one after another (e.g.
>> 2 273 36 42 5 41 18 ...), so that it is impossible for me to tell
>> [pd] which number should go where.
>>
>> I kept checking the internet for a solution for several days which did
>> not bring me any further, so I hope that someone in the [pd] community
>> could give me a clou.
>>
>> Thanks
>> Maik
>>
>>
>>
>>
>> --
>> __
>> Dr. Maik Hester
>> Musiker, Musikwissenschaftler, Akkordeon-Restaurator
>> Himmelohstraße 23
>> D-58454 Witten
>>
>>
>>
>>
>> _______________________________________________
>> Pd-list(a)lists.iem.at mailing list
>> UNSUBSCRIBE and account-management ->https://lists.puredata.info/listinfo/pd-list
--
__
Dr. Maik Hester
Musiker, Musikwissenschaftler, Akkordeon-Restaurator
Himmelohstraße 23
D-58454 Witten