gdx-pd icon indicating copy to clipboard operation
gdx-pd copied to clipboard

Pure Data extension for LibGDX

Results 8 gdx-pd issues
Sort by recently updated
recently updated
newest added

see here : https://github.com/mgsx-dev/gdx-pd/blob/master/android/src/net/mgsx/pd/PdAudioAndroid.java#L25 android application cache is cleared at every launch which may not be wanted in production. However, It's useful in dev mode in order to clean previous...

due to PdBase sendList and sendMessage implementation there are several performance issues : * conversion from primitives to objects * lot of jni calls 2 + argument count * synchronized...

reading an array remotely require duplex communication : * first remote application send the request : array name, offset, length to read * then pd send data back throw OSC...

enhancement

When building natives with gradle on OSX, xml files can't be found by Ant. Workaround is to run each scrips manually : $ ant -f jni/build-macosx32.xml -v -Dhas-compiler=true clean postcompile...

When building natives, Ant script errors doesn't mark gradle build failing.

Only mono channel baking is supported right now. This limitation is only due to Bakery implementation writing in a single array.

enhancement

on android, patch are extracted in order to be loaded by pd native code. Limitation is it's not possible to list all files in assets entry, it is possible to...

audio input reading from recorder causes breaks in output stream on desktop. No breaks observed when disable audio input. Maybe audio input stream should be run asynchronously from audio output...