Skip to content

Releases: vanjac/aodix-enhanced

v4.2.0.3

07 Sep 21:21
Compare
Choose a tag to compare

Installation

Download and run aodixsetupv4203.exe. If you have an older version already installed, make sure to install to the same folder. You must have an ASIO driver to use Aodix (try ASIO4ALL).

Aodix works on Windows XP through Windows 11. This update removes support for Windows 2000, and for very old CPUs without SSE2.

Changes

Features:

  • "Bounce" dialog renders WAV files instead of RAW files (still with 32-bit float precision)
  • MIDI events are labelled with their command type (eg. Prg for program change, instead of just Mid)
  • Muting a track will stop all notes in the track
  • If a plugin can't be found, the rest of the file and all other instances can still be loaded without issue (this only works with files saved after this update)

VST plugin compatibility:

  • Fixed some plugins which only save one program
  • Fixed some plugins which don't save any parameter data
  • Fixed plugins which crash on exit ("Runtime error 216")
  • Plugins are unloaded when they're not being used

Other fixes:

  • Updated ASIO SDK
  • Added support for 32-bit float ASIO interfaces
  • Fixed scrolling with high-resolution laptop touchpads
  • Fixed rendered audio extending slightly past the Stop/End marker
  • Prevent drawing multiple wires between the same two pins
  • Multiple users have separate configuration settings

v4.2.0.2

01 Apr 04:27
Compare
Choose a tag to compare

Installation

Download and run aodixsetupv4202.exe below. If you have an older version already installed, make sure to install to the same folder. You must have an ASIO driver to use Aodix (try ASIO4ALL).

Aodix works on Windows 2000 through Windows 11.

Changes from v4.2.0.1

VST compatibility improvements:

  • Fixed VSTs saving with corrupted paths, causing "Unable to Locate Plugin" error
  • Attempt to repair corrupted paths when opening old files
  • Fixed "GetProcAddress() Failed" error for some plugins
  • Fixed garbage text displayed for program name
  • More accurate calculation of current playback position, this improves some plugins which try to match tempo.
  • Fixed plugins that assume project is playing when Record toggle is enabled
  • Improved sending play/stop events to plugins

Undo improvements:

  • Redo support: after undoing, press Undo again to Redo
  • Prevent some situations of undoing many more changes than intended. Undo is now safe to use for any operation, not just clipboard operations.

New keyboard shortcuts:

  • F9: Toggle Event/Pattern entry mode
  • Numpad /,* : Select previous/next instance
  • Ctrl + M: Mute selected track
  • Ctrl + Shift + M: Solo selected track
  • Ctrl + , (comma): Open Configuration dialog
  • Ctrl + W: Open Bounce dialog
  • Standard File menu shortcuts (Ctrl + O = Open, Ctrl + N = New, Ctrl + Shift + S = Save As)
  • Improved keyboard accessibility in Configuration/Bounce dialogs

New feature:

  • Added keyboard command to resize previous event(s) to the cursor (plus/equal key)

Other fixes:

  • Fixed Randomize Data for automation/tempo events
  • Fixed selection of overlapping instances/wires
  • Fixed V key not working in pattern entry mode
  • Fixed stuck key after pressing Ctrl + S
  • Fixed instances getting stuck to cursor after double-clicking
  • "Instance to Master Autolink" will not connect to unassigned pins
  • Fixed crash caused by keyboard/MIDI input while the Bounce panel is open
  • Fixed crash when opening project with missing VSTs
  • Fixed crash caused by wire cycles. Cycles are still not allowed, but will only result in silent output.