-
Notifications
You must be signed in to change notification settings - Fork 2
/
example-session.js
executable file
·39 lines (33 loc) · 1.25 KB
/
example-session.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// --------------------------------------------------------------------------
// -- example-session.js
// -- initial author: Renick Bell ([email protected])
// -- initial creation date: Wed Jun 28 10:08:48 AM CST 2023
// -- contributors: Yiler Huang ([email protected]); Steve Wang ([email protected])
// -- license: GPL 3.0
// --------------------------------------------------------------------------
.load ./konduktiva-revised-2.js
.load ./testingKonduktiva-revised.js
.load ./konduktiva-superdirt-revised.js
.load ./defaultSuperDirtPlayers-revised.js
.load ./utility-functions-array.js
.load ./utility-functions-string.js
.load ./utility-functions-music.js
.load ./utility-functions-general.js
.load ./lsystem.js
.load ./chords.js
.load ./rhythm.js
.load ./websocket.js
.load ./harmony.js
.load ./configure-konduktiva.js
.load ./generate-melody.js
.load ./midi.js
e.actions.midiSequencedRhythm = musicSynthesizerCaller
.load ./start-websockets.js
//Action function:
//.load ./22May-backup--steve-midi-music.js
//split audio.js into midi.js and 2 other files
//chords.js sort into rhythm.js
//user-music should be an example file. (example.js)
//define e in user-music
//chord progression map is the new name for the timeline thing
//utility-functions to array utility