mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-18 10:18:20 -04:00
less github
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/*
|
||||
|
||||
Strudel - javascript-based environment for live coding algorithmic (musical) patterns
|
||||
https://strudel.cc / https://github.com/tidalcycles/strudel/
|
||||
https://strudel.cc / https://codeberg.org/uzu/strudel/
|
||||
|
||||
Copyright (C) Strudel contributors
|
||||
https://github.com/tidalcycles/strudel/graphs/contributors
|
||||
https://codeberg.org/uzu/strudel/activity/contributors
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as published by
|
||||
|
||||
@@ -28,7 +28,7 @@ export const KNOWN_LANGUAGES = {
|
||||
} as const;
|
||||
export const KNOWN_LANGUAGE_CODES = Object.values(KNOWN_LANGUAGES);
|
||||
|
||||
export const GITHUB_EDIT_URL = `https://github.com/tidalcycles/strudel/tree/main/website`;
|
||||
export const GITHUB_EDIT_URL = `https://codeberg.org/uzu/strudel/src/branch/main/website`;
|
||||
|
||||
export const COMMUNITY_INVITE_URL = `https://discord.com/invite/HGEdXmRkzT`;
|
||||
|
||||
|
||||
@@ -96,7 +96,7 @@ export async function loadDBPatterns() {
|
||||
}
|
||||
}
|
||||
|
||||
// reason: https://github.com/tidalcycles/strudel/issues/857
|
||||
// reason: https://codeberg.org/uzu/strudel/issues/857
|
||||
const $activePattern = sessionAtom('activePattern', '');
|
||||
|
||||
export function setActivePattern(key) {
|
||||
|
||||
Reference in New Issue
Block a user