Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
QuickBeatSetup.exe | 2024-08-23 | 12.3 MB | |
QuickBeat - SubZero source code.tar.gz | 2024-06-11 | 3.7 MB | |
QuickBeat - SubZero source code.zip | 2024-06-11 | 3.8 MB | |
README.md | 2024-06-11 | 1.8 kB | |
Totals: 4 Items | 19.8 MB | 0 |
# Critical Change
- Changed Class Name of Stereo Enhancer Audio Effect from "StreoEnhancer" to "StereoEnhancer". Saved Effects Profiles or Aqua Scripts That Uses the Effect Won't Work Until the Name Is Fixed.
# Changelog
- Added Open In Explorer To Library Context Menu
- Tab Selector Font Is Now Slightly Bigger
- Added New Connection Type to LAN Music Sharing QuickLink: connection-settings: no-callback, this blocks outgoing request from the controller
- Added New Fail Safes to LAN Music Sharing QuickLink
- Added Pagination to LAN Music Sharing
- Playlist Loop Mode Now Updates Next/Previous Items in UI
- Changed Tab Selector Background For Better Visibility
- Added the Ability to Save Current Synchronized Lyrics to Current Song or External Files(SRT,LRC,SSA...)
- Improved LRC Parser Accuracy
- Improved Metadata Cache Module
- Added LRC Cache Module
- Added LRCLIB Integration
- Fixed Some Bugs
- Fixed An Issue With Button Not Reacting To Property Changes In Audio Effect Config Window
- Known Issues:
- Playlist Remove Button Removes the First Occurence Instead of The Selected One
# 🌊 Aqua
- Bug Fixes
- Added Shared Procedures Invocation
- Added New Way to Specify Parameter Type with 4 Supported Type for Now: b(byte), c(char), ts(timespan), tsp(timespan format), dt(date), dtp(date format). e.g: 125b => 125(byte), 122415010 => TimeSpan(12:24:15.010), You can override the culture using Aqua.SetCulture(System.String)
method
- Added New Methods System, You Can Now Declare Methods in Your Scripts
- Improved Inline Execute Handling e.g: Aqua.MessageBox("hello",0,"hello")
- Improved Developer Console Workspace Window
- Added InputDialog Function
- Added MessageBox Function
- Added Setting Async