unclechu / node-jack-connector

Bindings JACK-Audio-Connection-Kit for Node.JS
MIT License
50 stars 14 forks source link

Jack transport / BPM / song position #12

Open ViktorNova opened 10 years ago

ViktorNova commented 10 years ago

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 far?

unclechu commented 10 years ago

Now it doesn't support jack transport yet, sad, but it has in future plans. I need some free time. In future plans also MIDI support. It's experimental project. For complete experiment, I need to create primitive DAW (tracks, pans/volume faders, sends, support plugins LV2/LADSPA/DSSI by another Node.JS modules), virtual midi keyboard.

Now by this module you can commutate JACK-audio ports, process audio (get capture and write to playback). See examples here: https://github.com/unclechu/node-jack-connector/tree/master/examples

ViktorNova commented 10 years ago

That is very cool (and very ambitious!) I am excited to see what you create! Will definitely be keeping an eye on this project