justinfrankel / ninjam

NINJAM server, clients, autosong, etc
GNU General Public License v2.0
333 stars 50 forks source link

Where to download Ninjam clients? #4

Open brylie opened 4 years ago

brylie commented 4 years ago

Where can Ninjam clients be downloaded? E.g. is Ninjam a VST plugin that can be integrated into a DAW?

In particular, I would like to download a client for Linux.

strk commented 4 years ago

A curses based client is in this repository, under ninjam/cursesclient directory. Has a Makefile (although it fails for me due to #5)

A commandline one is under ninjam/cmdclient--old/ and a gui one is under ninjam/guiclient/ (both without a Makefile)

A client which is not listed on the ninjam website is http://jamtaba.com/ (opensource)

brylie commented 4 years ago

Will the ninjam developer(s) be providing a Makefile for the UI?

strk commented 4 years ago

On Mon, Mar 16, 2020 at 12:38:08PM -0700, Brylie Christopher Oxley wrote:

Will the ninjam developer(s) be providing a Makefile for the UI?

You may try that, start from the Makefile under cursesclient/ and adapt it, if/when it works send a PR !

JamieMcDonnell commented 4 years ago

hi there, I've just started using ninjam with jamTaba, and I am very happy with it - thanks for your hard work on it ;) Can I ask where I can get ninjamCast for Windows 10? I only found one dead dropbox link to it ;( Thanks so much ;)

patricksebastien commented 4 years ago

Yes +1 for an official Makefile for ninjam/guiclient (not sure if it would work on linux / jack).

antanasbruzas commented 4 years ago

Hi, I've created a NINJAM client as a native Linux vst plugin. Available at https://github.com/antanasbruzas/abNinjam Intention was to keep it simple and not overload it with many features that ninjam supports.