batchku

Results 17 issues of batchku

I'm not able to use the Framer Module app, and I don't see how to add modules to Framer X.... Any hints?

Fund

Hello! Thank you for this project. Would this approach be compatible with an external usb camera (UVC compatible webcam)?

Hi Nick, Something happened in the last 48 hours; the previous version of ofxGrt compiled in my ofx apps fine. The version now gives an error for the "#include GRT/GRT.h"...

Following setup guides, but getting errors like this: ``` /home/ali/Documents/Development/openFrameworks/addons/ofxOfelia/libs/ofxLua/src/bindings/linuxarm/ofBindings.cpp: In function ‘int _wrap_CylinderPrimitive_getTopCapIndices(lua_State*)’: /home/ali/Documents/Development/openFrameworks/addons/ofxOfelia/libs/ofxLua/src/bindings/linuxarm/ofBindings.cpp:16155:66: error: no match for ‘operator=’ (operand types are ‘SwigValueWrapper’ and ‘std::vector’) result = ((ofCylinderPrimitive const...

I'm getting a compilation error for this line: `public void OnAudioFilterRead (float[] data, int channels)` ``` { ` if(dataPtr == IntPtr.Zero) { dataHandle = GCHandle.Alloc(data,GCHandleType.Pinned); dataPtr = dataHandle.AddrOfPinnedObject(); } if...

Hello all, Is it possible to synthesize audio with libpd within unity, and also mix in audio synthesized by unity itself? I have a scene with a game object called...

i quote from http://www.pjrc.com/teensy/td_serial.html :: "Unlike a standard Arduino, the Teensy Serial object always communicates at 12 Mbit/sec USB speed. Many computes, especially older Macs, can not update the serial...

Many missed messages with digital pin on/off's, and also some very strange interaction/contrast when clicking on bangs, as opposed to using a metronome (scheduler mishaps?) here, in response to our...

i can't get stepper motors working. i see that one must adjust the code loaded to the arduino; the code doesn't indicate which pin is the "step" and which is...

it seems that /p/0 doesn't work. i have success with /p/[1-5] any hardware limitations?