-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
42 lines (30 loc) · 873 Bytes
/
TODO.txt
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
40
41
42
Push to github!
Make first click start recording and change to awaitingOutpoint
just replace existing global "recording" in scriptNode.onaudioprocess
remove old global
Refactor states from:
awaitingInPoint
awaitingOutPoint
recording:
saving:
To:
buffering (awaitingInPoint)
recording (awaitingOutPoint)
prepping (preparing file for download)
savedialog
resetting
Wire up button to show
Start for awaitingInPoint
Stop for awaitingOutPoint
grey for preppingFile
greyed for savedialog
greyed for resetting
awaitingOutPoint draws from either
recording start point TO end point in green
or
recording start point TO mouseX in green
and
mouseX TO end point in white
Next after that...
Modify or fork that recorder module to extract the wav file encoding and downloading part
Make second click stop recording