Andrii Magalich

Results 8 issues of Andrii Magalich

How one would use directus API to generate a completely static site using Nuxt3? Simple html/js files that do not trigger backend requests. I'm trying to implement the following: ```javascript...

question

I'm working now on porting your library to Jelly. For now, it seems that we only need to change 3-4 lines in Sprig_AACL to morph it to Jelly_AACL. But I'd...

Add --envelopes-off to convert without volume and panning envelopes — to avoid SunVox crashes

enhancement
wontfix

On XUbuntu 9 there's a problem when sample path in sfz-region constains path in the wrong case. Should use [os.path.normcase](http://docs.python.org/library/os.path.html) or [recursive check](http://stackoverflow.com/questions/8462449/python-case-insensitive-file-name) Thanks to incide

bug
enhancement

Now Samplicity supports only WAV samples

enhancement

24bit samples are not supported by XI and SunVox, so I need to convert them (to 32bit floating point due to NightRadio's suggestion)

enhancement

Hi, I just found your project. Have you considered updating the data on the watch? In particular, uploading the training targets? Could it work?

Hi. I am using ipython-sql as an easy-to-access SQL terminal, but in other cases I use the peewee ORM. This leads to having 2 open database connections and some temporal...