All Projects → elieserdejesus → Jamtaba

elieserdejesus / Jamtaba

Jamtaba is a software to play online music jam sessions.

Projects that are alternatives of or similar to Jamtaba

Mixxx
Mixxx is Free DJ software that gives you everything you need to perform live mixes.
Stars: ✭ 2,510 (+1342.53%)
Mutual labels:  music, midi, qt
Zrythm
a highly automated and intuitive digital audio workstation - official mirror
Stars: ✭ 703 (+304.02%)
Mutual labels:  music, midi, vst
Giada
Your Hardcore Loop Machine.
Stars: ✭ 903 (+418.97%)
Mutual labels:  music, midi, vst
Libatm
Library for generating and working with MIDI files
Stars: ✭ 171 (-1.72%)
Mutual labels:  music, midi
Audiokit
Swift audio synthesis, processing, & analysis platform for iOS, macOS and tvOS
Stars: ✭ 8,827 (+4972.99%)
Mutual labels:  music, midi
Atm Cli
Command line tool for generating and working with MIDI files.
Stars: ✭ 1,235 (+609.77%)
Mutual labels:  music, midi
Musictheory
🎵 Music theory concepts in Go.
Stars: ✭ 53 (-69.54%)
Mutual labels:  music, midi
Webmidikit
Simplest MIDI Swift library
Stars: ✭ 100 (-42.53%)
Mutual labels:  music, midi
Audiokitsynthone
AudioKit Synth One: Open-Source iOS Synthesizer App
Stars: ✭ 1,258 (+622.99%)
Mutual labels:  music, midi
Miti
miti is a musical instrument textual interface. Basically, its MIDI, but with human-readable text. 🎵
Stars: ✭ 103 (-40.8%)
Mutual labels:  music, midi
Html Midi Player
🎹 Play and display MIDI files on the web
Stars: ✭ 158 (-9.2%)
Mutual labels:  music, midi
Abcjs
javascript for rendering abc music notation
Stars: ✭ 1,141 (+555.75%)
Mutual labels:  music, midi
Midichlorian
A Visual Studio extension that allows you to write code and automate the IDE using MIDI musical instruments.
Stars: ✭ 65 (-62.64%)
Mutual labels:  music, midi
Minibae
The platform-neutral Beatnik Audio Engine, Mini Edition (miniBAE) is an exceptionally mature, well-rounded, and reliable computer music and sound system specially customized for small-footprint and embedded applications.
Stars: ✭ 82 (-52.87%)
Mutual labels:  music, midi
Audiobench
Open source modular synthesizer
Stars: ✭ 63 (-63.79%)
Mutual labels:  midi, vst
Ble Midi For Android
MIDI over Bluetooth LE driver for Android 4.3 or later
Stars: ✭ 90 (-48.28%)
Mutual labels:  music, midi
Midi
Library for reading and writing of MIDI messages and MIDI files (SMF) with Go
Stars: ✭ 130 (-25.29%)
Mutual labels:  music, midi
Openbook
Open source lilypond real book for Jazz musicians
Stars: ✭ 159 (-8.62%)
Mutual labels:  music, midi
Helio Workstation
One music sequencer for all major platforms, desktop and mobile
Stars: ✭ 2,257 (+1197.13%)
Mutual labels:  midi, vst
Strawberry
🍓 Strawberry Music Player
Stars: ✭ 972 (+458.62%)
Mutual labels:  music, qt

JamTaba 2 is a software to play online music jam sessions. At moment you can use JamTaba to play with musicians around the world using ninjam servers.

JamTaba

JamTaba can be used as a standalone software, VST (Windows) or AU (Mac OSX) plugin. Using the standalone version you can use your camera, audio and MIDI devices and load VST/AU plugins inside JamTaba (JamTaba standalone is a VST/AU host). Using the VST/AU plugin you can use JamTaba in your preferred DAW and send your audio/video to JamTaba, and Jamtaba will stream these contents to ninjam servers. Off course JamTaba will receive and play the other musicians audio/video streams, so you can play with others and have some fun playing online!

User Manual

More information and User's manual are here : https://github.com/elieserdejesus/JamTaba/wiki

Compatibility

At moment JamTaba standalone works for Windows (Windows XP is not supported since v. 2.1.0), Mac OSX (10.7+) and Linux. The VST plugin is available for windows only (32 and 64 bits) and an Audio Unit (AU) plugin is available for Mac OSX users.

Tools and dependencies

JamTaba is builded using Qt framework. We are using Qt for GUI, threads, sockets, json, http requests, file handling, etc.

JamTaba is using some libraries: portaudio, rtmidi, minimp3, libvorbis and libogg. We are distributing pre compiled static libs just for convenience (see more details in the next sections), but feel free to compile the libs yourself!

Ubuntu Linux

On Ubuntu Linux, run the following command to install a missing dependency for Qt 5 Websockets and Qt 5 Widgets:

sudo apt install libqt5websockets5 libqt5widgets5

IMPORTANT FOR WINDOWS if you will use the pre compiled libs (recommended):

The library portaudio was pre compiled in windows using only the ASIO flags. So, if you don't have any ASIO driver installed JamTaba will emit an error message in initialization and fallback to an NullAudioDriver, and no sound will be produced. If you have no ASIO devices please install Asio4ALL.

Downloading Pre Compiled Libs

  • To avoid store big binay files in the GitHub repository the pre compiled libs are stored in a dropbox account. Please download this file!
  • After download the zip file with the pre compiled static libraries please unpack this file inside a folder libs (create this folder). The folders layout will be:
[JamTaba source code folder in your hard disk]
	|_ AU_SDK
	|_ installers
	|_ libs	  
		|_ includes
		|_ static
	|_ PROJECTS
	|_ src
        |_ tests
        |_ translations	
        |_ VST_SDK		

Compiling JamTaba Standalone

  • Download and install Qt. The Qt installer will install the Qt Framework and the QtCreator, the Qt IDE.
  • Download VST SDK
  • Unpack the VST SDK content inside a VST_SDK folder (you need create this folder) in JamTaba source code path. After this you have something like that:
[JamTaba source code folder in your hard disk]
	|_ AU_SDK
	|_ installers
	|_ libs	  
	|_ includes
	|_ static
	|_ PROJECTS
	|_ src
        |_ tests
        |_ translations	
	|_ VST_SDK       <- create this folder
                |_ my_plugins
                |_ VST2_SDK
                |_ VST3_SDK
                |_ copy_vst2_to_vst3_sdk.bat
                |_ copy_vst2_to_vst3_sdk.sh

  • The QtCreator projects are in the folder PROJECTS. Try open the Standalone.pro in QtCreator to compile JamTaba Standalone.

  • Compile the project in QtCreator (the green button in left side)!


Compiling JamTaba Vst Plugin

  • To compile JamTaba Vst Plugin you need run all steps described in the section Compiling JamTaba Standalone, except the 2 last steps.
  • In the last steps you need open the file VstPlugin.pro in QtCreator. If you try to compile this project you will got some errors, because the Vst Plugin can't be compiled using official Qt releases downloaded in Qt official site. These Qt releases are compiled/using shared libraries. You need a static compiled Qt to compile the Vst Plugin, and you need compile this special Qt version for your self. Check this site to see how compile Qt in a "static flavor".
  • Inside the folder PROJECTS/VstPlugin you have a file Qt static compile flags.txt with some flags to configure Qt before compile and reduce the size of Qt static libs. These flags will speed up the compilation process too. In my machine (a common laptop with 4 cores) the compilation process lasted 15 minutes using these flags.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].