Skip to content

Commit eaf7cf7

Browse files
committed
update settings chuck version desc
1 parent f2ee89a commit eaf7cf7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/settings.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@ export default class Settings {
7272
selectChucKVersion(version: string) {
7373
if (version === versionString.stable) {
7474
Settings.versionDescription.innerHTML =
75-
"Latest stable version of ChucK.";
75+
"Latest stable version of ChucK available via <a href='https://github.com/ccrma/webchuck' target='_blank' class='text-orange-light underline'>WebChucK</a>";
7676
} else {
7777
Settings.versionDescription.innerHTML =
7878
"Bleeding edge version of ChucK. Built from the tip of <a href='https://github.com/ccrma/chuck' target='_blank' class='text-orange-light underline'>main</a>";
7979
}
8080
Settings.versionSelect.value = version;
8181
}
8282

83+
// TODO: Set the audio context sink
8384
static setAudioContextSink(index: number) {
84-
// TODO: Set the audio context sink
8585
// audioContext.setSinkId(index.toString());
8686
console.log("Setting audio context sink to", index);
8787
}

0 commit comments

Comments
 (0)