-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchange-log.txt
More file actions
24 lines (19 loc) · 784 Bytes
/
change-log.txt
File metadata and controls
24 lines (19 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Version 0.1.4-alpha
* Fix window size settings restore (both size and maximized)
* Implement push-based audio summing
* Implement [feedback] node and system (delay 1 buffer and allow [feedback] nodes to create a cycle)
* Add multiple objects ([delay] [feedback] etc )
Version 0.1.3-alpha
* Improve safe-object system
* Add more nodes
* Add simple settings dialog
* Improve add-object menu
Version 0.1.2-alpha
* Make sure libraries are all statically included
* Improve audio IO auto-selection
Version 0.1.1-alpha
* Copy-Paste to mouse position
* Process objects on-demand with a dirty flag
In the process loop nodes are skipped that are not set as dirty
Version 0.1.0-alpha
* First version to support version numbers