OSC/PAR Release Notes/Change Log

1.1.2 Release
April 23, 2022
Available at:

  • Improved multithreading performance under heavy load.
  • “Send XML” now refreshes the song list correctly if the contents of the file changed.
  • It’s now possible to send additional arguments in the song list by adding them to the XML:
<?xml version="1.0" encoding="UTF-8"?>

<Songs>
    <Song Name = "INIT" Time = "1">
        <Arg Type="Str" Value="Deck"/>
        <Arg Type="Int" Value="1"/>
        <Arg Type="Float" Value="1.335"/>
    </Song>
</Songs>

1.1.0 Release
April 10, 2022
Available at:
https://software.mau5trap.com/OSCpar-v1.1.0.exe
https://software.mau5trap.com/OSCpar-v1.1.0.pkg

  • Fixed text fields showing the text as black-on-black in some cases.
  • TrackName can now be left empty and will not result in a double // at the start of the OSC Address on messages being sent.

1.0.8 Release
March 17, 2022
Available at:
https://software.mau5trap.com/OSCpar-v1.0.8.exe
https://software.mau5trap.com/OSCpar-v1.0.8.pkg

  • SongList: Fixed issues with saving the song list to project and some situations where the song list OSC messages would not be transmitted out correctly.

1.0.7 Release
February 13, 2022
Available at:
https://software.mau5trap.com/OSCpar-v1.0.7.exe
https://software.mau5trap.com/OSCpar-v1.0.7.pkg

  • BPM information is now re-sent when the play state changes.

1.0.5 Release
September19, 2021
Available at:
https://software.mau5trap.com/OSCpar-v1.0.5.exe
https://software.mau5trap.com/OSCpar-v1.0.5.pkg

Bug Fixes

  • Tweaked naming of Macros a bit.

1.0.4 Release
August 1, 2021
Available at:
https://software.mau5trap.com/OSCpar-v1.0.4.exe
https://software.mau5trap.com/OSCpar-v1.0.4.pkg

Bug Fixes

  • Fixed issue that cause ‘int’ types to not be sent properly.

1.0.3 Release
April 8, 2021

Bug Fixes

  • Fixed issue where Macro names were not being sent correctly, and macro ranging was not working.
  • Disallowed illegal characters from OSC address names.
1 Like