Skip to content

Commit 960bbad

Browse files
committed
updated CHANGELOG for release 0.7.2
1 parent 8621c42 commit 960bbad

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Mosaic CHANGELOG
22

3+
### 0.7.2
4+
5+
- **addition** : Added new sound objects, **quantizer**, **parametric eq**, **address sequencer**, **polyphonic oscillator**, **summing mixer**
6+
- **addition** : Added new gui object, **piano keyboard**, to visualize MIDI notes from external devices and/or play notes ( outputs pitch/pitches )
7+
- **addition** : Added **scheme live coding** object with live coding on output window
8+
- **update** : Update **midi receiver** object to receive multiple midi message simultaneously ( for chords, etc... )
9+
- **gui** : Manage canvas drag/zoom with imgui ( reference: [https://github.com/onurae/core-nodes/](https://github.com/onurae/core-nodes/) ).
10+
- right click, reset zoom to standard
11+
- right click with drag, drag the canvas
12+
- mouse scroll, zoom in/out the canvas
13+
- click on node header, drag the node
14+
- **gui** : Add patch canvas interaction from imgui ( select nodes for group drag, duplicate, delete )
15+
- drag mouse --> select nodes
16+
- click on canvas --> deselect nodes
17+
- click and drag over selected nodes --> move nodes
18+
- BACKSPACE_KEY --> delete selected nodes/delete selected links
19+
- MOD_KEY-D --> duplicate selected nodes
20+
- CTRL-click links -> select links
21+
- click on canvas --> deselect links
22+
- SHIFT-click links --> deactivate/activate links
23+
- **update** : Add external panning control for mixer object
24+
- **enhancement** : Duplicate filepath in objects with loaded file when duplicate
25+
- **addition** : Added new commands to the logger/console
26+
- **bug fixing** : various macos fixing by @Daandelange
27+
328
### 0.7.0
429

530
- **gui** : Drag and drop objects to subpatch on subpatches list to move them

0 commit comments

Comments
 (0)