forked from AlexHarker/FrameLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFrameLib_TO_DO.txt
72 lines (52 loc) · 1.48 KB
/
FrameLib_TO_DO.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
******* CODE CLEAN-UP *******
Move to Namespaces (use only one, or multiple)?
Move to lowercase names?
******* FRAMEWORK *******
PROGRESS Finalise Max Wrapper
PROGRESS - Avoid double reporting of directly patched errors when DSP is on
- Probing issues;
Finalise Memory Management
- Review memory management
PROGRESS Multi threading work (Attributes / Connection)
- Attributes
- Memory
- DSP
- DSP Queue
DONE DSP
PROGRESS Processing Queue
TEMP Memory
Error Reporting (Realtime and push to wrapper)
- parameter errors
- scheduling errors
- connection/network errors
******* OBJECT SUPPORT *******
Objects for dealing with data storage/retrieval (a la coll etc.)
Abstract buffer type?
Multistream support (how should expansion work for audio?)
Adding parameters via inheritance/wrapping
******* OBJECT REVIEW *******
DONE General Wrapper
DONE - Parameter naming style
DONE - Parameter entry style
DONE - Input entry style
PROGRESS Unary (trig and degrees)
PROGRESS Binary (symbols)
Parameters
Routing
Mapping
Timing
Vector
IO
Storage
Schedulers
Generators
Spectral
Filters
Spatial/Special
OBJECT IDEAS
Function Generators (from fixed numbers to allow mapping ?? / use 2D)
Matching (fixed up version of entry matcher) - sort data storage problem
Descriptor Analysis (per frame to start with?)
Envelope Estimation
Delays(solve co-incident issue - 3 solutions - first/last/move OR delay now??)
Filters with time-varying parameters