Giter Club home page Giter Club logo

hidio's Introduction

Hi there ๐Ÿ‘‹

๐Ÿ”ญ PATREON / Benitoite Support macOS photography software builds.

  • ๐Ÿ”ญ Iโ€™m currently working on https://r42.us/nixie/box/black using javascript

  • ๐Ÿ”ญ Iโ€™m currently working on https://github.com/Beep6581/RawTherapee/tree/dev/tools/osx using cmake, bash, zsh, github actions, and some c++ here and there.

  • ๐Ÿ‘ฏ https://github.com/Beep6581/RawTherapee/commits/dev/tools/osx

  • ๐Ÿ’ฌ Ask me about MacOS app bundle builds via CL

  • โšก Fun fact: Have played bassoon in a professional symphony for the union.

  • โšก Fun fact: Have played bassoon in a quintet for the International Council of Mayors at the UN Library in SF with Al Gore in attendance.

  • โšก Fun fact: Have played bassoon in a local community college band at a building dedication with Al Gore in attendance.

  • โšก Fun fact: Have played bassoon during the July 4th fireworks show at Pismo Beach with the USAF band carrying orders signed by The Governator Arnold Schwarzenegger.

  • ๐ŸŒฑ Iโ€™m currently learning C++

  • ๐Ÿ“ซ How to reach me: [email protected]

hidio's People

Contributors

benitoite avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

jyg fdch

hidio's Issues

some issue with multitouchscreen protocol

