less github
This commit is contained in:
parent
990f1c6ece
commit
a3d9d68c45
8 changed files with 19 additions and 23 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue