Artem Egorkine

Results 20 issues of Artem Egorkine

Thank you so much for fixing #20. Internal font loading works correctly when using "/" path separator (i.e. `"c64/platoon2"`), however the internal font list still returns paths with the windows...

bug

When using `read_envfile` with path defined, the function still recurses up the directory tree if the given path is not found. Consider the following code: ``` import envparse envparse.env.read_envfile('myenv.conf') ```...

In addition to onExpand/onCollapse events that fire when expand/collapse animation starts, it would be great to get onExpandFinished/onCollapseFinished events that fire when the corresponding animation finishes.

enhancement

Hi, In [pod-ui](https://github.com/arteme/pod-ui) I'm using `coremidi` through `midir`. I have a badly-behaving M-Vave MS-1 bluetooth MIDI device that keeps crashing the app. I know, `midir` 0.9.x uses an old version...

As a part of 0.3 branch and migration to PyJWT a number of JWT methods got renamed, prefixed with 'jwt_' and others have not: | 0.2 | 0.3 | |...

Noticed using M-Vave MS-1 bluetooth MIDI dongle. The underlying issue is https://github.com/Boddlnagg/midir/issues/138, which itself depends on coremidi library. Testing newer midir with newer coremidi requires macOS 11+.

help wanted

Even though Vyzex doesn't have a control for it, apparently, PocketPOD supports `CC 47` volume pre/post as an RX-only value that is also written to the L6T, as I assume,...

Implement and add to UI a button to reset the EQ like Line6 Edit has.

feature
good first issue

![image](https://user-images.githubusercontent.com/90568/218118575-00f62082-16b6-4094-9617-67c497b38818.png) Line6 drivers have an "Inputs and Recording" section where the end-user can control signal routing & monitor level. Would be a good idea to implement the same, since in...

feature

For now all knobs/sliders are in milliseconds, whereas Line6 Edit uses Hz for chorus/flanger/trem speed. Make this configurable.

feature