To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / repoint-project.json @ 125:34e428693f5d

History | View | Annotate | Download (2.86 KB)

1
{
2
    "config": {
3
        "extdir": "REPOS"
4
    },
5
    "services": {
6
        "soundsoftware": {
7
            "vcs": ["hg", "git"],
8
            "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
9
            "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
10
        }
11
    },
12
    "libraries": {
13
        "vamp-plugin-sdk": {
14
            "vcs": "hg",
15
            "service": "soundsoftware"
16
        },
17
        "vamp-plugin-tester": {
18
            "vcs": "hg",
19
            "service": "soundsoftware"
20
        },
21
        "vamp-aubio-plugins": {
22
            "vcs": "hg",
23
            "service": "soundsoftware"
24
        },
25
        "mazurka-plugins": {
26
            "vcs": "git",
27
            "service": "github",
28
            "owner": "craigsapp",
29
            "repository": "MazurkaPlugins"
30
        },
31
        "qm-vamp-plugins": {
32
            "vcs": "hg",
33
            "service": "soundsoftware"
34
        },
35
        "segmentino": {
36
            "vcs": "hg",
37
            "service": "soundsoftware",
38
            "repository": "segmenter-vamp-plugin"
39
        },
40
        "vamp-libxtract-plugins": {
41
            "vcs": "hg",
42
            "service": "soundsoftware"
43
        },
44
        "vamp-onsetsds-plugin": {
45
            "vcs": "hg",
46
            "service": "soundsoftware"
47
        },
48
        "vamp-test-plugin": {
49
            "vcs": "hg",
50
            "service": "soundsoftware"
51
        },
52
        "match-vamp": {
53
            "vcs": "hg",
54
            "service": "soundsoftware"
55
        },
56
        "vampy": {
57
            "vcs": "hg",
58
            "service": "soundsoftware"
59
        },
60
        "nnls-chroma": {
61
            "vcs": "hg",
62
            "service": "soundsoftware"
63
        },
64
        "pyin": {
65
            "vcs": "hg",
66
            "service": "soundsoftware"
67
        },
68
        "silvet": {
69
            "vcs": "hg",
70
            "service": "soundsoftware"
71
        },
72
        "constant-q-cpp": {
73
            "vcs": "hg",
74
            "service": "soundsoftware"
75
        },
76
        "vamp-tempogram": {
77
            "vcs": "hg",
78
            "service": "soundsoftware"
79
        },
80
        "vamp-simple-cepstrum": {
81
            "vcs": "hg",
82
            "service": "soundsoftware"
83
        },
84
        "cepstral-pitchtracker": {
85
            "vcs": "hg",
86
            "service": "soundsoftware"
87
        },
88
        "tempest": {
89
            "vcs": "hg",
90
            "service": "soundsoftware"
91
        },
92
        "miredu": {
93
            "vcs": "git",
94
            "service": "github",
95
            "owner": "MTG"
96
        },
97
        "ua-vamp-plugins": {
98
            "vcs": "git",
99
            "service": "github",
100
            "owner": "pertusa",
101
            "repository": "UAVampPlugins"
102
        },
103
        "tipic": {
104
            "vcs": "hg",
105
            "service": "soundsoftware"
106
        },
107
        "btrack": {
108
            "vcs": "git",
109
            "service": "github",
110
            "owner": "adamstark",
111
            "repository": "BTrack"
112
        }
113
    }
114
}