ALLCast Versions

From dgraphic
Revision as of 07:47, 22 June 2021 by Bbm (talk | contribs)
Jump to navigation Jump to search

Auto-translated!!! Be careful! (it is not full log of changes)



# 2160 (06/22/2021)

1. Browser control http: // localhost: 8088

- Fixed crash of AllMix when changing the number of slots in Global Settings

- http requests are sent not only to the specified gfx, but to all gfx with the same name

- on the page in the browser, by default, all titles are closed, opened / closed by clicking, the state is remembered in LocalStorage

- on the page in the browser, when you hover the mouse over the slot, the name of the media appears on it

2. Correction of an empty context menu on the CALL (Conference) button

3. A number of steps to normalize the MixerControlWindow layout


# 2159 (06/17/2021)

1. Browser control http: // localhost: 8088

- added commands to control the visibility of title elements

 /API/?Function=SetVisible&Input=file.gfx&SelectedName=name&Value=0/1 (visible = value)
 /API/?Function=SetTextVisible&Input=file.gfx&SelectedName=name (analogue of vMix visible =! Visible)
 /API/?Function=SetTextVisibleOn&Input=file.gfx&SelectedName=name (analogue of vMix visible = 1)
 /API/?Function=SetTextVisibleOff&Input=file.gfx&SelectedName=name (analogue of vMix visible = 0)

2. Changes in the control panel:

- drawing is possible only in the control panel and only in the main window

- if the current slot is a 3D scene, then the mouse is used not for drawing but for 3D rotations, shifts, etc.

- you can reset the twisted in the 3D scene with the R key

- when changing a slot, the previous slot stops, a new one or starts or changes a slide if it is a presentation

3. By double-clicking the slot:

- if the slot is empty, then the source selection dialog opens

- if the slot is not empty, then the editor dialog opens

4. Repair of the artifact of the main menu: when the menu was closed by a command or by clicking past the menu, the "drop-out state" and selection were not removed


# 2158 (06/15/2021)

1. Changes to the Playlist:

- Added the ability to add 3D scenes and GFX compositions to the Playlist

- if the number of plays is set to zero for the Playlist element, then the Playlist stops on it

- in the Playlist table to the left of the time, the number of plays is displayed - if more than 1, or the infinity sign - if 0

2. In the CURRENT CONTROL panel, a button is added to edit the current control

3. Changes in the control panel:

- the header above the slots panel displays information about the current slot

- slightly changed the style of the panels

4. Reloading layouts using the Ctrl 1..5 keys is allowed only for AllMix


# 2157 (06/11/2021)

1. Changes in the control panel:

- the control panel appears not by the spacebar, but by the F3 key, and by it it also disappears

- the control panel is not drawn over the main window, but is embedded in the main window

- as a result, access to the toolbar and the main menu appeared in the control panel

- to control special scenes with 9 sectors, you can use buttons 1-9 on the additional keyboard, in any state of NumLock

2. With the keys Ctrl + 1,2,3,4,5 in All'Mix you can assign one of 5 Layouts, purely for debugging

3. Fix Qt.5.11 - after restarting Layout, the panel that assigns the list of controls breaks

4. If there are more than one textures assigned to the Preset, then drawing is done not according to the first texture found, but according to all

5. When loading a project, in the message about not found files added information about where these files are used


# 2156 (06/10/2021)

Take-2 to fix the sometimes occurring overwriting of files previously written to disk (Record File)


#2155 (08.06.2021)

1. Merge with Qt 5.11.3 — more than 55 points of changes! Very serious modifications in GUI engine etc.


# 2154 (06/03/2021)

1. Prospective fix of sometimes occurring overwriting of files previously written to disk (Record File)


# 2153 (05/27/2021)

1. Browser control http: // localhost: 8088 -

- the cache is updated on the first request

- updating the cache is done on any request if there were changes in the project

- requests can be sent before starting AllMix


# 2152 (05/26/2021)

1. Browser control http://localhost:8088 -

- the client freezing was eliminated when there are many requests for modification

- added command SetTextColour, does the same as SetTextColor

- addressing of elements can be done not only by the full path with the names of the parents, but also simply by the name of the column

- addressing can also be done by the name of the element in the tree and by the full path in the tree

- if there are several elements at the specified address, then all are modified


# 2151 (05/22/2021)

1. When using 3D scenes in compositions and textures, the background is transparent

2. Management via browser http: // localhost: 8088 -

- added control of elements combined into groups, the name of the element is formed from the names of the parents, separated by periods, for example:

  Group.SubGroup.ColumnName

- added support for multiple commands in one request, for example:

  /API/?Function=SetTextColor&Input=file.gfx&SelectedName=name1&Value=value1&SelectedName=name2&Value=value2

- a hint line is formed in the browser at the bottom of the page - the just executed command is displayed in it

- to speed up the processing of commands on the server, caching of all managed elements has been added

3. Adding a keyboard hotkey and the console command CALL (Conference). One command - toggles the state with each press (toggle)


# 2150 (18.05.2021)

1. FFmpeg library was updated to version 4.4.0 - to support SRT and RTMPS protocols


# 2149 (05/12/2021)

1. Changes in the installer:

- the installer does not swear if Skype is running, which sometimes did not allow files to be updated

- added information about where Demo Project is installed in the Ready to Install panel

- when reinstalling, you can specify the Demo Project, which will replace the standard Demo project

- when choosing Demo Project, you need to specify the project file .mixer, while the entire directory will be packed together with the project

- if Demo Project is not specified, then a standard project is packed into the installer


2. Browser control http: // localhost: 8088 - added a command to change the text color:

- /API/?Function=SetTextColor&Input=file.gfx&SelectedName=name&Value=value

- the color can be set in the #ffffff format or with the names red, blue, etc.

- in the browser, to the right of the text editor, a color editor has been added

- if the title element has neither text nor animation, then it is skipped, since there is nothing to control


# 2148 (04/26/2021)

1. Changes in browser management http: // localhost: 8088

- all elements of compositions are scanned - not only text fields

- added buttons to the right of each field to start the Hide / Show / Change animation

- if there are several text options, then a button is added to the right to show these options

- if several text options are shown, then the desired one is selected by clicking


2. Control via the browser http: // localhost: 8088 - by analogy with the command for changing the text, the command for starting the animation has been added:

- /API/?Function=SetText&Input=file.gfx&SelectedName=name&Value=value

- /API/?Function=SetAnimation&Input=file.gfx&SelectedName=name&Value=Hide/Show/Change


3. Changes in browser management http: // localhost: 8088

- the name of the project is displayed in the upper right corner

- current slots are highlighted in color, green - preview, red - program

- the browser tracks the change in the current slots that occurs in AllMix itself or in other browsers

- after loading a new project in AllMix - the entire page is automatically refreshed in the browser

- when you click on the current slot icon, the play / pause command is triggered for the video, the next slide for ppt

- when you click on another slot, the video of the previous slot stops, for the new one, it starts


# 2147 (04/21/2021)

1. When managing through the browser http://localhost:8088, the slots are always located under the preview window in 2 rows, it is recommended to assign an even number of slots

2. When controlling through the browser http://localhost:8088, by clicking on the slot, not only Preview is seted, but also (through the effect) - Program, so that the result is visible in the browser

3. If Preview is visible in Program, then Clock, Logo and PIP are removed from Preview

4. Fixed dialog of statistics for drops - drops were calculated correctly only for frequencies 25 and 50

5. When the 3D scene is loaded for the first time, materials named @Preview, @Program, @Slot, @Logo, @PIP are automatically assigned to the corresponding elements of the Media Library. # 3057

6. In the 3D editor, the name "Preset" has been changed to "Preview". # 3059


# 2146 (04/20/2021)

1. Fixed a bug in the 3D editor - the state icons were confused when dragging, if there was at least one toggle among the states. # 3091

2. Fixed a bug in the 3D editor - sometimes the looped object stopped spinning # 3093

3. Removed a large delay for NDI sources that occurs when a project takes a long time to load due to a large amount of media

4. Fixed crash when exiting AllMix - appeared in version 145.


# 2145 (04/13/2021)

1. Added preview of AllMix output in any internet browser - at http: // ip: 8088, via WebSocket in MJPEG format

2. Added support for SRT protocol for input network sources

3. Cancellation of changes made in revisions 9584 and 9585

4. Fix bug with channel reset (by big video frame duration)

5. Redesigned sound rendering for any output (primarily for boards). Now the duration of the sound is always equal (multiple) of the ideal duration.


# 2144 (03/27/2021)

1. The Demo version of AllMix is ​​allowed to write slots

2. In the "Hardware Acceleration" output parameters, NVidia is offered by default, earlier it was offered by Intel

3. Added "Touchscreen Calibration" option to licenses to enable calibration of interactive whiteboards.


# 2143 (03/26/2021)

1. When writing to a file, CFR is generated - Constant Frame Rate

2.In the recording parameters, interlace and fractional formats 50i, 59.94i, 60i, 29.97, 59.94 have been added to the file

3. In the recording parameters, the "MP4 fragmented" format has been added to the file - information about frames is written every second, such a file is more reliable and faster to load in the browser, but Vegas does not understand it.

4. The recording format in MP4 file is not fragmented by default - information about frames is written to the end of the file


# 2142 (Tue Mar 09 17:51:49 NOVT 2021)

1. AllCast: Correcting the non-appearance of the list of slots in the combobox for selecting sources for any OutputDevice (global application settings)


# 2141 (25.02.2021)

1. Fixed bug when playing NDI source with alpha channel (from Singular Recast)

2. Fixed a bug when drawing in slots with 3/4 aspect in stretch, full etc modes

3. Fixed drawing on touch monitors


# 2140 (02/19/2021)’’’

1. Adding the "GLOBAL" channel to the AudioMixer server class and displaying the Global Audio adjustment slider in the audio control panel (with the ability to disable / disable its display in the settings)

2. Fixed bug of double mixing of Global Audio in Program \ Preview channels

3. Corrections in translation files: some in Russian and in Chinese added translation of the CALL button tooltip


# 2139 (16.02.2021)

1. Another update of Chinese translations (Jack)


# 2138 (16.02.2021)

1. Fixed playback of NDI interlaced sources # 3066

2. Modification of the scan codes of the BFC2000 (Behringer) remote control protocol for the hard preset P1 (this preset must be selected on the remote control itself, otherwise it will not work with these scancodes!)


# 2137 (03.02.2021)

1. Selects the color of the SMC751 button from the drop-down list with base colors. Modification of the SMC751 preset in accordance with the colors

2. Implementation of a new type of button SMC751 in the control editor interface

3. Adding a special control Button751Control (RGB-Button) for the SMC751 remote control

4. AKAI Mk2 protocol color table + test for their display

5. Adding the SMC751 MIDI console protocol

6. Create and add SCM751vMix console to presets. While it works only as an Input, the lights do not light up


