Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Commit 39e4c81

Browse files
scd files
1 parent 660bcc4 commit 39e4c81

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/notochord/autopitch-demo.scd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
Quarks.install("API")
1313
//depends: IILinnstrument https://github.com/Intelligent-Instruments-Lab/IILinnstrument
1414

15+
1516
(
1617
~noto = Notochord();
17-
1818
// ~noto.notochordCmd; // show the current notochord terminal command
19-
~noto.notochordPath = "/Users/victor/Downloads/notochord_lakh_20G.ckpt";
20-
19+
~noto.notochordPath = "/Users/victor/notochord_lakh_50G_deep.pt";
2120
~noto.startNotochord; // runs notochord for you in a terminal
2221
)
2322

23+
2424
(
2525
~synths = ();
2626
~pitches = ();

examples/notochord/harmonize-demo.scd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
(
1010
///////// create Notochord API object /////////
1111
~noto = Notochord();
12-
~noto.notochordPath = "/Users/victor/Downloads/notochord_lakh_20G.ckpt";
13-
// ~noto.notochordPath = "/Users/victor/Downloads/1368.ckpt";
12+
~noto.notochordPath = "/Users/victor/notochord_lakh_50G_deep.pt";
1413
~noto.startNotochord; // run notochord in a terminal
1514
)
1615

16+
1717
(
1818
///////// create FluidSynth MIDI output object /////////
1919
~output = NotoFluidOutput();

examples/notochord/tidalcycles/tidal-notochord.scd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Quarks.install("API")
99
~noto = Notochord();
1010

1111
// ~noto.notochordCmd; // show the current notochord terminal command
12-
~noto.notochordPath = "/Users/victor/Downloads/notochord_lakh_20G.ckpt";
12+
~noto.notochordPath = "/Users/victor/Downloads/notochord_lakh_50G_deep.ckpt";
1313

1414
~noto.startNotochord; // runs notochord for you in a terminal
1515
)

0 commit comments

Comments
 (0)