Soundigy MIDI Lab Changelog

What's new in Soundigy MIDI Lab 1.5.1

Jul 5, 2021
  • New Events signal type for processing numerical values (there are now 3 distinct signal types: MIDI, audio and value events)
  • New blocks added under "Core" category:
  • LUA Script (for audio & MIDI processing, building custom GUI panels and MIDI Lab automation using MIDI Lab LUA API)
  • Events: Abs, Accumulator, Add, Buffer, Clock, Constant, Divide, Expression, Geiger, Iterator, MIDI Trigger, Multiply,
  • Pack MIDI, Random, Read Variable, Readout, Script, Subtract, Trigger, Unpack MIDI, Write Variable
  • Universal: Audio->Value, Conditional Gate, Distributor, Fun1 (Abs, Neg, Ceil, Floor, Round, Truncate, Sqrt, Exp, Log,
  • Log10, Sin, Cos, Tan, P->F, F->P, Random), Fun2 (Add, Subtract, Multiply, Divide, Modulo, Power, Maximum, Minimum,
  • Average, =, !=, >=, >, <=, <, AND, OR, XOR), Selector, Smoother
  • Panel (GUI): Button, Display, Grid, Knob, Meter, Slider, Time Display
  • DSP: ADSR, Noise, Wave Gen
  • MIDI Buffer
  • Aggregated MIDI input and output blocks
  • Built-in assets with bitmap and vector graphics added to be used with the new panel elements for GUI (more to be added)
  • Properties section added into the right-side panel to access various options of blocks and their GUIs (especially the new
  • panel elements)
  • Parameter index/value inputs and outputs have been added to every external (VST/AU) plugin block to allow parameters automation with value events
  • Sample projects have been embedded (accessible from File->Sample projects menu) - more to come
  • New functions added into ExprTk blocks: hexStrToValue (syn. hex), valueToStr (syn. toStr), strToValue (syn. fromStr),
  • channel (syn. ch)
  • There are now 4 blocks for ExprTk scripting: MIDI Script, MIDI Expression, Script, Expression
  • Added options in the menu for toggling visual ports activity on/off and displaying splash screen when the MIDI Lab app/plugin
  • starts/is loaded
  • Hundreds of bug fixes

New in Soundigy MIDI Lab 1.4.5 (Mar 19, 2021)

  • Plugin GUI window can be now easily attached as a tab into main MIDI Lab window
  • Plugin GUI tab can be now easily switched into floating window
  • Plugin GUI windows can be set on top ("pinned") individually
  • Each plugin GUI window position, size, opened/close state and "on top" properties are now properly saved and restored - per project and per preset
  • Rescan button added into the Audio/MIDI devices window allows quickly refreshing MIDI devices without restarting MIDI Lab
  • New "Custom" theme added that can be customised allowing individual colours to be set for different categories of MIDI Lab GUI (MIDI Lab settings XML file edition required)
  • MIDI Script syntax colours can be customised by the users (MIDI Lab settings XML file edition required)
  • Plugin category column added into the Plugins/Blocks Manager window

New in Soundigy MIDI Lab 1.4.4 (Sep 23, 2020)

  • MIDI Map extended to allow all MIDI channel messages types
  • Audio/MIDI settings issue fixed (MIDI settings for plugin versions separated from standalone app)
  • Multiple smaller fixes and refinements