# 2136 (13.01.2021)

1.revert AudioSamplesContinuousBuffer


# 2135 (12/27/2020)

1. The 3D editor shows the name of the 3D object under the mouse

2. Fixed drawing by texture # 3058

3. Adding the registration parameter Conference - to the About dialog


# 2134 (12/16/2020)

1. The СAll (conference) button has been converted into an icon-button and taken to the left of the DeviceBar. The ability to call the context menu remains

2. Changing the inscription on the CONFER buttons to CALL and updating the current translation files (not yet translated)


# 2133 (12/16/2020)

1. To work with your interactive whiteboard (glass):

- added the ability to draw not only over slots, but also over the texture on which the board is shown.

- for calibration, it is not necessary that the video of the board is in full screen, in the overlay, it is enough to see part of the board

- drawing with a mouse and an interactive whiteboard is done in different ways - the mouse draws on the monitors, and the board - over the video on which it is visible

- events from the board are intercepted so that no buttons on the control panel are pressed while drawing

- clicks on the board that fall past the control panel are not intercepted and are sent to the desktop in a regular way, so it is advisable to open the control panel in full screen - maximize or full screen

2. Added drawing on 3D object texture.

3. For 3D scenes, the first texture assigned to the Preset is selected as a target for drawing with the mouse, the first texture assigned NOT to the Preset is selected for drawing on the interactive whiteboard

4. For gfx compositions, the first slot assigned to the Preset is selected as the target for drawing with the mouse, the first slot assigned NOT to the Preset is selected for drawing on the interactive whiteboard

5. When switching special scenes, what is drawn over the slots is not erased, it is erased only manually or when changing slides.


# 2132 (12/14/2020)

1. DecklinkSink audio buffer correction


# 2131 (09.12.2020)

1. Improved interactive whiteboard calibration - the calibration point is added as soon as 10 identical red point values from the laser pointer are received in a second.

2. If gif image has animation, then control is added in the slot and editor, the same as for video - play, stop, etc.


# 2130 (Mon Dec 07 2020)

1. AllCast: adding the "Сonference" item to the Conference Settings with the Сonference Application parameter. When you press the CONFER button, this application starts.


# 2129 (11/20/2020)

1. Interaction with the interactive whiteboard has changed:

- Calibration -

- right-click the context menu and select Calibrate, a calibration quadrilateral should appear

- turn on the laser pointer, lean it against the interactive board and shine a red dot through the glass in the direction of the camera

- a circle should appear around the red point on the video, synchronously moving behind our red point

- move the pointer over the area visible from the camera

- we stop at the corners and wait a second for the corresponding corner of the quadrangle to jump to where we stopped

- after specifying all four points, you can finish the calibration by clicking the mouse anywhere in the control panel

-- Painting --

- to switch the pointer mode to drawing mode and back, you need to click on the button at the top right

- to select a color and size, you can use the right click on the same button

- drawing is done with the left mouse button pressed, erasing - with the right mouse button pressed

- you can use a long click to switch modes and select colors - until a panel with a palette appears.

- for erasing, you can switch to erasing mode - for this, after a long click, you must immediately release the panel with the palette without choosing any color

- to erase everything drawn at once - you need to stay in a long click for another 2 seconds

- calibration works only on touch in the interactive whiteboard, mouse positions are not distorted by calibration

2. If loaded .gfx which has an element assigned to Preview, then the behavior of the control panel becomes the same as for special scene in which one of the textures is assigned to Preview

3. Added C ++ function for finding a color point in a video stream - for calibrating an interactive whiteboard


# 2128 (11/19/2020)

1. "Conference" button in AllCast interface. Calling conference settings in the main menu and the context menu of the button

2. Correction of different types of views in SettingsDialog (take the current number of slots globally from the mixer). Swearing in StreamingDelegate

3. Modification of the settings dialog: the ability to show certain branches of settings + flexible creation of a local copy of settings (through a component)

4. Adding Conference settings to the server

5. Adding the boolean flag "conference" to the protected settings

6. Small change in the menu regarding board calibration


# 2127 (12.11.2020 19:22:53)

1. Previous 2.126 version sometimes did not start - there was a typo in PlaylistInputTableView.qml - B.

# 2126 (12.11.2020 14:47:52)

1. Added asynchronous inputs to the list of FD boards inputs - B.

2. Fixed a bug - in the Playlist editor double-clicked media did not work, it broke in May - 2.94 version rev.9084 - B.

# 2125 (11/06/2020 15:25:57)

1. Added interaction with the interactive whiteboard:

- interaction with the interactive whiteboard is done only through the open control panel

- to start calibration, right-click to bring up the context menu and select Start calibration

- after Start calibration, a quadrilateral appears in the preview window, you need to align all corners of the quadrilateral with the corners of the interactive whiteboard with the mouse

- to complete the calibration, click anywhere in the preview window

- to disable the use of calibration, you can turn off the "Use calibration" flag in the context menu

- to switch to drawing mode, you can use the top right button or long click on the preview window

- in drawing mode, you can switch to erasing mode - for this you can use a long click until a white circle appears showing the erasing area

- to erase everything drawn at once - you need to stay in a long click for another 2 seconds

- calibration only affects touch in the interactive whiteboard, mouse positions are not distorted by calibration

- all messages from the interactive whiteboard are delayed by 100ms in order to synchronize with the video, otherwise everything looks as if drawing starts before the lecturer moved the marker - B.

2. Fixed a bug - when connecting a touch device, the drag-drop from MediaLibrary stopped working - B.

3. Programming the time of a long click (1200) - B.

4. In cropping, the feather parameter does not blur the border from the bottom, it only blurrs from the top-left-right - B.

5. In the control panel, the appearance of the context menu by a long click is disabled - B.

6. Added audio controller and Source field for video to NDI input editor - B.


# 2124 (10/26/2020 2:38:50 PM)

1. For video-audio delays, return to version 122

2. In the control panel, clicking on the lecturer's current position calls up State with the name Screen-full - in order to remove the lecturer

3. If a 3D scene is shown in Preview, you can rotate it with the mouse. The @ALL object is selected, if there is, if not then the camera is.

4. Pressing the spacebar opens the control panel window, escape - closes.

5. In the open control panel, pressing the spacebar maximizes the preview window.

6. In the control panel on the right added controls for recording, broadcasting, playlists, etc.

7. If the control panel window is open, then clicks on the slot transfer the stream not only to Preview, but also through the effect - to Program

8. Fixed a bug - the sound from the sound channels of 3D scenes textures was not played.


# 2123 (12.10.2020 14:34:47)

1. Video channel delay for FD and DL inputs is increased to 240ms.

2. For FD and BlackMagic boards, video and audio latency is increased by 200ms.

3. Bug fixed - ColorPicker gave wrong colors.

4. Bug fixed - in the RunningLineSource module the text was displayed incorrectly.


# 2122 (10.10.2020 12:59:29)

1. Fixed bug # 3046 - texture transformation did not work in the scene editor.

2. PPT and PlayList are controlled by left-right, page up-down keys and Wireless Presenter buttons.


# 2121 (09/27/2020 16:49:28)

1. When changing ppt and playlist slides, everything drawn on top is erased. -BM

2. If a special scene is loaded, then Clock is shown only in Program. -BM

3. PPT and PlayList are controlled by left-right keys and Wireless Presenter buttons. -BM

4. If a special scene is loaded, then slots are clicked with a transition effect. -BM

5. Preset is displayed in the scene texture along with the transition effect. -BM

6. Added the ability to draw on top of the playlist. -BM

7. If an error occurs, more information is written to the log file. -BM

8. Special scene - a 3D scene in which one of the textures is assigned to the Preview window. -BM

9. In the control panel, clicking on a special scene directs the slot to Program, not Preview, otherwise the scene is drawn into itself. -BM

10. OnOver, a toolpip appears on the slot with information about the slot - name, size, number of slides, etc. -BM


# 2120 (09/18/2020 13:24:33)

1. In the control panel, instead of buttons with numbers, a line of slots is displayed - BM

2. In the control panel, when you click on the slot at the bottom of the window, an enlarged copy of the corresponding control is displayed - BM

3. Clicks on the control panel window call states with the names 'Screen-XY', depending on where you clicked - BM

4. If there is a special scene in the slots, then clicks in the control panel direct the slots to Preview, it is assumed that a texture in the special scene is assigned there - BM

# 2119 (09/16/2020 0:02:31 am)

1. A drawing button has appeared in the control panel at the top right. If the button is not active - the pointer mode, if it is active - the drawing mode. Right click to select color and size. - BM

2. Changed the maximum permissible deviation of the continuity of the input sound to 100ms. - IT

3. Added module for the laser pointer effect - BM

4. Drag the mouse by Program / Preview draws a laser pointer. - BM

# 2118 (09/07/2020 10:23:38)

1. The GuiApplication module is registered in order to catch events from it on changing the number of connected monitors - BM

2. When the monitor is turned off, the window configured for this monitor also turns off - does not jump to the main monitor - BM

3. By double clicking on Program / Preview, an enlarged copy of the panel appears - BM

4. In the settings of the output audio, for the slots, the property "Use Global Audio Sources" has been added - global sounds are mixed to the sound of the slot - BM

5. Fixed a bug - after saving the project to a new directory, media from the old directory stopped loading - BM

6. Only one error file is created each time the program is started, all critical errors with some history are merged into it, the dividing line is five dots ..... - BM

7. Removed swearing that occurs when slots are used less than the maximum - BM

8. Fixed warning "Binding loop" in the MediaLibraryView.qml file - BM

9. Fixed a bug when displaying a list of video modes, some mods were shown as i, now the correction is done only for blackmagic directshow sources - BM

# 2117 (08.25.2020 12:57:37)

1. Error tracing [CheckShutdown ()] is changed to warning - BM

2. Slots are recorded to the disc with their original resolution, but no more than specified in Recording - Frame Size - BM

3. In the BaseLiveSinkStream module, some errors have become warning - BM

4. Added property "attached" in the TextureSharingReceiver module


# 2116 (07/12/2020 20:49:45)

1. Fixed error in the Data Protection dialog - sometimes the category column was displayed in the wrong color - B

# 2115 (07/12/2020 12:27:59)

1. In the Tools menu, a submenu 'Data Protection' has been added to call up the crypt scene dialog, appears if scene encoding is enabled - B

2. Added dialogue for encrypting a set of fbx files:

2.1. + button allows you to add files from disk
2.2. button - removes files from the list
2.3. button 'lock' allows you to start cryptography of selected files
2.4. the crypto category is selected from the drop-down list
2.5. crypted files are first decoded, if possible, then encoded into a new category - B

3. On the server, commands have been added for simultaneously crypting several fbx files - B

# 2114 (07/07/2020 22:28:30)

1. The assembly of exe files is done in the root of the artifact directory - B

