node-jack-connector icon indicating copy to clipboard operation
node-jack-connector copied to clipboard

Bindings JACK-Audio-Connection-Kit for Node.JS

Results 14 node-jack-connector issues
Sort by recently updated
recently updated
newest added

I'm sure I broke some stuff, but it took a while to change and I need a break for the day, so I'm leaving it here.

I tried to get node-jack-connector installed on with node v6.7.0. Unfortunately it throws a lot of errors on node-gyp. Any advices? This is the lengthy output: https://gist.github.com/whizkid79/a006ee88b97228fc87eb0439bd422ea3

bug

The JACK API method jack_set_client_registration_callback is used by a client to monitor connections and disconnections of other clients. In turn, we will call a user supplied JS callback function with...

Currently, channel data for input and output are contained in regular Arrays. These should definitely be switched to a JavaScript TypedArrays, ie Float32Array.

enhancement

Very exciting project! Does this support Jack transport / BPM / song position, or have plans to in the future? Or perhaps a better question, what does it do so...

enhancement

Close JACK client recursive uv callback has memory leak.

bug