FAOSDance icon indicating copy to clipboard operation
FAOSDance copied to clipboard

A stand-alone, free and open-source implementation of the Fruity Dance plugin from FL Studio

Results 8 FAOSDance issues
Sort by recently updated
recently updated
newest added

The settings window crashes to an invalid range property. I have no idea why this happens, though it is caused by one of the scripts. Needs more testing.

bug

For script testing reasons, it might be nice to have a tray notification if/when the sprite is partially or fully out of the viewable area of the window.

enhancement

It'd be nice to have a window pop-up for the rare occasion the program crashes and why it did so, so it doesn't have to be tested by running it...

enhancement

Extensions should be able to have their own lang file and use lang keys.

enhancement

The settings categories should be toggle-able, so they don't all have to be shown.

enhancement

When running on Manjaro Cinnamon, the drawing flickers whilst not clearing old frames. Per-pixel transparency is also not working, so the window can be clicked anywhere inside the region.

bug
help wanted

When I clicked on 'save configuration' the program wouldn't open anymore. What could I do to fix it?

Error message when running from command prompt: Exception in thread "main" java.lang.ExceptionInInitializerError at com.deflatedpickle.faosdance.MainKt.main(main.kt:22) at com.deflatedpickle.faosdance.MainKt.main(main.kt) Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make field private java.lang.String java.net.URL.host accessible: module java.base does...