-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchange_log
58 lines (49 loc) · 1.58 KB
/
change_log
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
5_9_21
Too many additions to list. High points:
-more cmds
-OSC IPC mode added (major update)
-Interactive mode now non-blocking
-Patch i/o now methods in p2jBase class
-more
28_6_21
More cmds added to I Mode
Source files split, now multiple files
Changed keyword lookup to hash function & exec to pointer-to-fn
Moved global data to a parent class (p2jBase)
Some minor Makefile fixes
20_6_2021
Many more interactive cmds added
Added interactive prompt
17_6_2021
Added interactive mode
Changed openPatch code to a function (for i mode)
Infancy of "interactive mode special codes"
Makefile: $(DESTDIR) added to install & uninstall
- Code not currently included, but tested GUI front-ends with interactive mode & pipes
13_6_2021
More updates to Makefile; single call to "make" will build
[pd~] not functioning yet
MIDI ports should be MIDI 1.0 compliant
11_6_2021
First commit of dev-v0.1.5
Static libpd lib now built & linked locally.
Added "libpd" submodule to GIT.
Changed Makefile, lib path now relative. Build still static.
MTC, midi clock tick, Song Position, Song Select all working.
6_6_2021
v0.1.3 Branch
Virtually a complete rewrite of the JACK MIDI code
- One general midi class, vs. three previously
- much more streamlined
Added debug option to Makefile (DEBUG=true)
3_6_2021
v0.1.0
First official release
27_5_2021
- Makefile now links LibPd library statically
- Change "help->Midi port->default" msg to "- default 1:1"
26_5_2021
- cleanup comments
- Don't call malloc() if # of audio ports == 0
(those audio pointers shouldn't be referenced in any case)
- init the audio pointers to NULL