Artem Egorkine

Results 46 comments of Artem Egorkine

Thanks for using the app! Loading of .l6t files is definitely on the to-do list! I even mostly figured out the format (https://github.com/arteme/l6t-rs) when I started on the pod-ui, although...

Dear @geuking, I'm glad pod-ui has been of help to you. I've been quite busy with work and otherwise busy with [implementing libusb support](https://github.com/arteme/pod-ui/tree/libusb-support), but you can try [arteme/l6t-rs](https://github.com/arteme/l6t-rs) project....

Dear Rogério, I'm afraid I have bad news for you -- I have the same one and it doesn't work for me :( Ironically, I bought it specifically for my...

Toggling the "Gate" checkbox only affects the controls, not the values. As you can see, the whole "Noise Gate" frame, the labels and the controls become disabled / greyed out....

On Windows you may also try the winrt build (If you're running from sources, `cargo run -F winrt`), which may have better support for the cable. It helped with Bespeco...

Added a page describing this in more detail: https://arteme.github.io/pod-ui/pages/usb-midi-cables.html

This primarily concerns POD 2.0 & POD Pro. PODxt controls vary between Hz & usec even in Line6 Edit; PocketPOD controls are in usec even in Vyzex.

Hi, There isn't a readable format anywhere currently. It is a good idea to add this though as it might also make debugging easier. What you could do is run...

The problem here -in Scala 3- is not that `blackberry` is chosen over `raspberry`, but that `raspberry` is not considered at all! If `blackberry` is removed, the code will fail...

See https://github.com/agmmnn/tauri-controls/issues/30