-
Notifications
You must be signed in to change notification settings - Fork 4
/
!changelog.txt
68 lines (51 loc) · 2.44 KB
/
!changelog.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
AVS-Mixer changelog:
16.06.2011
beta 0.3.5
-fixed: revamped window handle retrieval & management - much more reliable now.
-changed: mixing will now take place in the resolution of the bigger of the two textures concerned. Scaling to desired output resolution is now only enforced on the main output.
01.06.2011
beta 0.3.3
-fixed: broken quick-fade buttons on korg.
18.05.2011
beta 0.3.2
-changed: switched input/parameter-by-midi (was button->parameter/slider->input, is now button->input/slider->parameter)
-fixed: doesn't ask for saving a bunch of subpatches anymore. (subdued "Query Save")
??
beta 0.3.1
-added: blendmode selection via keyboard (makeshift)
-added: reset parameter set by double-tapping Q,W,A,S
-fixed: proper brightness implementation
21.10.2010
beta 0.3:
-fixed: reloading mixer-subpatch also restarted the main renderer - the main output renderer is now in the root patch.
-added: load MIDI controller setup from MIDI.ini file, saving/creating new settings via an external editor for now
-added: user-individual(!) parameters will be saved on quit and automatically reloaded at startup.
-added: the same parameters can now also be loaded/saved from the gui.
-added: copy parameter sets from one input to the other with Q,W,A,S
-added: statistics panel with fps and input resolutions (on hover)
-added: new blendmode "fade over black"
-added: maintenance mode ;)
07.10.2010
beta 0.2.1:
-added: double click on main preview toggles gui fullscreen
-added: proper representation of channelswitch and invert controls
-fixed: resetting the parameters always works now
03.10.2010
beta 0.2:
-changed: major rework of the internal layout, mixer can now be restarted seperately from the gui. (thanks for the tip, david!)
-other: a few optimizations here and there - should run slightly faster now
29.9.2010
beta 0.1.1:
-added: blendmode preview on hover over selection buttons
-fixed: interface scaling/resizing with multiple screens
-other: tidied up some patches, wrote some more in-patch documentation, etc.
27.9.2010
beta 0.1:
-added: keystoning with seperate output renderer
-added: root-patch for basic settings
With those two it's now ready for actual use, hence beta status.
Also:
-added: controller overlay for parameter sliders
-added: can now handle any combination of up to four different window names correctly
-other: moved window capturing out of mixer patches & into main patch -> more flexible input switching/distribution
-everything from alpha versions