What program language to use?

Programming applications for making music on Linux.

Moderators: MattKingUSA, khz

Post Reply
rastagallo
Established Member
Posts: 42
Joined: Tue Oct 30, 2012 11:42 am

What program language to use?

Post by rastagallo »

Hi!

I would like to make a Web App that controls plugins, transport, ecc., of my Jack server, but I don't know what program language I have to use to use...

I'm aware that exist the JavaOSC library, so I thought that I could use that one to make a Java web app that sends OSC-based packets through the net that controls Jack, but I'm not quite sure how to do that.

Have you got any suggestion of where to start?

Thanks for all replies :D
tramp
Established Member
Posts: 2347
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 466 times

Re: What program language to use?

Post by tramp »

Hi

JavaScript with Enyo for the UI and Nodejs for the socket is what we use for the web-interface of guitarix.
On the client side we use websockify to communicate/forward the messages to the software.
On the road again.
Post Reply