2. Adding flexible confirmation of exit from the application - R

3. Added localAddress to the rpc module to determine the ip address of the computer - B

# 2113 (06/30/2020 18:24:17)

1. An attempt to fix the main menu when using a touch screen by editing the source code of the QML class ManuBar - R

2. The parameters for starting the main application are passed to the child processes - B


# 2112 (06/24/2020 2:33:54)

1. The absence of FD boards does not add an error to the log files - B

2. Allmix20: editing the layout of the main window. Automatic layout of output bars in the form of a row or column depending on the allowed number of slots. Adjust the bottom right of the window for larger themes. - R

3. A finer gradation of reducing the size of the text in the buttons while reducing their width - R

4. The ability to turn on / off the PTZ camera using the console buttons (previously there was only radio switching) - R

# 2111 (06/19/2020 13:25:03)

1. Correction of the reaction to the right mouse click in the slots after adjusting the context menu for a long click in empty slots - R

# 2110 (06/15/2020 12:15:04)

1. In the About dialog, a detector for the presence of a Touch screen is temporarily added, for the test - R

2. Correction of the non-appearance of the context menu by a long click in empty slots - R


# 2109 (06/12/2020 15:40:53)

1. In the Transform panel, the Rotation property is added - video rotation within 0-360 degrees - B

2. In the Crop panel, the Show Working Area property has been added - show cropping edges with a red frame, # 2795 - B

3. In the Crop panel, the Feather property has been added - smoothing the edges of the cropping - B

4. In VirtualCamera, the algorithm for forming stamps is changed - B


# 2108 (06/09/2020 14:09:24)

1. AllMix20: correction of non-functioning of the BLK and BARS buttons when reducing the number of visible slots in the application settings - R

2. AllCast, it is important: correcting the non-functioning of the V1-Vn buttons in oMix layout (did not work for a very long time) - R


# 2107 (06/07/2020 16:50:37)

1. In the settings panel for System Audio Device, you can assign the audio outputs of the slots - B

2. In the 3D editor, the default flag for the camera is the local transformation flag, for all other objects - the global transformation flag in all states at once - B

3. In the 3D editor, errors were fixed when adding states to originally unanimated scenes - B

4. When loading non-animated scenes, the saved positions of 3D objects were not loaded correctly. - B

5. In the 3D editor: with the left mouse button pressed - rotation, with the right button - shift, with both buttons - the scale, ctrl key changes the Y and Z axes - B

6. In the 3D editor, sometimes the state icons were not saved - B

7. In the 3D editor, after changing the focus with the mouse wheel, the camera shifts stopped working - B

8. In the Settings panel, the size of VirtualCamera was sometimes displayed incorrectly-B

9. In VirtualCamera reduced processor load - B


# 2106 (06/04/2020 0:40:28)

1. If when loading fbx, among alternative objects there were more than one visible, then all but the first are hidden - B

2. In the 3D editor, a button Show / Hide appears for each object - B

3. In the 3D editor, you can move the mouse not only the camera - any frame selected in the list of media nodes - B

4. In the 3D editor, you can move objects with the mouse and change the focus with the wheel only in the Edit mode - B

5. A hidden animation of 3D nodes is loaded from the fbx file, as in HotActions - the parameter Visibility> 0 is used - B

6. AllMix shortcuts are installed on the desktop only if they were not already there - so that after installing AllMix the icons do not jump anywhere on the desktop - B


# 2105 (06/01/2020 0:41:51)

1. Fixed a bug that appeared in version 104, some scenes did not open in the 3D editor - - B.


# 2104 (05/31/2020 21:30:16)

1. In the 3D editor, a group of 2 states is displayed with one toggle button # 2932 - - B.

2. In the 3D editor, nodes with the name of the material containing the @ - symbol are added to the media list. - B

3. In the scene_editor test, a list of materials is displayed - - B.

4. In the QML trace of objects, a list of functions is printed - - B.

5. In the 3D editor, the accuracy of the motion control depends on the size of the scene - - B.

6. In the 3D editor, the sensitivity of the mouse depends on the size of the scene - - B.

7. In the 3D editor, it is possible to select one object from several, for this the names should contain a common part to the left of the @ - - B.

8. The 3D list of media nodes is sorted alphabetically - - B.

9. Removed excess scolding in VirtualStudio - B.

10. The QSharedMemory module - was not going to – B.


# 2103 (05/27/2020 20:50:06)

1. Fixed alpha channel in NDI inputs # 3001 - B


#2102 (26.05.2020 23:31:31)

1. Optimized the transfer of video and audio from AllMix to VirtualCamera - B

2. In the list of output devices, VirtualCamera is renamed to VirtualCamera 1. - B

3. Added Virtual Audio 1 and Virtual Audio 2 to the list of output devices - B

4. DirectShowSink module can deliver sound in VirtualCamera - B

5. The VirtualAudios field has been added to the AllMix license, default = 2 - B

6. Added Audio output to DirectShow Capture filter - B

7. Repairing non-functioning of saving / restoring layouts in projects when layout = allmix is ​​written in the registration file (instead of allmix20) - R

8. Fixing the unloading of the panel layout in which there are SCENES under certain conditions - R

9. Play \ Pause of the playlist by mouse double-click on the item - R


# 2101 (Thu May 21 18:34:38 NOVT 2020)

1. Fixed crash of AllMix server when loading a project with DeckLink

2. When saving a project, sometimes the 3D scene scene icons were not saved - # 2995

3. When exporting a project, the fbx.data folders are saved, if any - issue # 2994


# 2100 (05/20/2020 16:20:27)

1. Changing the type of Playlist-view used in the panel "MEDIA CONTROLS" (now mouse clicks are worked out to switch the current item) - R

2. Fixing the non-appearance of media controllers (MEDIA CONTROLS panel) when adding them to old projects that do not have data about the controllers - R

3. Operation of hotkeys \ console buttons for media controls to which media such as Mixer Element are assigned (slots, pipes, etc.) - R

4. Changing the representation of team names related to media controls in the console settings - R

# 2098 (05/13/2020 11:42:49)

1. The sizes of virtual cameras are adjusted - the width is a multiple of 64, the height is even - B

2. In the Tools-Setting panel, you can set the Frame Size for the virtual camera - B

3. DirectShow VR-Camera filter loads frame size from register Software \ ECG \ VirtualCamera - B

4. Modification of the MixerButton class for processing long clicks (calling the context menu) - R

5. Correction of broken functionality of StateButton - R

# 2096 (05/11/2020 16:25:17)

1. Virtual Camera works in Chrome Hangouts, Facebook (not just Skype) - B

# 2095 (05/08/2020 13:27:34)

1. DirectShow Source: HDYC format support for Blackmagic WDM Capture - B

2. Additional trace of video processing channels - B

3. Process crashed and restarting the server did not cause an error in the log files - B

4. Correction of QML warning messages - B

# 2094 (05/07/2020 18:37:56)

1. Functional implementation in MEDIA CONTROL media links ("Mixer Element"): Slots, PIPs, Preview, Program - R

2. Correction of broken functionality of MixerButton due to the addition of a long click. But a long click (i.e., calling the context menu) now does not work! Until better times ... - R

3. Fixing the unloading of the panel layout in which there are PLAYLISTS under certain conditions - R

4. Fixing the unloading of the panel layout in which there are TITLES under certain conditions. Removing some test console pins - R

5. Correction of not switching slots by left-clicking in InputsPanel - R

6. Changing the shape of the cursor in the slots Inputs Panel - R

7. AllMix: Replacing the default layout name in MixerFeatures (otherwise the layout management doesn’t work in the demo mode) - R

8. Implementation of long left clicks to call context menus in all places of the mixer (for touchscreens) - R

# 2093 (05/02/2020 17:31:33)

1. modification to build 32-bit version of VirtualCamera - B

2. Fixed broadcast stop in Skype - B

3. The installation and registration of two DS filters VirtualCamera32.dll and VirtualCamera64.dll - B has been added to the distribution kit

4. When assembling 64-bit, VirtualCamera64.dll is generated; when assembling 32-bit, VirtualCamera32.dll is generated - B

5. Added DirectShow Capture Filter VirtualCamera associated with AllMix via SharedMemory - B

6. Only the source can be changed in the properties of Virtual Camera. Frame size is automatically selected according to the requirements of Skype, etc. - B

7. In the Output Devices list, you can add up to 4 Virtual Camera - B

8. VirtualCameras field appeared in the license, defaults to 4. - B

9. Virtual Camera - B added to the list of output devices

10. Added DirectShowSink plugin for output to DirectShow Capture Source - B

11.redesign SharedMemoryLib - B

12. AllCast: adding a new panel "MEDIA CONTROLS" to control arbitrary media - R

13. Adding hotkeys to control MediaControl # 1,2,3,4 - R


# 2092 (04.23.2020 17:43:56)

1. Bug fixed - DirectShow Audio streams started with a long delay -

2. Error printing in the HardwareControls module is replaced by warning -

# 2091 (04/18/2020 17:02:24)

1. DeckLinkSDK 11.5 is completely incompatible with version 10.9.3. I had to roll back to 10.9.3. -

# 2090 (04/18/2020 16:08:24)

1. In the VirtualStudio editor, the characters '@' and the first character '!' Are not displayed in the object name - B

2. In the VirtualStudio editor, objects are automatically added if they have the @ symbol or the word 'item' in the name - B

3. Fixed crash when quickly switching video modes DeckLink Input - B

4. AllMix: If the loaded project does not contain layout data, the default layout is loaded (and the previous layout does not remain) - R

5. Allcast: Restore Select Next \ Prev in TextTable - R Commands

6. DeckLinkSDK updated to version 11.5 (was 10.9.3) - B

7. The error that occurs when the property 'target' follows earlier 'property' when describing BoolCommand, RealCommand, etc. - B

8. Bug fixed - Cannot read property isRegistryData - B

9. Bug Fixed - Property is of the wrong type - B

10. Bug fixed - Object has no valid property - B


# 2089 (04/12/2020 15:16:49)

1. In NDI Input, the delay is minimized and the reception of audio and video streams from TestPatterns, ScanConverter and AllMix is fixed - BM

2. Status of the ControlPanel: replacing the int TabIndex registry entry with string curTab - R

3. Automatically create a default layout (Default Layout) and save it in the registry, and not in a json-file. Ability to reset the current layout (added a command to the main menu) - R

4. Client implementation for the ControlPanel to save and load state. Adding the save and load default layout commands to the main menu (in the View submenu) - R

5. Adding console commands for managing several MediaControls (in the MEDIA CONTROLS panel), up to 4 pieces. A small refactoring of media management commands. Adding layout management to the server. Saving a set of MediaControls and layouts in the project. - R

6. The MediaControl panel shows the numbers of the added controls in the tabs above - R

