mekb

Results 48 comments of mekb

related to #49 but it happens when I start volumeicon, as well as changing the sound output

@Sneezry Yes, I have it at 125% which is the problem. So can you please fix it. At all the other scales this padding doesn't appear.

I've changed the `select` tag values and the gap starts to appear at 112%. ![Animation showing that the side padding appears at 112%](https://user-images.githubusercontent.com/48314599/67131253-a1a82400-f24f-11e9-89fa-42c32d0cfd16.gif)

> hypixel is in 1.16? i dont think so. no but they have certain protocol stuff which lets newer features supported such as colored beds in bedwars in 1.12+

sorry, I meant let users add it as an option for compiling

Have you tried adding a second silence at the end of the audio file, also make sure to call `sound.stop()` before you call `sound.play()`, so no more than one sound...

Before the `sound.play()` have you got `sound.stop()`, so it doesn't get feedback.

@hamoid Have you tried [updating Processing to the latest version](https://processing.org/download/), also try updating your speaker driver if necessary. Try to see if you can change the bit quality and if...

if you want to remove the colors/style on the buttons, just delete from line 91 to the end in main.css

Does lacc have it's own linker or does it use the system one? I'm working on a distro which uses lacc and musl, lacc is the first thing that is...