This repository was archived by the owner on Nov 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212Quarks .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 = ();
Original file line number Diff line number Diff line change 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 ();
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments