Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![herofig_revised](https://github.com/TEAMuP-dev/HARP/assets/26678616/c4f5cdbb-aaff-4196-b9d2-3b6f69130856)

<!--![Build status](https://img.shields.io/github/actions/workflow/status/TEAMuP-dev/HARP/cmake_ctest.yml?branch=main) -->
<!--[![Netlify Status](https://api.netlify.com/api/v1/badges/d84e0881-13d6-49b6-b743-d176b175aa79/deploy-status)](https://app.netlify.com/sites/harp-plugin/deploys) -->
<!--[![Netlify Status](https://api.netlify.com/api/v1/badges/d84e0881-13d6-49b6-b743-d176b175aa79/deploy-status)](https://app.netlify.com/sites/harp3/deploys) -->
<!-- TODO - Replaced with HARP 3.0 paper link -->
<!--[![arXiv](https://img.shields.io/badge/arXiv-2503.02977-b31b1b.svg?style=flat)](https://arxiv.org/abs/2503.02977) -->

Expand All @@ -25,7 +25,7 @@ HARP is a sample editor for **h**osted, **a**synchronous, **r**emote **p**rocess
* **[Distribution](#distribution)**
* **[Citations](#citations)**

For more information on HARP, please see [our website](https://harp-plugin.netlify.app) or our most recent [NeurIPS workshop paper](https://openreview.net/pdf?id=Ha2z921r51).
For more information on HARP, please see [our website](https://harp3.netlify.app) or our most recent [NeurIPS workshop paper](https://openreview.net/pdf?id=Ha2z921r51).


<!-- website/content/supported_os.md -->
Expand All @@ -39,7 +39,7 @@ HARP has been tested on the following operating systems:

<!-- website/content/install/ -->
<!-- website/content/setup/ -->
Please visit [our website](https://harp-plugin.netlify.app/content/install/macos.html) for instructions on installing HARP and setting it up as an external sample editor for specific operating systems and DAWs.
Please visit [our website](https://harp3.netlify.app/content/install/macos.html) for instructions on installing HARP and setting it up as an external sample editor for specific operating systems and DAWs.


# Usage
Expand Down Expand Up @@ -67,7 +67,7 @@ HARP processes full regions in the DAW. Therefore, to edit a portion of an audio
<!-- website/content/usage/models.md -->
## Models

Please visit [our website](https://harp-plugin.netlify.app/content/usage/models.html) for a full list of supported models.
Please visit [our website](https://harp3.netlify.app/content/usage/models.html) for a full list of supported models.

<!-- website/content/usage/workflow.md -->
## Workflow
Expand Down
4 changes: 2 additions & 2 deletions src/windows/AboutWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ class AboutWindow : public Component

modelGlossaryButton.setButtonText("Model Glossary");
modelGlossaryButton.setURL(
URL("https://harp-plugin.netlify.app/content/usage/models.html"));
URL("https://harp3.netlify.app/content/usage/models.html"));
modelGlossaryButton.setSize(380, 24);
modelGlossaryButton.setTopLeftPosition(10, 110);
modelGlossaryButton.setColour(HyperlinkButton::textColourId, Colours::blue);
addAndMakeVisible(modelGlossaryButton);

visitWebpageButton.setButtonText("Visit HARP Webpage");
visitWebpageButton.setURL(URL("https://harp-plugin.netlify.app/"));
visitWebpageButton.setURL(URL("https://harp3.netlify.app/"));
visitWebpageButton.setSize(380, 24);
visitWebpageButton.setTopLeftPosition(10, 140);
visitWebpageButton.setColour(HyperlinkButton::textColourId, Colours::blue);
Expand Down
4 changes: 2 additions & 2 deletions src/windows/WelcomeWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ class WelcomeWindow : public DocumentWindow, public ChangeListener

addAndMakeVisible(learnMoreLink);
learnMoreLink.setButtonText("Learn more");
learnMoreLink.setURL(URL("https://harp-plugin.netlify.app/content/intro.html"));
learnMoreLink.setURL(URL("https://harp3.netlify.app/content/intro.html"));

addAndMakeVisible(copyrightLabel);
copyrightLabel.setText("Copyright 2026 TEAMuP. All rights reserved.",
Expand Down Expand Up @@ -640,7 +640,7 @@ class WelcomeWindow : public DocumentWindow, public ChangeListener

Label pageIndicator;
HyperlinkButton learnMoreLink { "Learn more",
URL("https://harp-plugin.netlify.app/content/intro.html") };
URL("https://harp3.netlify.app/content/intro.html") };
Label copyrightLabel;

TextButton showDetailsButton { "Show detailed control descriptions" };
Expand Down
2 changes: 1 addition & 1 deletion website/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineConfig({
nav: [
{ text: 'Home', link: '/' },
{ text: 'Guide', link: '/content/intro' },
// { text: 'API', link: 'https://harp-plugin.netlify.app/doxygen-docs/html/index.html'},
// { text: 'API', link: 'https://harp3.netlify.app/doxygen-docs/html/index.html'},
],

footer: {
Expand Down
4 changes: 2 additions & 2 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This website is built using [Vitepress](https://vitepress.dev/).

We use [Netlify](https://www.netlify.com/) to deploy it under the domain [harp-plugin.netlify.app](https://harp-plugin.netlify.app/).
We use [Netlify](https://www.netlify.com/) to deploy it under the domain [harp3.netlify.app](https://harp3.netlify.app/).

## Build locally

Expand Down Expand Up @@ -63,7 +63,7 @@ The website's content is primarily managed through Markdown files and VitePress

## Deploy to Netlify

* **Production Deployment:** The `main` branch of the `HARP` repository is automatically deployed to our live URL: [harp-plugin.netlify.app](https://harp-plugin.netlify.app/).
* **Production Deployment:** The `main` branch of the `HARP` repository is automatically deployed to our live URL: [harp3.netlify.app](https://harp3.netlify.app/).
* **Deployment Previews:** Netlify automatically generates deployment previews for:
* All Pull Requests (PRs) made against the `main` branch.
* Any branch whose name starts with the prefix `website/*` (e.g., `website/new-feature`, `website/docs-update`).
Expand Down
6 changes: 6 additions & 0 deletions website/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build]
command = "pnpm run build"
publish = ".vitepress/dist"

[build.environment]
NODE_VERSION = "18"
Loading