GET /api/projects/488/repositories/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "repositories": [
        {
            "readme": {
                "html": "<p><img alt=\"rave_audition\" src=\"https://github.com/Fyfe93/RAVE-audition/raw/main/Resources/rave_audition_still.png\"/></p>\n<h1>RAVE-audition</h1>\n<p>VST/AU Plugin for Auditioning RAVE Models in Real-time</p>\n<p>Check out Antoine's great work in the <a href=\"https://github.com/caillonantoine/RAVE\">original RAVE repository</a>!</p>\n<h3>Building the C++ project</h3>\n<ul>\n<li>Add Juce 6.1.4 as a directory called JUCE in the main working directory or clone the repository.<ul>\n<li><code>ln -s &lt;JUCE-DIR&gt; .</code>  OR</li>\n<li><code>git clone --depth 1 --branch 6.1.4 https://github.com/juce-framework/JUCE</code></li>\n</ul>\n</li>\n<li>Use cmake to build. Tested with cmake 3.21.3, clang 11.0.3, Xcode 11.7 on MacOS 10.15.7. This will download the PyTorch libraries.<ul>\n<li><code>mkdir build; cd build</code></li>\n<li><code>cmake .. -DCMAKE_BUILD_TYPE=Release</code></li>\n<li><code>cmake --build . --config Release -j 4</code> or  <code>cmake -G Xcode -B build</code></li>\n</ul>\n</li>\n</ul>\n<h3>Prebuilt Plugins</h3>\n<p>Coming soon!</p>"
            },
            "summary": {
                "latest_commits": [
                    {
                        "title": "fixed crash when cancelling file browser",
                        "created_at": "2022-03-25T23:35:42",
                        "url": "https://github.com/Fyfe93/RAVE-audition/commit/7af4bef5d8ceb577d08f41aadb09f5be0bfdf673"
                    },
                    {
                        "title": "Adapted to handle all host buffersizes. Reports 2048 sample latency to host",
                        "created_at": "2022-03-13T19:04:34",
                        "url": "https://github.com/Fyfe93/RAVE-audition/commit/425de7089333a939c4aeb06ed994a32358a5f7d1"
                    },
                    {
                        "title": "Fixed buffer bug when looping in DAW. Adapted to handle Large IO Buffer sizes from DAW",
                        "created_at": "2022-03-12T00:13:56",
                        "url": "https://github.com/Fyfe93/RAVE-audition/commit/3e0fce6da07fdf5d7ceed0d78ae3f14684bf473a"
                    },
                    {
                        "title": "Add missing lib to MacOS resources",
                        "created_at": "2021-12-25T07:26:48",
                        "url": "https://github.com/Fyfe93/RAVE-audition/commit/db2c7b6a0be5c5895bd36e1f3c0d76ce90e77f37"
                    },
                    {
                        "title": "Add Qosmo as company name",
                        "created_at": "2021-12-23T11:02:29",
                        "url": "https://github.com/Fyfe93/RAVE-audition/commit/48f1395cda1fbb8e0ffed663f37ab5df74d23eeb"
                    }
                ],
                "latest_tags": []
            },
            "url": "https://github.com/Fyfe93/RAVE-audition"
        }
    ]
}