Releases: mrene/minidsp-rs
Releases · mrene/minidsp-rs
v0.0.5
- Rework transport modules
- Added output format option
-o json|jsonline|text
- Added verbositoy settings
-v
shows packets except ReadFloat,-vv
shows all packets,-vvv
prints each packet in hex format - Added
-log <filename>
option to log packets to a text file - Fix panic when running
minidsp debug
without args - Accept transport addresses without port numbers
minidsp server
no longer outputs packets to stderr, useminidsp -v server
instead- Improve command-response matching when multiple apps are connected to the same server
v0.0.4
v0.0.3
v0.0.2
- Support for importing filters in REW format through
peq import
(same format as the minidsp ui) #11 - Added an
all
target in order to turn bypass on/off on a series of PEQs #10 - Support for reading a list of commands from stdin
- Support for loading FIR filters and controlling their status #15
- Support for setting compressor (attack, release, threshold, ratio, bypass) #15
- Debian packages are now provided
v0.0.1
- Bug fixes to ensure that the server components exits if the underlying transport closes. If using systemd it will restart automatically if the device would be unplugged
- Adds a protocol decoder with the server component, printing decoded commands and responses to the console
v0.0.1-pre3
- Fix logic inversion while muting an individual channel
- Fix output channel delay packet format
- Prevent HIDAPI from being initialized twice when running the
debug probe
command while using the usb transport.
Prepare for multi-device support
This refactors a lot of 2x4HD specific things in order for them to generalize to other devices.
If you have access to other hardware, please open an issue with the device type, and the output of minidsp debug id
.
For devices that are accessible via wifi, run minidsp probe
to find the address, thenminidsp --tcp addr_here debug id
First beta
v0.0.1-pre1 update crate metadata