From 7cf65ec69547986f4a0447e5b3fd5ffb441d4e8e Mon Sep 17 00:00:00 2001 From: Colin Fletcher Date: Mon, 5 Jan 2026 17:17:04 +0000 Subject: [PATCH] freesound: updated API key & client secret New API key (client ID) & client secret from freesound.org, to change the application name from "Ardour 7" to "Ardour". --- gtk2_ardour/sfdb_freesound_mootcher.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/sfdb_freesound_mootcher.cc b/gtk2_ardour/sfdb_freesound_mootcher.cc index 6fdde4cd09..794c4d92bc 100644 --- a/gtk2_ardour/sfdb_freesound_mootcher.cc +++ b/gtk2_ardour/sfdb_freesound_mootcher.cc @@ -71,8 +71,8 @@ using namespace PBD; static const std::string base_url = "https://freesound.org/apiv2"; // Ardour 7 -static const std::string default_token = "t3TjQ67WNh6zJLZRnWmArSiZ8bKlgTc2aEsV1cP7"; -static const std::string client_id = "yesyr1g4StTtg2F50KT1"; +static const std::string default_token = "Dwfk4N2CheXTZw5WzRBrgVEIusIMWxnBY4W2BUVl"; +static const std::string client_id = "QOY3ZLPUfOA9v2AkuaIM"; static const std::string fields = "id,name,duration,filesize,samplerate,license,download,previews";