7. Assigning tags to ControlPanels in all possible layouts. For the allmix20 layout, disabling the saving of the state of the panels to the registry (since they will be loaded from the json file, which may be redone to the registry) - R

8. Adding the manageLayouts parameter to the MixerAppMode singleton (true for AllMix, false for AllCast) - R

9. Less false swearing when creating threads - BM

10. "Seeking is not supported" - now not an error, but a warning - BM

11. The error printing has been removed for DeckLink boards that have only inputs or only outputs - "Can't create DeckLink output" - BM

12. "Property is of the wrong type" - now not an error, but a warning - BM

13. Slots assigned to the monitor, streamer, etc. are rendered with maximum quality - BM

14. Tracing Debug.js in all modules replaced by Debug.qml - BM

15. Debug.js replaced with singleton Debug.qml, the trace function p or $ can be called in any qml file - BM

16. In the theme allmix20 removed transparency in the background of the panels - R

17. Alteration of MEDIA CONTROL 1-3 panels to one universal MEDIA CONTROLS, with added tabs. Assigning ControlPanlel tags to save their layout. - R

18. Embedding in view, appearing in ControlPanels, properties of subtabIndex (for saving in the project). Removing the memorization of the current playlist and text table in the server (as there may be several panels). Edit the display of the "Enable Smooth Transitions" button in the state editor. - R

19. Attempting to implement icons in the TabGroup - R class

20. Implementation of three MEDIA CONTROL 1-3 panels for controlling arbitrary media. Saving data in a project - R

21. The distance between the icon and the inscription in the panel title is taken from the topic - R

22. Renaming gpiKeyboardController-> mixerController to better understand and match the situation - R

23. Tidying up the distance between the buttons in the headers of the control panels (right) - R


# 2088 (04/06/2020 23:35:38)

1. NDI SDK 4.0 is replaced by NDI SDK 4.5 -

2. the colorType parameter in the OutputBorder can be not only "neutral", "program", etc., but also just any color -

3. AllMix20: Implementation of the INPUTS panel as being added to arbitrary ControlPanels and now its placeholder has also become a customizable ControlPanel -

4. Fix mismatch reading protected settings and loading tabs in ControlPanels. Saving current indices by ControlPanel in AllCast layout -

5. Fix loading ControlPanel tabs on long-loading projects. Editing the ScenePanel and other trivia header -

6. AllMix20: implementation of user-moved tabs in the ControlPanel and saving this state in the registry -

7. AllMix20: using hotkeys \ consoles to manage the current INPUT CONTROL -

8. Recognition of "All" in the list of allowed languages ​​in protected settings is done more carefully -

9. Organization of user-moved tabs in the TabGroup class. -

10. Adding the ability to select tabs in the ControlPanel (a button appeared at the bottom right). Save selected tabs to the registry. Saving in the registry is not an index, but a tab tag. -

11. The decoding of formats and names of encoders-decoders has been added to the media topology trace -


# 2087 (03/13/2020 18:52:41)

1. AllMix 2.0: adding the "INPUT CONTROL" panel, in which the current input controls appear depending on its type. A small change in the location of the tabs in the main window of the AllMix20 layout - r

2. The implementation of the selection of the current PTZ control from several, if they are controlled by one joystick - r

3. Modification of the SensorButton class: parameters from the theme and auto-text size - r

4. Added joystick icons (1-4 + without number) -

# 2086 (03/04/2020 22:53:03)

1. Fix for switching scenes in ScenePanel. Turn PRG / PVW tabs into color buttons for greater clarity - R / h

2. The Edit button in the PLAYLISTS panel. The Enable Transitions button in the scene panel is clogged, if the current input is not a scene - R / h

3. The correct implicitWidth for InputControls having a PTZSettingsPanel is R / h

4. Assigning hotkeys and console buttons to control the Current media located in ScenePanel in PVW \ PRG modes. 4 teams are implemented: Play / Pause, Stop, Previous, Next. If the current media is Gfx with TextTable, then Previous \ Next changes the current row of the table - R / h

5. Display of the control controller of the current slot in the SceneControl panel, depending on the type of input in the PVW / PRG modes (even if it is not a scene) - R / h

6. More fine-tuning display of PlaylistInputTableView - R / h

7. The width of the columns in the TextTable did not change when the width of the window changed, and sometimes it did not behave at all - R / h

8. The ability to disable the horizontal scroll bar in TextTableView - R / h

9. The elimination of abuse in a couple of classes - R / h

10. Minor edits of PlaylistInputTableView: colors of active lines and removal of heading visibility to the outside - R / h

11. Adding commands to control the current playlist from the console - R / h

12. The height of the controls for managing media is taken from the theme MixerThemeManager.theme.mediaBarHeight - R / h

13. Adding current playlist management commands to the list of hotkeys (PLAYLISTS panel) - R / h

14. Correction of a typo, due to which the selection of the PTZ preset from the console did not work - R / h


# 2085 (02/18/2020 1:32:51)

1. Fixed: Multiview did not work in NDI and Network Streaming - B

2. Network streamer added broadcasting slots. - B

3. The NDI broadcast slot has added sound - B

4. Bug fix in the getFirstPTZControl function call. Show the last selected PTZ preset on the slot keypad, even if the slot is not in Preview \ Program - R

5. Adding to the console settings commands to select the PTZ preset (the first active in the order of numbers in the slots) - R

6. Bug fixed: in the Demo version, at the first start, Stream and NDI were not created - B

7. #2955 working out UV-tile for reflection map - B


# 2084 (02/14/2020 2:25:33)

1. Added PTZ Control to NDI stream - B

2. Changing the format for displaying information in the tooltips of the start / stop streaming buttons - r

3. Implementation of the translation of various interface elements through a common function in different places. Adding NDI Steaming, FDBoard and DLBoard Settings to Various Multiview 1,2,3 - r

4. Replacement of hiding the delete streaming button in the settings on Dimmed - r

5. Fixing the moved lists depending on the types of media in MEDIA when using excluded types - r

6. Fixed # 2971: LOOP in the playlist did not work if there is only one media in the list - B

7. At the first start, the firstLoading signal is issued - B

8. Media files are scanned in the redirected system directory Videos - B

9. Big changes in many files: translating NDI-streaming to the list, adding / removing, front-end and server-side implementation, as in ordinary streaming - r

10. Matching theme colors in the Transition Preview window (red and green) - r

11. The implementation of removing and adding streaming in the global settings. The silent creation of one streaming. - r

12. Alteration of the format and function of saving StreamingSettings. Modification of the display in tooltip information about the status of available streaming. Adding the ability to delete streaming in global settings - r

13. Saving / recording StreeamingSettings settings from an array, with compatibility. Adding Label field to stream properties (user name for identification) - r

# 2083 (02/12/2020 4:19:03)

1. If the files are not found anywhere, then they are searched in the subdirectories of the Videos system folder - B

2. Files not found by direct links are searched by project subdirectories. - B


# 2082 (02/11/2020 3:31:12)

1. Fixed loss of control of PTZ cameras # 2944 - b

# 2081 (02/10/2020 18:38:58)

1. In gfx for sources of type Mixer Element MipMapping is done - b

# 2080 (02/07/2020 4:35:58)

1. Fixed delay when playing video files in playlist - b

2. Implementing independent streaming controls using the drop-down panel. Changing the information format in tooltips in record buttons. While the number of streams is fixed (= 2) - r

3. Making edits to MixerButton (forced text color) and themes - r

4. Implementation of the Streamer settings update via the function - r

5. Editing the behavior of the RecordButtonBar and DeviceButtonBar layout in AllCast - r

6. Fixed a hang of the network stream that occurred after restarting the broadcast - b

7. Compilation update of translation files + added Korean language (ko_KR) - r

# 2079 (01/31/2020 14:25:13)

1. If no HASP key is found, then RpcClient and RpcServer do not start and swearing "Wrong protection key ..." is displayed - b

# 2078 (01/28/2020 20:52:07)

1. Trial version: the HASPKeyRegistration_Trial.exe file has been removed from the installer - b

# 2077 (01/20/2020 23:04:30)

1. Bringing order (better understanding) by introducing the variable mixer.indepSceneSlots ("independent scene slots", for AllCast = true, and for Allmix = false) - r

# 2076 (01/17/2020 18:51:12)

1. To create a "3D weather vane" in 3DS Max, it is not necessary to do reset xform, etc. - BM

2. Any 3D object marked with '!' becomes a weather vane, not only from the media list. - BM

3. In the trace part of ERROR became WARNING - there were fewer error files in the appdata..log directory - BM

4. Correction in AllMix of the variable normalSlotCount and visibleSceneSlotCount - R

5. For AllCast, limit the number of scenes added to the media library in accordance with the protected settings - R

6. Display labels of buttons and slots by another mechanism, reading MixerInputSlot.label - R

7. For normal slots in AllCast, you cannot select VS with the "Select Source Media" menu command, and for VS slots, everything except VS and GFX - R

8. In the media library, you can specify media types that are excluded for selection (for example, VS). In this case, these types of tabs are not shown - R

9. Normal checker in the drop-down menus (instead of a small square with a dot) - R

10. Exclusion of standard Multiview.gfx from saving in the project, even if they were saved there earlier. Adding the word "(Embedded)" to standard title elements for better understanding in the title of the editable object in the TitleEditor - R


# 2075 (01/15/2020 18:49:26)

1. Disabling saving standard multiviews in the project as embedded objects. Prohibition of multi-view editing in the project (if not built-in). - R

2. GFX Multiview with 12 inputs in a new format - R

3. The mechanism for maintaining the current topic in the server in MixerMediaManager - R

4. Elimination of artifacts of the text with the source MixerElement, if it is not selected - R

5. Implementation of the display of dynamic system colors (Program \ Preview, etc.) in GFX for fill colors (Solid Fill Color) and stroke (Outline Color). - R

6. Adding a label to the class MixerInputSlot (to display in the multi-view) - R

7. Adding to the title element of type Text an additional source "Mixer Element" ("Link"). In the parameters you can set the text template, the fields <Label>, <Index>, <Media>, <Type> are understood. While worked out elements Slot, PIP, Output (the rest later) - R

8. HAMGrabber: generates RemoteEncoder.exe - B


# 2074 (12/17/2019 18:37:33)