Hi. I contact you because I was working too on hidio a few months ago, trying to use it with my multitouchscreen laptop (linux). Unfortunately, the version found here (https://puredata.info/downloads/hidio/releases/0.1) is incompatible with Multi-touch (MT) Protocol (version B) touchscreens.
So I created a fork, and I explained the problem here https://github.com/jyg/PdMultitouch/tree/master/hidio .
I have to further investigate, but it seems that for some events, hidio_output_event(x, output_element) is triggered twice, (under linux, both in hidio.c and in hidio_linux.c). Could you check if this is true in mac version ?
I have no time to make a PR now, but as soon as I can, I'lll do it.
Thanks

undefined references when compiling for Windows

Hi, I posted this on the pd-list and might be of some use here:

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 am stuck with "undefined reference"s all over. I paste here the console log:

MINGW64 ~/Desktop/hidio
$ ./configure --with-pd=/z/Desktop/pure-data LDFLAGS='-L/z/Desktop/pure-data/src -L/z/Desktop/pure-data/bin -L/z/Desktop/pure-data/obj'
configure: loading site script /mingw64/etc/config.site
checking build system type... x86_64-w64-mingw32
checking host system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking whether make sets $(MAKE)... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for pd sourcecode... /z/Desktop/pure-data
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for size_t... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... no
checking for vfork... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking return type of signal handlers... void
configure: creating ./config.status
config.status: creating Makefile
config.status: creating HID_Utilities_Source/Makefile
config.status: executing depfiles commands

Building using Pd headers in /z/Desktop/pure-data/src


MINGW64 ~/Desktop/hidio
$ make
make[1]: Entering directory '/z/Desktop/hidio'
gcc -DPACKAGE_NAME=\"hidio\" -DPACKAGE_TARNAME=\"hidio\" -DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"hidio\ 0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hidio\" -DVERSION=\"0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_TIME_H=1 -Dvfork=fork -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DRETSIGTYPE=void -I.     -DPD -g -O2 -I/z/Desktop/pure-data/src   -mms-bitfields -MT hidio.o -MD -MP -MF .deps/hidio.Tpo -c -o hidio.o hidio.c
mv -f .deps/hidio.Tpo .deps/hidio.Po
gcc -DPACKAGE_NAME=\"hidio\" -DPACKAGE_TARNAME=\"hidio\" -DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"hidio\ 0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hidio\" -DVERSION=\"0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_TIME_H=1 -Dvfork=fork -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DRETSIGTYPE=void -I.     -DPD -g -O2 -I/z/Desktop/pure-data/src   -mms-bitfields -MT hidio_types.o -MD -MP -MF .deps/hidio_types.Tpo -c -o hidio_types.o hidio_types.c
mv -f .deps/hidio_types.Tpo .deps/hidio_types.Po
gcc -DPACKAGE_NAME=\"hidio\" -DPACKAGE_TARNAME=\"hidio\" -DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"hidio\ 0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hidio\" -DVERSION=\"0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_TIME_H=1 -Dvfork=fork -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DRETSIGTYPE=void -I.     -DPD -g -O2 -I/z/Desktop/pure-data/src   -mms-bitfields -MT hidio_windows.o -MD -MP -MF .deps/hidio_windows.Tpo -c -o hidio_windows.o hidio_windows.c
mv -f .deps/hidio_windows.Tpo .deps/hidio_windows.Po
gcc  -DPD -g -O2 -I/z/Desktop/pure-data/src   -mms-bitfields  -L/z/Desktop/pure-data/src -L/z/Desktop/pure-data/bin -L/z/Desktop/pure-data/obj   -s -shared -o hidio.dll hidio.o hidio_types.o   hidio_windows.o  -L/src -L/bin -L/obj -lpd
hidio.o: In function `hidio_tick':
Z:\Desktop\hidio/hidio.c:513: undefined reference to `hidio_get_events'
hidio.o: In function `hidio_info':
Z:\Desktop\hidio/hidio.c:546: undefined reference to `hidio_platform_specific_info'
hidio.o: In function `hidio_write_event':
Z:\Desktop\hidio/hidio.c:357: undefined reference to `hidio_write_event_symbols'
Z:\Desktop\hidio/hidio.c:336: undefined reference to `hidio_write_event_ints'
Z:\Desktop\hidio/hidio.c:347: undefined reference to `hidio_write_event_symbol_int'
hidio.o: In function `get_device_number_from_arguments':
Z:\Desktop\hidio/hidio.c:292: undefined reference to `get_device_number_by_id'
Z:\Desktop\hidio/hidio.c:282: undefined reference to `get_device_number_from_usage'
Z:\Desktop\hidio/hidio.c:253: undefined reference to `get_device_number_from_usage'
hidio.o: In function `hidio_new':
Z:\Desktop\hidio/hidio.c:614: undefined reference to `hidio_platform_specific_new'
hidio.o: In function `hidio_close':
Z:\Desktop\hidio/hidio.c:438: undefined reference to `hidio_close_device'
hidio.o: In function `hidio_open':
Z:\Desktop\hidio/hidio.c:470: undefined reference to `hidio_open_device'
hidio.o: In function `hidio_setup':
Z:\Desktop\hidio/hidio.c:641: undefined reference to `hidio_build_device_list'
Z:\Desktop\hidio/hidio.c:643: undefined reference to `hidio_devices'
Z:\Desktop\hidio/hidio.c:644: undefined reference to `hidio_elements'
hidio.o: In function `hidio_free':
Z:\Desktop\hidio/hidio.c:583: undefined reference to `hidio_platform_specific_free'
hidio.o:hidio.c:(.rdata$.refptr.hidio_elements[.refptr.hidio_elements]+0x0): undefined reference to `hidio_elements'
hidio.o:hidio.c:(.rdata$.refptr.hidio_devices[.refptr.hidio_devices]+0x0): undefined reference to `hidio_devices'
hidio.o:hidio.c:(.rdata$.refptr.hidio_build_device_list[.refptr.hidio_build_device_list]+0x0): undefined reference to `hidio_build_device_list'
collect2.exe: error: ld returned 1 exit status
make[1]: *** [Makefile:267: hidio.dll] Error 1
make[1]: Leaving directory '/z/Desktop/hidio'
make: *** [Makefile:303: all-recursive] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.