adazem009

Results 94 issues of adazem009

I'm creating a game where a car engine sound plays. There's a pitch effect based on the car speed. The pitch effect changes only after the sound stops and starts...

bug

Resolves: #15473 Native menu bar support is only implemented for macOS. This pull request contains changes that will enable it on Linux-based systems as well (for example the global menu...

Hi, this is a really interesting project. I've been working on a C++ library since April and I was wondering if it could be used in this project. It can...

Resolves: #14428 Resolves: #23054 The current implementation of MIDI output isn't very elegant. FluidSynth, which is used only with MS Basic, is used to send MIDI events to MIDI output...

Some projects converted from Scratch 2.0 use incorrect broadcast names in blocks, for example in [this project](https://scratch.mit.edu/projects/225569460), `StartGameTic` is used in broadcast blocks, but `startgametic` is the actual name. However,...

bug
P2

`Input::pointsToDropdownMenu()` returns incorrect values, it should check if there's a **shadow** block with a single field. All blocks with dropdown menus should use this method instead of the input type.

bug
P1