Skip to content

Commit 3c6a3ee

Browse files
committed
updated settings and changelog for 0.7.3 release
1 parent ac089ad commit 3c6a3ee

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Mosaic CHANGELOG
22

3+
### 0.7.3
4+
5+
- **update** : switched to pugiXML, added ofxVP xml engine based on pugiXML
6+
- **addition** : added internal Fft implementation, reduced addons dependencies
7+
- **addition** : added A-Chaos non-linear strange attractors library
8+
- **addition** : added OrderedMap class, original code from Memo Akten, updated for ofxVP
9+
- **code cleaning** : added std:: namespace where needed ( readability )
10+
- **addition** : added new object category GENERATIVE, whit his first new object, **strange attractors**
11+
- **update** : standard texture resolution set at HD res. 1920x1080 ( it was time )
12+
313
### 0.7.2
414

515
- **addition** : Added new sound objects, **quantizer**, **parametric eq**, **address sequencer**, **polyphonic oscillator**, **summing mixer**

addons.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
ofxInfiniteCanvas
22
ofxVisualProgramming
3+
ofxXmlSettings

addons.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ofxBTrack https://github.com/d3cod3/ofxBTrack master
1313
ofxCv https://github.com/kylemcdonald/ofxCv master
1414
ofxEasing https://github.com/arturoc/ofxEasing master
1515
ofxFFmpegRecorder https://github.com/d3cod3/ofxFFmpegRecorder master
16-
ofxFft https://github.com/kylemcdonald/ofxFft master
1716
ofxGlEditor https://github.com/Akira-Hayasaka/ofxGLEditor master
1817
ofxImGui https://github.com/d3cod3/ofxImGui master
1918
ofxInfiniteCanvas https://github.com/d3cod3/ofxInfiniteCanvas master

0 commit comments

Comments
 (0)