Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: This feature may not be available in some browsers.
darsho schrieb:Ich mache gerne Collabs, aber nur in Natura.
Nicht jeder hat 50 down 10 up und mehr. Es wechseln ständig die Leute im Channel = Server hat ständig neue Netzwerkanforderungen oder so, du spielst quasi ständig in der Vergangenheit (ein oder mehr Takt(e) ist Latenzzeit) usw. ... .jaash schrieb:naja wenn die ne audioclock senden können, die das kann, so sollte es doch auch mit ner midiclock gehen .. oder habe ich da jetzt n knoten im hirn
mink99 schrieb:Hat schon jemand http://www.ohmstudio.com/ getestet ?
# only one port line allowed (last one will be used)
# these are comments
Port 2049
# limit connections of normal users to 10
MaxUsers 10
# limit normal users to 32 channels each, anonymous users to 2
MaxChannels 32 2
ServerLicense cclicense.txt
#anonymoususers yes or no, or multi (to allow multiple users of the same name from the same IP)
AnonymousUsers no
AnonymousUsersCanChat yes
AnonymousMaskIP yes # shows just the nn.nn.nn.x instead of full IP.
AllowHiddenUsers no # set to yes to allow people without channels to not appear in the user list
#ACL list lets you specify in order a list, first match is used
ACL 10.0.0.0/8 deny
ACL 192.168.0.0/16 reserve # reserve slots for local
ACL 0.0.0.0/0 allow # allow all
#user/password/permissions sets
User administrator myadminpass * # allow all functions
User booga anotherpass CBTKRM # allow chat, bpm/bpi, topic changing, and kicking, a reserved slot, and multiple logins
User myuser mypass # allow default functions (chat, no topic)
# optional user/pass with simple status retrieving permissions (this also has the advantage of having the server do less work)
# StatusUserPass username password
DefaultTopic "Welcome to NINJAM. Please play nicely."
DefaultBPM 120
DefaultBPI 8
# two parameters: path to log to, and session length (in minutes). 0 for length means 30 seconds.
# if the first parameter (path) is empty, no logging is done
# SessionArchive . 15
# these two require a full restart to update:
# write PID file (non-windows version only)
# PIDFile ninjamserver.pid
# LogFile ninjamserver.log
# set keep-alive interval in seconds. should probably not bother
# specifying this, the default is 3, which is adequate.
# SetKeepAlive 3
# voting system:
# SetVotingThreshold 50 # sets threshold to 50%. can be 1-100%, or >100 to disable
# SetVotingVoteTimeout 60 # sets timeout before votes are reset, in seconds
AnonymousUsers yes
DefaultTopic "Welcome to NINJAM. Please play nicely. !vote bpi/bpm"
LogFile ninjamserver.log
SetVotingThreshold 50 # sets threshold to 50%. can be 1-100%, or >100 to disable
SetVotingVoteTimeout 60 # sets timeout before votes are reset, in seconds
cd ~/Audio/ninjam/server
ninjamsrv example.cfg
cninjam 192.168.2.5:2049 -user anonymous:xxx -pass xxx
cninjam blah.irgendwasdns:2049 -user anonymous:xxx -pass xxx