jamidi/jamidi.json

108 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2020-04-21 13:06:01 +00:00
{
"local" :
[
{
"_comment": "Server is localhost",
"type": "serverconf",
"name": "local",
"IP": "127.0.0.1",
2020-05-02 00:38:06 +00:00
"port": 8081,
"oscport": 8082,
"udport": 8083
2020-04-21 13:06:01 +00:00
}
],
"llstrvpn" :
[
{
"_comment": "Server is llstrvpn",
"type": "serverconf",
"name": "llstrvpn",
"IP": "10.8.0.46",
2020-05-02 00:38:06 +00:00
"port": 8081,
"oscport": 8082,
"udport": 8083
2020-04-21 13:06:01 +00:00
}
],
2020-04-23 14:00:37 +00:00
"xrkia" :
2020-04-21 13:06:01 +00:00
[
{
"_comment": "Server is xrkia.org",
"type": "serverconf",
"name": "xrkia",
"IP": "xrkia.org",
2020-05-02 00:38:06 +00:00
"port": 8081,
"oscport": 8082,
"udport": 8083
2020-04-21 13:06:01 +00:00
}
],
"tmlsr" :
[
{
"_comment": "Server is laser.teamlaser.fr",
"type": "serverconf",
"name": "tmlsr",
"IP": "laser.teamlaser.fr",
2020-05-02 00:38:06 +00:00
"port": 8081,
"oscport": 8082,
"udport": 8083
}
],
"sam" :
[
{
"_comment": "Server is laser.teamlaser.fr",
"type": "serverconf",
"name": "tmlsr",
"IP": "192.168.2.43",
"port": 8081,
"oscport": 8082,
"udport": 8083
}
],
2020-05-02 00:38:06 +00:00
"sq-1": [
{
"_comment": "SQ-1 device parameters",
"type": "mididevice",
"mididevice": "UM-ONE:UM-ONE MIDI 1 20:0",
"midichan" : 3,
"xname" : "sq-1(3)"
}
],
"sq-1": [
{
"_comment": "SQ-1 device parameters",
"type": "mididevice",
"mididevice": "UM-ONE:UM-ONE MIDI 1 20:0",
"midichan" : 4,
"xname" : "sq-1(4)"
}
],
2020-04-21 13:06:01 +00:00
"ocs2": [
{
2020-04-22 15:44:30 +00:00
"_comment": "OCS-2 device parameters",
2020-04-21 13:06:01 +00:00
"type": "mididevice",
"mididevice": "UM-ONE:UM-ONE MIDI 1 20:0",
2020-04-23 14:00:37 +00:00
"midichan" : 2,
"xname" : "ocs2"
2020-04-21 13:06:01 +00:00
}
],
"mmo3": [
{
2020-04-22 15:44:30 +00:00
"_comment": "MMO-3 device parameters",
2020-04-21 13:06:01 +00:00
"type": "mididevice",
"mididevice": "UM-ONE:UM-ONE MIDI 1 20:0",
2020-04-23 14:00:37 +00:00
"midichan" : 1,
"xname" : "mmo3"
2020-04-21 13:06:01 +00:00
}
]
2020-04-21 13:06:01 +00:00
2020-05-02 00:38:06 +00:00
}