1. Fixed a bug when assigning two "similar" DirectShow sources (# 2957) - B


# 2073 (12.13.2019 0:05:08)

1. In ppt, a fast forward button (# 2687) is added - B

2. The ppt size is defined in the Output Resolution of the global settings - B

3. Implementation of control of the PTZ camera from the console buttons (on any axis, ie Zoom is worked out too). - R

4. Pressing the button to save the PTZ preset when pressed - R

5. Commands such as "Select as PIP slot N" are removed from the settings of the remote controls, as taking away extra buttons. Instead, a mechanism for selecting a slot as a PIP is implemented by clamping the assigned Preview PIP and simultaneously selecting the Preview slot on the console / keyboard. - R

6. Correction of relative paths when saving to json file - B


# 2072 (12/09/2019 23:23:19)

1. Bug fixed: after saving the project, the playlist (# 2936) stopped loading onto another disk - B

2. Added permission check for scenes in .xml and .scene formats - B

3. Added rejection of uncrypted fbx scenes when only crypto scenes are allowed - B



# 2071 (12/09/2019 17:19:07)

1. The behavior of the HASP Number in the settings for crypting a 3D scene (# 2946) has been fixed - BM

2. Fix an incorrectly looking OutputButtonBar in oMix layout (that is, VSM) - R

3. fbx import: hide is supported for nodes - BM

4. fbx import: supported enabled for lights - BM

5. fbx import: fixed 600,000 limit for FarClip camera (# 2952) - BM


# 2070 (12/05/2019 1:02:44)

1. Synchronization of multiple streams from the same FD board - BM

2. Added smoothing sound when changing position. - BM

3. Audio Delay range reduced to 1s - BM

4. Delay parameter appeared in the Audio properties, range 0-10sec - BM 5. In oMix layout, the work of the button for turning on titles in the Preview \ Program outputs (TITLES) is fixed. Easy editing Layout OutputButtonBar15 - R

6. Correction of errors in displaying buttons in the Titles panel for oMix layout. Flexible layout response (one or two lines with buttons) to the number of allowed buttons. - R

7. Entering the listItemHeight item in the theme parameters and redefining the line heights in the playlist, media library, and text table through it. - R


# 2069 (28.11.2019 23:21:45)

1. Improvement of video and audio in network streams - B\T


# 2068 (11/27/2019 14:02:42)

1. Eliminating drops and minimizing latency in input network streams - B

2. Sound synchronization in input network streams - B

3. Display recording / streaming time next to the clock in the AllMix20 layout - R

4. AllMix: Correction of the layout of the keypad for a small number of inputs (stretching group separators) - R

5. AllMix: Returning the ability to set the number of visible slots in Settings - R

6. Saving the display mode of the remainder of the media file in the project - R

7. In the media control of Inputs, when you click on the indicator of duration or current position (left or right), the display mode "current position" \ "remaining playing time" changes - R


#2067 (11/18/2019 12:47:01)

1. Video files are downloaded from the beginning, not from the saved position - B

2. LeMix : installer fixed - B

3. LeMix : demo version of LeMix.exe renamed to LeMix_demo.exe - B

4. LeMix : LeMixServer, LeMixClient renamed to RpcServer, RpcClient - B

5. The distribution may be missing a Composition Editor - of B

6. Editing default secure settings for AllMix - R

7. Lemix : " Refresh ComPorts " button (now automatic) is removed from the PTZ editor - R

8. Lemix : Correction of a malfunctioning layout with a clock and logo. Adding a MixerLogo.qml file - R

9. Lemix : disabling the forced setting of the ComboBox's width in properties (deprecated) - R

10. In the zoom navigator made a lighter strip for the slider ( groove ) - R

11. Transition editors do not need sliders in properties, because do not fit in width - R

12. Adding a slider to the right of the NumberProperty spin box (appears when the value is activated) - R

13. Fix forgetting the current selection in the Settings dialog (tree) when turning OutputDevice on or off in the main window - R


#2066 (11/12/2019 19:59:06)

1. Eliminating drops by transferring window mode to fullscreen - B

2. Creating a standard system preset for AKAI APCmini remote control (contains examples of command assignments) - R

3. Implementing the assignment of an additional Command for LED command that works only in the Output direction . More human name in the editor kontrolki console. - R

4. The possibility of assigning one control to an additional command for the direction of Output (lighting the bulb on the button) - R

5. Adding versatility to the AKAI protocol: possible use not only as SingleSignal , but also as Bool - R

6. Fish for configuring the APC mini remote control (AKAI) - R

7. Adding the Gain coefficient to the RangeControl for the final real value. This coefficient is multiplied by the normalized value in the range from 0 to 1.0 from the control (slider, etc.) and can be used, for example, in volume sliders - R

#2065 (11.11.2019 18:12:35)

1. Drops in NDI broadcasting are radically reduced . - B

2. APCmini protocol to be - R

3. The division of the loose group " Output " in the global settings into two: " Output Devices " and " Output Streaming ", because these are completely different entities - R

4. The ability to use the Z axis of the joystick in the PTZ- Control on the remote control (or use any slider specified in the settings of the remote control as the Z-axis of the joystick) - R

5. Adding the AKAI protocol and the type of LED control to the QML part (visible only for AKAI devices!) - R

6. Adding a protocol for AKAI-remote and a new type of control - LED - R

7. In the statistics dialog, the chart is paused by click. - B

8. NDI output chart added to statistics dialog - B

9. In TimeScheduler added precise time request systemTime - B

10. UYVY / RGBA format choice appeared in NDI broadcast settings - B

#2064 (11/07/2019 5:39:54)

1. VISCA Extended PTZ Protocol Support Added - B

2. In the NDI editor, the heading says "NDI EDITOR" instead of " Undefined " - B

3. The 61 version is missing the SplashScreen - of B

#2063 (11/05/2019 18:31:04)

1. Deleting a folder + AllCast folder MixerServer , resulting in improper installation of the current directory, and not loaded, respectively, standard INPUT in including Black and Bars (not to mention multiviews , etc.). As a result, MixerFeatures.qml was moved to the Settings folder (well, by the way, it’s more correct and logical!) - R

2. UYVA input NDI format encoded for Direct3D in ARGB32 - B

#2062 (10.31.2019 0:44:13)

1. Added support for alpha format in NDI Input - UYVA - B

2. In tracing TimeScheduler label added afterUpdateTime - B

3. Earned Reflection Texture - B

#2061 (10.30.2019 1:00:37)

1. For AllCast and VSM, its own version is simple . mixer - B

2. Fixed a bug in the VSM and layout Omix - of B

3. Added code to trace TimeScheduler - of B

4. In fbx exported setting 3dsmax Shadow Density - of B

5. Fixed shadow from actor #2913 - B

6. Fixed shadow from an object with Self Illumination material 100% #2914 - B

7. Extra file in NDI SDK - B

#2060 (10.26.2019 13:15:33)

1. Version 59 does not start up from the - for the fact that the import statement "../common/settings" a case sensitivity - of B

#2059 (10.25.2019 19:25:41)

1. NDI SDK 4 replacement - B

2. Adding the JAPANESE language and updates of the current language files for translation. Removing unnecessary Zulu. Adding after the name of the chosen language in the settings of the corresponding codes (since it is not clear where which one is in hieroglyphs - R

3. Improving "reactivity": transferring almost all initializations from MixerInitials.js to the global ( singleton ) class MixerAppMode.qml - R

4. Drawing a vertical separator in the AUDIO panel between inputs and outputs only if necessary - R

#2058 (10.24.2019 22:04:09)

1. Correction of the incorrect loading of the default layout of the main window: MixerFeatures options for AllCast and AllMix with different defaults (there is no other simpler and faster option today!) - R

#2057 (10.23.2019 15:12:47)

1. Download the old AllMix 1.5 layout and the old theme for obsolete registrations 1.5. - R

2. Implementation of Audio LED in OutputPanel via universal AudioLevelContolBig - R

3. The forced configuration task has been removed from the main window. Fixed ochepyatka in InputsPanel ( AllCast +). - R

4. Correction in Audio -LED of delayed overload indicator reaction (the red bar on top appeared late) - R

5. Straightening the appearance of Audio-LED for the theme Dark Realistic ( Allmix 1.5) - R

6. Corrections in the About dialog for AllMix 2.0 - R

7. Implementation of a narrow mono audio indicator through the AudioLedControlbig.qml class ( additional parameters introduced : mono and small ). Adding the width of the audio indicator to the topic - R

8. Fix swearing in InputPanel at startup - R

9. The introduction of the new layout AllMix 2.0. Implementation of removable layouts of the main window for AllMix (the possibility of using layout Allmix 1.5). Generalization of MainWindow for Allcast and Allmix , file transfer from + Allcast . Corrected artefacts for OutputButtonBar and TransitionButtonBar - R

10. Hide options unnecessary for AllMix in About . Changing the name of the Tricaster theme inside the theme itself - R

11. Fix #2911 - exit statistics were not reset - B

12. Fixed multiple repetition of spot light spot light - B

13. Changing the name of the tabulator to the plural - "3D SCENES" - R

14. Main window with a new interface 2.0 - R

15. Layout edits in DeviceBar and TransitionButtonBar - R

16. Edit layouts InputsPanel (vertical distance) - R

17. Eliminate an unnecessary black frame in the scene control panel and the default background MixerPanel - R

18. OutputButtonBar for the new interface (TODO: combine with + AllCast ) - R

19. Moving the ControlPanel tab to the title when minimizing the panel - R

20. Task in TBar number of ticks. Intermediate class TBar with bulbs (for horizontal implementation) - R

21. AllMix logo without version (in one line) - R

22. The revival and redrawing of TimeSpinner ( twist ) - R

23. Dynamic SplitPanel test example - R

#2056 (10.20.2019 16:01:29)

1. Shadows fixed in direct light - B

2. Shadows from omni light fixed - B

3. Fixed spot light - B

#2055 (10/18/2019 16:38:50)

1. AllCast : fixed aspect of state icons - B

#2054 (10/18/2019 6:25:57)

1. For the reflection plane you can not do reset xform - B

2. In the statistics dialog, an output monitor loading chart has been added - B

3. Streamer2 drop accounting added to statistics - B

#2053 (10.16.2019 13:04:48)

1. In Maya, you can add < animation > and < component > tags in the same way as in 3 DSMax - B

2. In . cfg file can not write tag <scene> - B

3. In Planar Reflection added parameter Amount (0..1) - B

4. Fix - Planar Reflection parameters did not work in cfg file - B

#2052 (10/13/2019 17:11:59)

1. Fixed state aspect - icons in 3 D scenes - B

#2051 (10/10/2019 22:12:28)

1. Added 1024x576 (PAL +) to the list of output sizes - B

2. Acceptable Aspect Range for 3D Scenes: 0.25 SD to 4 HD - B

3. Removed abuse " TextureSharingSender CAN not change frameSize " - of B

4. The output size limit applies to write to file, network, and ndi broadcasts. - B

5. If the output size turned out to be larger than the licensed one, then warning is displayed for 10 seconds , then the size is changed and warning is removed - B

6. Fixed - Output resolution turned out to be zero - B

7. In Demo Simple replacement avi to mp4 - of B

8. Change in capital letters Inp to multiview2.gfx for uppercase - INP (for stylistic uniformity with other multiviews ) - R

9. Adding the application of a modified exit permission in case of restriction - R

#2050 (10/10/2019 14:24:15)

1. Higher Resolution Images in Demo Simple - B

2. Fixed - Chinese text broke if there are many DIFFERENT characters in it - B

3. http control : simple objects are printed in one line - B

4. Automatically limit the size of the output in accordance with the maximum allowable size in protected settings (for Trial , etc. ). In the general settings of the output size, marking in the combo box of invalid sizes as ( Disabled ) - R

5. Editing some not-so-correct UI signatures - R

#2049 (10/10/2019 23:22:32)

1. Fix - animation did not start when text was changed - B

2. http control : on page http: // localhost: 8088 / debug you can set regexp to ignore data - B

#2048 (10/06/2019 18:00:51)

1. http control : on the page http: // localhost: 8088 / debug you can modify all the data - B

2. http control : on the page http: // localhost: 8088 / debug the data tree is pumped up as needed - B

3. 3 multiview configurations added - B

4. Always Top parameter added to monitor settings - B

5. http control : optimized page http: // localhost: 8088 / debug - B

6. http control : in the browser, the page http: // localhost: 8088 / debug displays a tree of all available data - B

7. Multiview file upgrade for 12 inputs: the font is made smaller and the title names are shorter (the number of non-informative melodies is smaller) - R

8. Clearer action titles for events in the playlist editor - R

9. Enumerate files multivyu standard folder INPUT . Ability to choose independent multiviews for different screen devices - R

#2047 (10/01/2019 16:34:53)

1. The demo version allows the choice of themes - B

2. Added Fullscreen , Window Offset , Window Size parameters to the monitor settings - B

3. Hide Cursor - Bparameter added to monitor settings

#2046 (09/29/2019 22:47:04)

1. http control : added caption management command http: // localhost: 8088 / exec /? title [file.gfx] .text.name = value - B

2. http control : in the browser on the page http: // localhost: 8088 you can control all the downloaded titles - B

3. http control : if no value is set in the SetText command , then a list of all titles in json format is returned to the browser - B

4. http control : there may be spaces in the request url - B

#2045 (09/28/2019 13:23:31)

1. Strange ' Ui P T Z Control Enabled ' property removed from PTZ Control - B

2. Fix multiview.gfx - preview sound played in program - B

3. Adding so far one Multiview configuration to standard title inputs (' Multiview 1' appeared in possible content for ScreenDevice ) - R

4. Fix swearing for non-existent slots when rendering AudioLED in gfx -s - R

5. Adding background display properties to the AudioLED title element . The MediaLibrary fixed swearing to null when loading some projects - R

6. Adding the Enable Control flag to the PTZ properties . Removing the update button for COM ports - R

7. Another fix for correct loading of UI themes at startup and beyond - R

8. Adding the Z axis to "abstract" joysticks (storage of real joystick values in the server) - R

#2044 (09/26/2019 1:16:53)

1. Added http command GetTitles to obtain a list of titles - of B

2. Added http command SetText management titles across a network - of B

3. Added GlobalHttpServer module - B

#2043 (09/25/2019 17:34:04)

1. In spiook inputs DLink the Output added slots . - B

2. In spiook inputs NDI Output added slots . - B

3. The configuration name is added to title only if applicationTitle is not specified in the license - B


#2042 (23.09.2019 16:00:05)

1. Sound indicator removed from gfx slots — BM

2. Registration of trial key added to trial installer — BM

3. Registration of trial key removed from AllMix — BM

4. HASPKeyRegistration trial key registration project added — BM

5. Swearing removed in PTZ Control on portName, baudRate and address — BM

6. For IP PTZ network streams, the default is the same as url — BM

7. PTZ Connection Type Default Network — BM

#2041 (20.09.2019 22:41:31)

1. In the PTZ panel, control is enabled by default and VirtualJoystick mode — BM

2. Enable Control button added to PTZ panel — BM

3. Fixed highlighting of selected element in global settings — BM

4. Added PTZ Control to Network Stream — BM

5. Neighboring frames in the 3D scene are played without interpolation — BM

#2040 (19.09.2019 20:06:06)

1. Default PTZ Protocol: VISCA and BaudRate: 9600 — BM

2. Added PTZ VISCA Over IP control for TLC-300-IP-20 camera — BM

#2039 (18.09.2019 20:53:07)

1. Fixed bug when building Xian distribution - ShMix — BM

2. PTZ Control implementation for device joysticks (many changes in several files) — R

3. The correct assignment of the default theme for a particular application fashion (allcast, allmix). Adding branching for Xian (as it uses the default AllMix 1.5 theme). Editing the VendorInfo class for the Xian vendor. Removing an unnecessary vendor AllCast_AM — R

4. Testing the reaction to opening a combo box in EmumProperty — R

5. Introducing minimum value of speed in RealJoystickControl — R

6. Display of current min \ max values during AutoMinMax operation (device joystick settings, for example) — R

7. Adding RealJoysticControl is a functional filter for a PTZ camera that processes raw values from joysticks of external devices. A small revision of MouseControls for PTZ — R

8. Correction of non-appearance of the on / off button of the PTZ control in the title of the Preview window after starting the application — R

9. Adding four receivers of joystick values of external devices to the server — R

10. Introduction to the settings of the Range type controls for external devices of the Center value (for joysticks and even more) — R

11. Change the name of the theme "Tricaster" to "AllMix". (and the debug message was removed from MediaLibrary) — R

12. Update ts-files of translations after assembly (so far without translation!) — R

#2036 (14.09.2019 20:00:14)

1. Fixed HASP file name for envelope_Trial.prjx project — BM

#2035 (13.09.2019 19:53:53)

1. Enveloped trial version — BM

#2034 (13.09.2019 13:49:35)

1. CubeMap textures on first boot are overwritten in the fbx.data directory — BM

#2033 (12.09.2019 11:58:24)

1. Removed .v2c file from trial distribution — BM

2. Added CubeMap reflection in fbx and xml files — BM

3. Fixed - the sound of the slot from the global lists was not played — BM

#2032 (09.09.2019 21:36:46)

1. Half measures: a temporary fix for playing media in global audio. For inputs like MixerElement, global audio doesn't work (and NEVER worked!) — R

#2031 (05.09.2019 18:26:58)

1. The trial version updates the electronic key — BM

#2030 (05.09.2019 8:54:32)

1. Installation of hasp drivers and an electronic key has been added to the trial installer — BM

2. Removed watemerk "DEMO" in trial version — BM

3. Special library libhasp_windows_x64_113019.lib added to build trial versions — BM

4. In the Trial version, _Trial is added to the task name — BM

5. Fix repeatedly saving standard titles (PIP, Logo, etc.) in the project — R

6. Implementation of AudioLEDs in a new (more professional) view in the main application window. Embedding AudioLED as a Type of Title Object in TitleComposer — R

7. HASPProtectionConfigurator uses only feature 0 for encoding, while AllMix also uses feature 1 — BM

8. Trial version uses special vendor code for trial keys — BM

9. HASPProtectionConfigurator: -v parameter added (vendor code) — BM

10. HASPProtectionConfigurator: added printing of error — BM

#2029 (23.08.2019 14:59:12)

1. If the .fbx.cfg file has the wrong syntax, then the whole cfg file is ignored — BM

2. #2872 Nested 3D animations play independently — BM


3. Fixed - state editor was not activated if there are no media objects in the scene — BM

#2028 (18.08.2019 23:11:11)

1. Eliminate AllCast Flat Black from the name of the topic. Showing in the About dialog not tags of allowed topics, but their full names — R

4. Adding a new title object to the TitleComposer - Audio LED (while off) — R

#2027 (16.08.2019 13:59:40)

1. Bug fixed - demo version was not going to — BM

#2025 (15.08.2019 13:16:30)

1. Added ability to change Application Title during reinstallation — BM

2. When reinstalling wherever possible, the name of the original task and the name of the publisher are exterminated — BM

3. The application name for the client and server is the same as for the starting task — BM

#2024 (13.08.2019 18:26:17)

1. Correction of the error of uninstalling the desired extension of the recorded file (only mp4 was written) — R

2. VirtualStudioEditor parameter of type bool instead of int — BM

#2023 (13.08.2019 13:18:50)

1. Fix empty record file extension during clean installation (first time) — R

2. Edits in the Recording settings (showing recording paths, depending on conditions), as well as the default name for NDI Streaming — R

3. In the notification dialog about a restarted application, the file path is shown in the title instead of the application name (for compatibility with VSM) — R

4. Temporary prohibition of the task in the settings of the visible number of visible slots, including scene slots. Slots are always displayed in the maximum number taken from the protected settings. After solving global software problems, these settings can be returned. — R

5. Allmix_flat theme: reducing the height of the horizontal handle TBar (so that the interface does not move) — R

6. Prevent clipping of the bottom of the panels while reducing the height of the main window — R

7. Prohibition of drag and drop to slots during any type of recording / streaming — R

8. A more reactive implementation of displaying the application title taken from protected settings — R

9. Correcting the wrong button name ("Merge In Group" -> "Add New Group") в TitleEditor — R

#2022 (08.08.2019 17:53:34)

1. The default directory for custom installers is Documents instead of Program Files — BM

2. When reinstalling, new custom distributions are created in a separate folder — BM

3. Implementation of recording input slots in different folders. Changing the concept of numbering of recorded output files. Using the template for the name of the current project (in the record properties) — R

4. Functional extension BoolProperty (reading checked) and FilePathProperty (showing full path in value) — R

#2021 (07.08.2019 0:55:48)

1. Broadcasting in VLC via UDP protocol has been established. — BM


#2020 (06.08.2019 17:12:13)

1. In the title table, a multi-line title is displayed as one line. — BM

2. Bug fixed - when opening gfx files, sometimes the message not supported — BM

3. All languages allowed in demo version — BM


#2019 (02.08.2019 19:59:40)

1. After installing on a clean machine, at the first start, instead of an empty project, a demo project starts — BM

2. The distribution fix demo project simple.mixer — BM

3. Fix loading the slot indexes saved in the project for Preview \ Program — R

#2018 (30.07.2019 18:55:38)

1. When loading a .fbx file, additional information from the .cfg file with the same name is loaded. — BM

2. Fixed crash when loading fbx files with empty animation — BM

3. Fixed loading fbx files exported from Maya (wrong texture coordinates and transparency). — BM

4. Fixed loading fbx objects with non-textured materials and completely without materials — BM

5. Hotkeys repair for scene buttons for oMix layout — R

#2017 (25.07.2019 16:23:40)

1. Fixed - the slots were not saved in the global sounds panel — BM

2. Hotkeys repair for scene buttons — R

3. Splash-logo-icons for the variation of the "VSM-Studio" distribution — R

#2016 (25.07.2019 0:12:25)

1. Mixer Elements can be added to the global sound panel. — BM 2. In the slot panel, you can set links to other slots using Mixer Elements. — BM

3. Fixed - Edit Media didn’t work for VS slots — BM

#2015 (23.07.2019 18:48:24)

1. Fixed zipping of default layout (allcast), while reg.settings not loaded yet — R

2. Loading alternative layouts of the main window from registration settings: a choice between "allcast" and "omix" — R

3. More humane autotransfer to InputsPanel: if there are more than 3 columns, do not transfer just one slot — R

#2014 (22.07.2019 16:08:43)

1. If caption animation is disabled, then the Animation panel and Timeline are marked as 'not supported' — BM 2. Removed swearing in MixerController.qml— BM

#2013 (21.07.2019 22:14:49)

1. When loading a project to the list of files not found, 'Not supported' is added. — BM

2. Added 'Not supported' message in slots with prohibited fbx scenes — BM

3. Added parameter "Supported Scenes": None / Encoded / NoEncoded / Any — BM

4. Number of PTZ presets = 6 — BM

5. Fixed 'Avarage Animation Time' -> 'Average Animation Time' — BM

#2012 (19.07.2019 15:34:34)

1. Added envelope for RpcClient.exe — BM

2. Trial version is not envelope — BM

3. CMake files are modified to the latest version of cmake-3.15 — BM

4. Calculation of the optimal number of rows and columns in the InputsPanel depending on the number of slots and panel sizes — R

#2011 (02.07.2019 2:29:32)

1. Added a demo-protected version called Trial. Requires HASP key, but the word Demo remains. In cmake, it is controlled by the variable DEMO_VERSION = ON / OFF / TRIAL. — BM

2. Spin-control of whole parameters: if the control is in focus, the mouse wheel acts in a wider spatial area (previously it was only within the control) — R

3. If enabledLanguages is an empty string, only English is allowed. Now English must be resolved by adding "en_US" to the list — R

#2010 (24.06.2019 17:22:00)

1. Correction of non-assignment of hotkeys — R

# 2009 (06/18/2019 17:28:17)

1. Correction of incorrect (redundant) number of slots and transitions during a clean installation (empty registry). Raising the main window - 1. / 1.

# 2008 (06/18/2019 0:05:03)

1. Fixed - AllCast did not start - did not find it in MixerLogo.qml plugins - 1. / 1.

2. Removed the abuse of MixerThemeManager when closing AllCast. - 2. / 2.

3. Changed .bat file to start client + server - 3. / 3.

4. Add a pair of protected options (themes and languages) to the About. Eliminate the bifurcation of MixerThemeManager for AllCast b AllMix - 4. / 4.

5. Restarting the application if the currently selected language is not allowed (this can happen if the registration is changed) - 5. / 5.

6. Error: according to the functionality, the tabs PVW and PRG in the header of the scene control panel were confused - 6. / 6.

7. Adding allowed languages ​​to the secure settings (English is always allowed!) And implementing it. —7. / 7.

8. Refactoring MixerLogo.qml: removed the image description from the interface topic; transfer file from module to client —8. / eight.

# 2007 (06/14/2019 19:16:55)

1. Fixed - the reinstaller did not find the InnoSetup files. -

2. Initialization of some parameters of local options for the dialogue from the protected settings - 2. / 2.

3. When the client starts, the download indicator starts, which is then replaced by a splash from the server. Added splash delay of 2 seconds - 3. / 3.

# 2006 (06/14/2019 2:03:58)

1. Fixed - Demo distributions did not rebuild.

# 2005 (06/13/2019 23:20:13)

1. Fixed - the AllMix distribution was not going to, did not find the iconAllMix.ico icon - 1. / 1.

# 2004 (06/13/2019 20:31:50)

1. Correction of the rubbed edge of splash-screen - 1. / 1.

2. AllCastServer and AllCastUI renamed to RpcServer and RpcClient. - 2. / 2.

3. Adding a configuration name to the application title in the absence of the application name in the protected settings - 3. / 3.

4. If there are no splash screen files in the exe directory, a circular load indicator is displayed - 4. / 4.

5. In the modified distribution, the exe file is renamed 5. / 5.

6. Running the distribution with the parameter oMix.iss allows you to make a new distribution for oMix with new logos, icons, etc. - 6. / 6.

7. Placing the scene in the "non-priceless" slots provided high "compatibility" in the protected settings —7. / 7.

8. Rename splash and logo files to a shorter form (Splash.png and Logo.png). Adding their options for configuring 'mini'. Transfer splash display from client to server - 8. / 8.

9. In the protected settings, the default is compatibility - All (that is, the demo version understands ALL project formats) - 9. / 9.

# 2003 (06/05/2019 23:04:06)

1. In the Title Editor, launched separately from AllMix, you can set Pips, Logos, Slots etc. - eleven.

2. Fixed a bug in gfx - Alpha slots were displayed with an opaque background. - 2. / 2.

3. In the output parameters of the FD boards, the choice of RGB / Alpha - 3. / 3 was added.

4. If the Alpha format is specified in the Item, then the texture is filled not with black color but transparent - 4. / 4.

5. Adding the load indicator to the main window. Not yet used - 5. / 5.

6. Adding the configuration name, the main title of the application and compatibility to the protected settings. The introduction of these settings in the behavior. Download splash screen and logo from external files (must be in the folder with exe) - 6. / 6.

7. Refactoring loading of input slots data. Limiting the placement of scenes in arbitrary (not VS!) Slots and marking the slots as recorded - 7. / 7.

8. Correction of errors when loading the current index of the scene, leading to a looping and marking of the project modified (asterisk *) - 8. / 8.

9. Correct Transitions Slots management (loading, saving, duplicates, standard MIX and FTB assignments) depending on the number of transish-slots in the protected settings - 9. / 9.

10. Preservation of trimmed by the number of PIPs, Logos, Clock and Titles. Restore default layers for a more advanced version. Correction of the error in the menu Edit \ PIP - 10. / 10.

11. Swapped the tabs PVW & PRG in the scene control panel (for the default index to become zero) - 11. / 11.

12. Changing the name of a single button and slot for a scene from V1 to VS - 12. / 12.

13. In the theme manager, the <all> tag has been replaced by All - 13. / 13.

# 2002 (06/03/2019 19:55:53)

1. Fixed a bug in the title editor - the dialog for double clicking on Mixer Media was not called - 1. / 1.

2. Correction of an unnecessary save request after File \ New, if a project with scenes was loaded before. Removal of diagnostics in the scene keypad -


#67 (29.05.2019 18:51:41)

1. Demo version broke if a encrypted fbx file came across - BM / h

2. Edit Russian and Chinese translations in connection with AllCast-mini - R / h

3. Editing of the layout of command assignment dialogs on the console (parameters are taken from the current UI theme) - R / h

4. Applying restrictions from protected settings to the list of commands (for configuring consoles) - R / h

5. Apply secure ppt settings - R / h

6. Application of restrictions from protected settings to the Hotkeys list in general settings - R / h

7. No gfx PIPs - BM / h

8. Fixed bug - PIPs - BM / h did not work.

9. PlayList not played in 3D scene - BM / h

10. Removed swearing in the demo version - BM / h

11. Work with themes when reading from protected settings. Stable logo when changing themes - R / h

12. Aligning the theme of AllCast CM - R / h

13. Reading available graphic themes from protected settings - R / h

14. UI behavior depending on the protected streams option (the number of maximum output streams) - R / h

15. Elimination of swearing to undefined in a pair of files during initialization - R / h

16. Theme AllCast_CM: Modification and elimination of defects - R / h

17. Behavior and presentation of the scene state buttons panel, if only one scene is allowed in the project (protected settings) - R / h

18. The correct heights of the headers in the control panels depending on the chosen topic - R / h

19. Editing the jambs of the main window layout depending on the topic. The size of the digits in the digital clock from the topic - R / h

20. The banned buttons from the AllMix theme removed the translucency (so that the perforated background does not shine) - R / h

21. Adjusting the type of horizontal T-bar, the introduction of an additional image in the theme for the vertical version - R / h

22. Logo + Clock button layout with a single button (if some functions are disabled in the options) - R / h

23. Behavior of the UI depending on the protected recordSlots and virtualStudioEditor options - R / h

24. Reading the maximum number of Transition slots (buttons) from protected settings - R / h

25. Behavior of UI depending on the number of PIP, Logo, Titles, Clock in protected settings. Centering buttons in OutputButtonBar (Layout refactoring, including in the main window) - R / h

26. Reading the maximum number of Input slots (including stage slots) from the protected options. Freedom from annoying taking two from maxSlotCount - R / h

#66 (24.05.2019 17:46:07)

1. Temporarily disabled alpha channel when output to FD - BM / h

2. Fixed bug - playlist slot was not shown in gfx - BM / h

3. Output to FD boards has alpha channel - BM / h

4. In FD boards, in addition to Program / Preview, slots can be output. - BM / h

#65 (22.05.2019 22:01:12)

1. RTMPS support returned, ffmpeg 4.1.3 used, bug fixed when playing sound in Robotica_1080.mpg - BM / h

#64 (21.05.2019 18:51:42)

Fixed bug - some .vs files did not downloaded in the latest version — BM / hgweb

#63 (21.05.2019 15:42:32)

1. In the 3D textures, slot and output objects are always drawn without an audio strip. — BM / hgweb

2. Removed size limit for downloadable textures. 1920x1080 — BM / hgweb

3. Hidden obsessive messages ... Dissonance ... and so forth — BM / hgweb

4. Corrected layout errors for horizontal audio-LED (although they are not used)). Added .autosave extension to the ignore file. — R / hgweb

#62 (16.05.2019 1:01:53)

Fixed bug when encoding fbx files — BM / hgweb

#61 (14.05.2019 19:03:14)

1. It is removed the message about the missing file — BM / hgweb

2. In multiview the sizes of slots with sound strips are corrected — BM / hgweb

3. Fixed crash when running in Remote Desktop mode — BM / hgweb

#60 (11.05.2019 19:14:28)

1. Sound bar added for slot inputs — BM / hgweb

2. A sound bar is added to the media if the media is used in one of the gfx files. — BM / hgweb

3. Sound bar added to Program / Preview inputs — BM / hgweb

#59 (06.05.2019 21:53:56)

1. Replacing FFMPEG SDK version 3.1.1 with 4.1.3 from the latest release for RTMPS Streaming — BM / hgweb

#58 (30.04.2019 16:10:15)

1. Preview / Program in Mixer Element are taken from real outputs — BM / hgweb

2. The names of the slots in the Mixer Element, Screen Output, etc. lists are displayed in the current language. — BM / hgweb

3. In the title editor, you can select media from the Mixer Element list. — BM / hgweb

4. In the 3D editor, instead of the Slot / Index pair, any media from the Mixer Element list is set. — BM / hgweb

5. Media Element tab has been added to the MEDIA list, which includes: Preview, Program, Logos, PIPs, Slots — BM / hgweb

#57 (23.04.2019 15:31:38)

1. AllCast: Fixed a bug - the states did not work. — BM / hgweb

#56 (21.04.2019 2:19:00)

1. In gfx editor, you can assign Program / Preview to media. — BM / hgweb

2. In addition to the program / preview on the monitor, you can assign the output of any slot — BM / hgweb

3. Added new properties for configuring AllCast-mini — BM / hgweb

#55 (18.04.2019 0:46:57)

1. Playing a state transition is interrupted by a double click - like on the right click — BM / hgweb

2. Each group of state has its own transition time and its own transition function. — BM / hgweb

3. The name of the group and the name of the state are displayed in the header of the state panel. — BM / hgweb

4. The current group of states is highlighted by the fact that all other groups are muffled. — BM / hgweb

5. The current state of each group is highlighted with a frame, the current state of the current group is highlighted with a double frame. — BM / hgweb

6. There are groups of state - each node has its own group — BM / hgweb

7. By default, the aspect of state icons = 16/9 — BM / hgweb

#54 (12.04.2019 11:12:41)

1. Added information about the author's HASP key to the fbx file so that the author can download the file encoded by him — BM / hgweb

#53 (11.04.2019 22:09:48)

1. If a scene is encoded with a HASP key, then a list of categories for which this key is applicable is written to the fbx file — BM / hgweb

2. Added the ability to encode a scene for a specified HASP key — BM / hgweb

3. Test changes — BM / hgweb

#52 (10.04.2019 20:17:01)

1. Now the choice in the edited CompactComboBox causes it to hide — R / hgweb

2. Fixed position protection icon — BM / hgweb

3. Implementing CheckBoxStyle and ScrollViewStyle — R / hgweb

4. Implementing an editable ComboBox (in EnumProperty Properties) — R / hgweb

5. Aligning the correct display of edit controls in a ListView according to a UI theme — R / hgweb

6. Audit of the size of controllers — R / hgweb

7. Revision SpinBoxStyle and TextFieldStyle. In StringProperty, content width. — R / hgweb

8. Revision Label и StyleManager — R / hgweb

9. Correction error in SettingsDialog — Ruslan / hgweb

10. The beginning of works on processing Quick-controls via MixerThemeManager — R / hgweb

11. Introducing the MixerComboBox and MixerMenuStyle classes (used in MixerMenu) — R / hgweb

#51 (10.04.2019 0:05:31)

1. With the left button pressed, the camera can be rotated; with the right button pressed, it is possible to shift — BM / hgweb

2. During the playback of the animation, instantaneous right-click transition is allowed. — BM / hgweb

3. The VS CUT button functionality (on/off smooth transitions in the scene) has been added to the AllCast Console preset file — R / hgweb

4. Select the current line (Next \ Previous) in the Text Table using hotkeys of the keyboard or console buttons. Saving the index of the current active Text Table in the project — R / hgweb

5. In the 3D editor, FOV is changed by the mouse wheel — BM / hgweb

6. Added smoothing when controlling the camera from the mouse — BM / hgweb

#50 (08.04.2019 23:08:17)

1. In the fbx scene editor, you can rotate the camera with the mouse — BM / hgweb

2. Button 'Select in Scene' replaced by switch 'Show Bounding Box' — BM / hgweb

3. The heading of the state panel is changed to 'STATES' — BM / hgweb

4. Added button 'Select in Scene', button 'Show / Hide' removed — BM / hgweb

5. Changed 'Apply to All' icon to 'Share' instead 'Lock' — BM / hgweb

6. Fixed bug - sometimes the icons of the states were placed incorrectly. — BM / hgweb

7. The Apply to All States button is enabled in the 3D editor, enabled by default.— BM / hgweb

8. The title of the state panel in the 3D editor is changed to 'STATE EDITOR' — BM / hgweb

9. Fix the continuation actions of the EnableTransitions button when switching the current scene — R / hgweb

10. Removed unnecessary indent in Streaming properties — R / hgweb

#49 (02.04.2019 17:46:55)

1. If the ..fbx.cfg file is next to the ..fbx file, then tags are also loaded from it — BM / hgweb

2. States are generated automatically only if there are no animation tags in the FBX file. — BM / hgweb

3. When loading fbx files the tag animation loop = true is processed — BM / hgweb

4. Fixed a bug - after the cloning of the state, the animation time was reset. — BM / hgweb

5. Fixed error in InputEditor — BM / hgweb

#48 (01.04.2019 14:08:47)

1. If there is animation between the states, then the transition time is equal to the animation time. — BM / hgweb

2. State transitions are allowed only where animation or interpolation is specified — BM / hgweb

3. Cmake for non-DEMO versions, you can set SentielLDK parameters — BM / hgweb

4. Cmake builds a default version of DEMO | DEVELOPMENT — BM / hgweb

5. Translation update— R / hgweb

6. Change the name of the playlist editor. CHANGE TRANSLATION!— R / hgweb

7. Changing the ratio of column widths in Settings to 0.5 — R / hgweb

8. Fixing the fixed width of some properties — R / hgweb

9. Editing layout Size Property and CompactTextField — R / hgweb

10. The first pass of editing the properties pane of the editor of the 3D-scene — R / hgweb

11. Ability to scale and resize panels in the Edit Media ... dialog. Remembering these sizes in the registry —R / hgweb

12. Small upgrade test MixerPropertyPanel — R / hgweb

13. Elimination the direct setting of the width of the combo boxes in various properties — R / hgweb

14. Global editing of layouts PropertyItem different types : inscribing in a column, correct cropping, etc.— R / hgweb

15. Additional edits for MixerPanel and adjusting OutputMonitors in the main window — R / hgweb

16. Editing the OutputMonitors panel layout: the separator is removed and the halving is redone to eliminate the width artifact —R / hgweb

17. Editing the calculation of the height of the invisible header in MixerPanel — R / hgweb

18. Correction of defects in scaling and inscribing in the 'ControlPanel' of buttons of scene control — R / hgweb

19. Insufficient combo-box width in settings of MediaEncoding device and theme — R / hgweb

20. ControlPanel's initial adaptation for drag-and-drop tabs— R / hgweb

21. Minor changes in UI of Transitions and AudioMixer panels (drawing drag-n-drops) — R / hgweb

22. FDExt includes — R / hgweb

#47 (09.03.2019 16:13:48)

1. If there are more than one states, and "Transition Duration" = 0, then "Transition Duration" is set to 300ms — BM / hgweb

2. If there is no state in the fbx scene, a state is created with the name State — BM / hgweb

3. Media node scale bug fixed — BM / hgweb

#46 (07.03.2019 16:41:23)

1. Fixed a scale-state error. — BM / hgweb

2. Fixed - media didn't load — BM / hgweb

#45 (07.03.2019 9:57:03)

1. During the interpolation of the state, a progress bar is drawn and the launch of other state is prohibited. — BM / hgweb

2. AllCast: The size of the state icon does not depend on the original resolution — BM / hgweb

3. AllCast: State icons didn't line up — BM / hgweb

4. Icons for new fbx files were not downloaded. — BM / hgweb

5. In the media node editor eliminated the stray reset button — BM / hgweb

#44 (04.03.2019 19:33:09)

1. The PREVIEW and PROGRAM tabs are added to the 3D SCENE panel — BM / hgweb

2. More accurate selection of the scale of state icons — BM / hgweb

3. Fixed bug when cloning state — BM / hgweb

4. The files of the state icons are generated in a hidden directory (..AppData \ Local \ ECG \ AllMix \ Scene3D \ DataCache \), they get into the .fbx.data directory when saving the project — BM / hgweb

5. The order of icons is edited only in the 3D editor. — BM / hgweb

6. 3D редактор. Context menu there is only in edit mode of states — BM / hgweb

7. Fixed - did not rendered icon by "Grab Icon" — BM / hgweb

8. The size of state icons is 356 * 200 instead of 160 * 90 — BM / hgweb

9. Fov camera editing added in 3D editor — BM / hgweb

10. Order of the state is edited and saved in control.json — BM / hgweb

11. In the 3D editor, the interpolation time is equal to the animation time and changed by one Transition Duration parameter — BM / hgweb

12. Button "Rename Selected State" added to 3D editor — BM / hgweb

13. 3D Editor — BM / hgweb

14. List of available interpolation functions — BM / hgweb

15. Panel for setting properties of 3D objects — BM / hgweb

16. In the property panel, you can display a vector with a specified number of digits. — BM / hgweb

17. Refresh and Visible added to icon library — BM / hgweb

18. The pictures on the buttons don't depend on the size of the source — BM / hgweb

19. Added the ability to display numbers with a constant number of significant digits — BM / hgweb

#43 (26.02.2019 23:53:09)

1. Correcting an incorrect number of buttons of transition for a CLEAN Installation — R / hgweb

#42 (26.02.2019 12:29:13)

1. Correcting an incorrect number of buttons of transition (6 instead of 8) — R / hgweb

2. Fixed pressing buttons of the selection of slot in AllMix — R / hgweb

3. Update of the Chinese translation: recording of individual slots, etc. — R / hgweb

#41 (26.02.2019 11:02:47)

1. The name of the product is added to the beginning of the name of the application "Composition Editor.exe" — R / hgweb

2. Some tests didn't run — BM / hgweb

3. Fixed bug #2729 - AllMIX doesn't play MP4 files with the Codec ID "isom" — BM / hgweb

#40 (01.02.2019 18:06:34)

1. Update language files for translation — R / hgweb

2. Adding buttons to download \ save software hotkeys from a file (global settings) — R / hgweb

3. Error correction in setting bitrate and quality in Streaming properties — R / hgweb

4. Implementing off/on recording of standard overlays and user titles (context menu of the RECORD button) — R / hgweb

5. Added the ability to record without logo. — BM / hgweb

6. Removing the RecordSlots property from options of the write to file. Repair of "gray" buttons of play-controls in slots after changing the number of slots — R / hgweb

7. Added an example sequence to the Demo Set. — BM / hgweb

#39 (22.01.2019 18:53:23)

1. Fix: loading-saving the number of visible slots and the "gray" buttons on the player control when the number of slots changes — R /hgweb

#38 (21.01.2019 19:30:46)

1. Selection of slots for recording in the UI via context menus and a visual display of the recording status — R / hgweb

2. Record panel: editing in Russian translation — R / hgweb

3. In the fbx scene, the camera and the light source are automatically added if absent — BM/ hgweb

4. Added slots recording — BM / hgweb

#37 (15.01.2019 16:47:16)

1. Fixing important typo in MixerInitials.js — R / hgweb

2. Theme UI: Removing transparent backgrounds in the Maximized Window — R / hgweb

3. Fixed translation of "Streaming 2" in Settings — BM / hgweb

4. Fixed streaming, two streams were launched, one - no. — BM / hgweb

5. By default, in the Smooth Kernel = 17x17 keying — BM / hgweb