ninjam icon indicating copy to clipboard operation
ninjam copied to clipboard

Where to download Ninjam clients?

Open brylie opened this issue 5 years ago • 6 comments
trafficstars

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.

brylie avatar Dec 30 '19 23:12 brylie

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)

strk avatar Mar 16 '20 16:03 strk

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

brylie avatar Mar 16 '20 19:03 brylie

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 !

strk avatar Mar 17 '20 09:03 strk

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 ;)

JamieMcDonnell avatar Mar 29 '20 19:03 JamieMcDonnell

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

patricksebastien avatar Mar 31 '20 13:03 patricksebastien

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.

antanasbruzas avatar May 15 '20 09:05 antanasbruzas