Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OpenNBS

We create music-making tools for the game Minecraft, helping people of many different skill levels — from aspiring to professional musicians — create better note block music!
Collective - Host: opensource - https://opencollective.com/opennbs - Website: https://opennbs.org/ - Code: https://github.com/OpenNBS

Fix data pack visualizer spawning blocks very far away

This is what you get for using the numeric block ID as a coordinate.

github.com/OpenNBS/NoteBlockStudio - 3cde8fbabfdb60ffc9d8340273e06bb5f10da13a authored almost 3 years ago by Bentroen <[email protected]>
Fix "Sucessfully updated" text not appearing after updating

Create a new variable `update_success` that bypasses the other status options when true. The "Su...

github.com/OpenNBS/NoteBlockStudio - c31412d7ecb19c34c00f64378bc80c7919f16e81 authored almost 3 years ago by Bentroen <[email protected]>
Query only the latest release when the pre-release setting is disabled

Avoid downloading and looking through the entire list of releases when all we need is the latest...

github.com/OpenNBS/NoteBlockStudio - 62a3a7d855f2a55dfcde79f8de9957bac8f7f35f authored almost 3 years ago by Bentroen <[email protected]>
Fix update check failing at random

Although this code contains many optimizations, the "actual" fix is on line 26 of `check_updates...

github.com/OpenNBS/NoteBlockStudio - fe981bfc8bb4640ae28316b8d17b7a1f484a07fa authored almost 3 years ago by Bentroen <[email protected]>
3.10.0-beta.1

github.com/OpenNBS/NoteBlockStudio - 2a08d589aff0dbad11bb6fd000a2a1470387030a authored almost 3 years ago by Bentroen <[email protected]>
mp3 error translation

github.com/OpenNBS/NoteBlockStudio - 5baa8a69514e52a6b7766c5b4e75c742ba49da8f authored almost 3 years ago by chenxi050402 <[email protected]>
Update IDE version to 2022.2.1.618

github.com/OpenNBS/NoteBlockStudio - af5756dd57062493f3a55a39a06e530e0c52c774 authored almost 3 years ago by Bentroen <[email protected]>
Small wording improvements

github.com/OpenNBS/NoteBlockStudio - a02ef52e4d35b9342f0eb35930a92dff0a443310 authored almost 3 years ago by Bentroen <[email protected]>
Merge branch 'python' into development

github.com/OpenNBS/NoteBlockStudio - f0e6f0e8de603f60dbe5807a2dd8058f8338e803 authored almost 3 years ago by Bentroen <[email protected]>
Formatting and variable name improvements

github.com/OpenNBS/NoteBlockStudio - 996f5c0b71baa8ee4d882f8ee05e3b32ffd75fca authored almost 3 years ago by Bentroen <[email protected]>
Remove absolute paths from compiled modules

.pyc files store the absolute paths of their original .py files for displaying on tracebacks. Se...

github.com/OpenNBS/NoteBlockStudio - 6ce06c7328917b2924ca9119760a37ff0c059abc authored almost 3 years ago by Bentroen <[email protected]>
Replace 64-bit ffmpeg with 32-bit

github.com/OpenNBS/NoteBlockStudio - e666d2cf696c802b881c454e2124fecb5cde5250 authored almost 3 years ago by Bentroen <[email protected]>
Recompile pygml with pybind11 2.6.2

pybind11 2.9.1 (latest version as of this commit's date) was causing a crash on startup (`Runner...

github.com/OpenNBS/NoteBlockStudio - 4e3fd7e7f5ac87d217cd1c677ed8b2f0afc46029 authored almost 3 years ago by Bentroen <[email protected]>
Remove sitecustomize.py

Used only for testing, no longer necessary

github.com/OpenNBS/NoteBlockStudio - 9734a99649611b3a4428609262547fccd96abcd6 authored almost 3 years ago by Bentroen <[email protected]>
Downgrade Python to 3.8.10

Keep support for Windows 7 as 3.9+ doesn't support it

github.com/OpenNBS/NoteBlockStudio - 9919d673e2369dfb70c34f07573a99df93f66645 authored almost 3 years ago by Bentroen <[email protected]>
Remove VSCode settings from exported project

github.com/OpenNBS/NoteBlockStudio - 4e2e354c26f41b7e7b899fd3270e6c54b825c7bd authored almost 3 years ago by Bentroen <[email protected]>
Update credits with Python packages

github.com/OpenNBS/NoteBlockStudio - 3a243fec3b198776b61e5d5d650ea634d0c87c3a authored almost 3 years ago by Bentroen <[email protected]>
Set export type to mp3 explicitly

It was creating a wav file "disguised" as mp3. Might be some bug with nbswave - eh, I'll check i...

github.com/OpenNBS/NoteBlockStudio - 711c765c8c98a0028c1e1c3708b5236fd0daf78c authored almost 3 years ago by Bentroen <[email protected]>
Delete virtual environment after packaging

github.com/OpenNBS/NoteBlockStudio - 2c817a424e7c0b41e6512bba433e81b8f12036b7 authored almost 3 years ago by Bentroen <[email protected]>
Add 'poetry env use' to instructions

github.com/OpenNBS/NoteBlockStudio - 22cce005c3e0a5edaf66b5c3b79ae5127d9ca563 authored almost 3 years ago by Bentroen <[email protected]>
Format with black + isort

github.com/OpenNBS/NoteBlockStudio - f7f4e599af3607c2278908a2ec31e441d2fcf3b8 authored almost 3 years ago by Bentroen <[email protected]>
Add README with packaging instructions

github.com/OpenNBS/NoteBlockStudio - bd9edb6b7cccc3173cd3d070dbc0460d3ece6386 authored almost 3 years ago by Bentroen <[email protected]>
Add special case handling for modules with C extensions

github.com/OpenNBS/NoteBlockStudio - e304b82f73eb3cebb7d0721b314067c15573ba79 authored almost 3 years ago by Bentroen <[email protected]>
Log added packages to console

github.com/OpenNBS/NoteBlockStudio - d61ec6a0fce650c047dbcef232940476c7d70641 authored almost 3 years ago by Bentroen <[email protected]>
Add python files to GameMaker project

github.com/OpenNBS/NoteBlockStudio - d2018a55faafcfc23a0f30a9ad1ce30e88b4e1e0 authored almost 3 years ago by Bentroen <[email protected]>
Move site-packages to Lib subfolder

github.com/OpenNBS/NoteBlockStudio - f6e05b31d3caef4bc273acad422901e24468321e authored almost 3 years ago by Bentroen <[email protected]>
Add check for missing venv directory

github.com/OpenNBS/NoteBlockStudio - 86b6277f70facb572a12d4dcaf8559d5418509d4 authored almost 3 years ago by Bentroen <[email protected]>
Add safety check for correct Python version

github.com/OpenNBS/NoteBlockStudio - 4cf35b1d712373fab46991cf994ebc1dd02f165c authored almost 3 years ago by Bentroen <[email protected]>
Package all dependencies into a single ZIP file

github.com/OpenNBS/NoteBlockStudio - 58b1ce76341a06f246f05f865ea93e13aea6b6ee authored almost 3 years ago by Bentroen <[email protected]>
fix notwindow not defined in textarea

github.com/OpenNBS/NoteBlockStudio - 3bc01186e607115cd2b5059acaa530d281cedd5e authored almost 3 years ago by chenxi050402 <[email protected]>
Fix incorrect blocks on branch schematic export

Fixes #313

github.com/OpenNBS/NoteBlockStudio - 2503394423a396094754c5224a3b3512fe00ee8c authored almost 3 years ago by Bentroen <[email protected]>
Fix rounding errors in pitch calculation

Fixes #317

github.com/OpenNBS/NoteBlockStudio - b97699cef397274bf902af78034140351d0e314b authored almost 3 years ago by Bentroen <[email protected]>
Add packaging script (WIP)

github.com/OpenNBS/NoteBlockStudio - 928518969782207e254217db87fd35f2263ed065 authored almost 3 years ago by Bentroen <[email protected]>
Fixed double clicking on a file to open doesn't work and have a risk of losing the file

github.com/OpenNBS/NoteBlockStudio - 7151b9d63f25c1a74e1af1db11e392d4a1c9b527 authored almost 3 years ago by chenxi050402 <[email protected]>
Fix selection and section not following smoothly

github.com/OpenNBS/NoteBlockStudio - fd2cbc81c61dff933d8b1303b84f2cc3a9ed4a60 authored almost 3 years ago by chenxi050402 <[email protected]>
show piano in drop mode even if piano is disabled

github.com/OpenNBS/NoteBlockStudio - a7ca4c614022a4c37264c37e4bf59f44f525f636 authored almost 3 years ago by chenxi050402 <[email protected]>
Add a proper entrance trance to the drop mode

github.com/OpenNBS/NoteBlockStudio - 1a4d6cc1a55c16521a15837b5cbc0f03e35c155c authored almost 3 years ago by chenxi050402 <[email protected]>
stop popups in main area from displaying in window

github.com/OpenNBS/NoteBlockStudio - 58c3fec69cf881fd876c480c751e17d9ed2547bc authored almost 3 years ago by chenxi050402 <[email protected]>
Fix dragbar activating when window != 0

github.com/OpenNBS/NoteBlockStudio - 75129ec030fa85680b4bd3c33865f97a5266c715 authored almost 3 years ago by chenxi050402 <[email protected]>
Change the title bar black in dark mode

github.com/OpenNBS/NoteBlockStudio - 05d8a125bfabb3b4fe67ad46a074fa20a4670e85 authored almost 3 years ago by chenxi050402 <[email protected]>
Set encoding to `cp1252` for read/written strings

Prevents `UnicodeDecodeError: invalid continuation byte` when decoding non-ASCII characters, due...

github.com/OpenNBS/pynbs - 05efe721714eedca0c02d35eecf02d129ecc7707 authored almost 3 years ago by Bentroen <[email protected]>
Update default NBS version to 5

github.com/OpenNBS/pynbs - 005e4a6265d14f984b627a825540fbbc7443b267 authored almost 3 years ago by Bentroen <[email protected]>
Fix file copy not working

github.com/OpenNBS/NoteBlockStudio - 5a7d6893bf8fe42fdb4546036741957783f8348d authored almost 3 years ago by chenxi050402 <[email protected]>
Pass 'Ignore missing instruments' argument

github.com/OpenNBS/NoteBlockStudio - f40872f30fed2d2b814f3cce12b05858038d0d41 authored almost 3 years ago by Bentroen <[email protected]>
Add ffmpeg and ffprobe

github.com/OpenNBS/NoteBlockStudio - 91307563393714017e03d33faedd5fb63e8ebefa authored almost 3 years ago by Bentroen <[email protected]>
conflicting name in c++

github.com/OpenNBS/NoteBlockStudio - 95a53cab11206d2c58ddefebe3c946afeafc75ac authored almost 3 years ago by chenxi050402 <[email protected]>
Conflicting function names

github.com/OpenNBS/NoteBlockStudio - dd16f4dda67ea3e12ad4d7fb60b09db766962205 authored almost 3 years ago by chenxi050402 <[email protected]>
Update date and uncomment file log

github.com/OpenNBS/NoteBlockStudio - 7086ead77345184800fd5cff398a88da47c4eefc authored almost 3 years ago by chenxi050402 <[email protected]>
uncomment gz functions

github.com/OpenNBS/NoteBlockStudio - 201616d8d3f531a4da9b8f1a3d7121aacd0fedd4 authored almost 3 years ago by chenxi050402 <[email protected]>
Added minimize and normal window to window.dll

and changed some file.dll functions to native gamemaker ones

github.com/OpenNBS/NoteBlockStudio - d96b2063fcea93ba065eda4e694b359c39f466ce authored almost 3 years ago by chenxi050402 <[email protected]>
Update dependencies

- Replace nbs-audio with nbswave from PyPI
- Bump numpy to 1.22.2

github.com/OpenNBS/NoteBlockStudio - 5bcb2d4527de774cbde40eb07ba656bcc908aad2 authored almost 3 years ago by Bentroen <[email protected]>
Constrain supported Python version to 3.9.5

Although other versions are "supported" in theory, the venv version must match the Python versio...

github.com/OpenNBS/NoteBlockStudio - 0c92d6e97a268e94485fd7f15becb45f442c7e53 authored almost 3 years ago by Bentroen <[email protected]>
Save the settings

github.com/OpenNBS/NoteBlockStudio - f405820042d7a034e749baab0b95fa4e115e7ba3 authored almost 3 years ago by chenxi050402 <[email protected]>
Added an option to change the icon back

Used extension: https://github.com/YAL-GameMaker/window_set_icon/

github.com/OpenNBS/NoteBlockStudio - 41e6ba35b8a874c1d217f58440c8a39c7e3e8a82 authored almost 3 years ago by chenxi050402 <[email protected]>
Update IDE version to 2022.2.0.614

github.com/OpenNBS/NoteBlockStudio - baca1e3d38160bf8eaa0edfa1aa2a22920893c8f authored almost 3 years ago by Bentroen <[email protected]>
Bundle the legacy icon in the data folder

github.com/OpenNBS/NoteBlockStudio - f746025a7f2a256b38ef4c56228a77a73b1174d5 authored almost 3 years ago by chenxi050402 <[email protected]>
reduce line flickering in smooth scroll in lower scaling

github.com/OpenNBS/NoteBlockStudio - 41bc7cb4ce352fc6ffa671fe0403b2269dadfba8 authored almost 3 years ago by chenxi050402 <[email protected]>
Changed presence image to new icon

github.com/OpenNBS/NoteBlockStudio - cc004f11e0699bd304d4e9c50cbde4375c19e5e9 authored almost 3 years ago by chenxi050402 <[email protected]>
fix smooth scroll snapping when start scrolling in some resolutions

github.com/OpenNBS/NoteBlockStudio - f2c0c5d47c356edd359a700e5ed561e446da442e authored almost 3 years ago by chenxi050402 <[email protected]>
Upgrade icon design

github.com/OpenNBS/NoteBlockStudio - 60ca54727f03358a8baa71a7a5ee4f301f8cf0da authored almost 3 years ago by chenxi050402 <[email protected]>
Block save_song when in player mode

github.com/OpenNBS/NoteBlockStudio - e349acc046781f6b02fc62c70c2d90759693de8b authored almost 3 years ago by chenxi050402 <[email protected]>
Update Game Maker IDE and Runtime version

github.com/OpenNBS/NoteBlockStudio - 8f814035553fe7cfb9f8ad0f353d6477b258026d authored almost 3 years ago by chenxi050402 <[email protected]>
uncapital the second frame

github.com/OpenNBS/NoteBlockStudio - 97d4851ffee76ed5c97a8baee1cb7f20f4eacce0 authored almost 3 years ago by chenxi050402 <[email protected]>
fix sticking for a tick when the marker is in center

github.com/OpenNBS/NoteBlockStudio - b5079248836c1b17f85e9727968a556b3f2d2c45 authored almost 3 years ago by chenxi050402 <[email protected]>
Added smooth scrolling

github.com/OpenNBS/NoteBlockStudio - 96ed5ddb944cd55eb534ed2d1aa01b173a5c2bd7 authored almost 3 years ago by chenxi050402 <[email protected]>
Merge branch 'development' into python

github.com/OpenNBS/NoteBlockStudio - f5c111780cf37cb9e9143c82e1c96ef3667e85e2 authored almost 3 years ago by chenxi050402 <[email protected]>
Centered the bean

github.com/OpenNBS/NoteBlockStudio - 0e5e030a5681cd0f5656b1b213523f636796e0ee authored almost 3 years ago by chenxi050402 <[email protected]>
Remove excessive events

github.com/OpenNBS/NoteBlockStudio - f7a537806d2258a29d8ee1ec139523534ef7102d authored almost 3 years ago by chenxi050402 <[email protected]>
Fix dropmode icon alpha

github.com/OpenNBS/NoteBlockStudio - f01a57b29cc903dbfccc6a836dcaf33e682281ca authored almost 3 years ago by chenxi050402 <[email protected]>
Fix effect not shifting with screen

github.com/OpenNBS/NoteBlockStudio - 479a2f49e262e1c9383f8ab5028342f52110d7c8 authored almost 3 years ago by chenxi050402 <[email protected]>
Added a toggleable block removing effect

github.com/OpenNBS/NoteBlockStudio - 6ef634832a409e42e6e2858e27a927b8b5ce4fbf authored almost 3 years ago by chenxi050402 <[email protected]>
Disable scroll wheel for other stuff when hovering on volume

github.com/OpenNBS/NoteBlockStudio - addf612e24444085925e132d414e93fd66592017 authored almost 3 years ago by chenxi050402 <[email protected]>
tweaked icon frames and added mouse wheel for mastervol

github.com/OpenNBS/NoteBlockStudio - c7dca8e9ad134a5abfdf7ec818daad015279e8a0 authored almost 3 years ago by chenxi050402 <[email protected]>
Fix player mode auto resize in non-100% scaled settings

github.com/OpenNBS/NoteBlockStudio - 5bee1bcaa499a555692249cdc62ec7ecf5eb7a7c authored almost 3 years ago by chenxi050402 <[email protected]>
Hide gui in drop mode when mouse inactive

github.com/OpenNBS/NoteBlockStudio - 42f5360ce85ea9aafca6d2e3696a6d9e8496fa05 authored almost 3 years ago by chenxi050402 <[email protected]>
Corrected runtime version

github.com/OpenNBS/NoteBlockStudio - 33331a207b382f19c998ffbef174ac13a58be27a authored almost 3 years ago by chenxi050402 <[email protected]>
Added player mode button in greeting screen

and removed the F12 to player mode function

github.com/OpenNBS/NoteBlockStudio - f02c831b136a39a59d56f37e05dbebfe9302c3eb authored almost 3 years ago by chenxi050402 <[email protected]>
Replace MP3 export with Python `nbs-audio` package

github.com/OpenNBS/NoteBlockStudio - d6e45e400714a3217bbdca739aa63321454c6bd5 authored almost 3 years ago by Bentroen <[email protected]>
Add links to README shields

github.com/OpenNBS/NoteBlockStudio - d6bc64923943b4d18f868a860b0d6db9821952d4 authored almost 3 years ago by Bernardo Costa <[email protected]>
Add README shields

github.com/OpenNBS/NoteBlockStudio - 65766c32c5c698ae500d0a4b7beeb20a4a5e1e2a authored almost 3 years ago by Bernardo Costa <[email protected]>
Set up poetry project for managing dependencies

github.com/OpenNBS/NoteBlockStudio - 348e8648e7f3345f47e302ea2498c07a80a7f6ef authored almost 3 years ago by Bentroen <[email protected]>
Update GMPython to 0.2.0

github.com/OpenNBS/NoteBlockStudio - c164284303357e81cf55e80c3ca778d000e9bd3e authored almost 3 years ago by Bentroen <[email protected]>
Fix instrument auto-rename not working

Commit efe43ef6f672505b520fa5340cba7497c4ece297 changed the initial instrument name text box ID ...

github.com/OpenNBS/NoteBlockStudio - 224af838067e0c4bcbed194af06ebd3b81cbfb05 authored almost 3 years ago by Bentroen <[email protected]>
Add GMPython extension

github.com/OpenNBS/NoteBlockStudio - a4c4f3cddaa21e7e9eba578af38016c3c6233927 authored almost 3 years ago by Bentroen <[email protected]>
Added a background to the buttons in dropmode

and added some indents

github.com/OpenNBS/NoteBlockStudio - bf0ca994ca711f68ae8acd807761f44896c6eea4 authored almost 3 years ago by chenxi050402 <[email protected]>
Add layer vol on top on note vel

github.com/OpenNBS/NoteBlockStudio - 706cc983dd4f233efd43a015da196e81bff107e7 authored almost 3 years ago by chenxi050402 <[email protected]>
Adding output format in the overlay

github.com/OpenNBS/NoteBlockStudio - 2226a7b6da3354e1a82a99888a5f489541102cac authored almost 3 years ago by chenxi050402 <[email protected]>
fix drop mode missing a column

github.com/OpenNBS/NoteBlockStudio - 1521d39faa1b0612fc2b7ce5fa2ea079a7b9e24c authored about 3 years ago by chenxi050402 <[email protected]>
Made fine pitch visible in drop mode

github.com/OpenNBS/NoteBlockStudio - cad0c461e7715578dae215358af2acf228268798 authored about 3 years ago by chenxi050402 <[email protected]>
fix drop mode still missing a row

github.com/OpenNBS/NoteBlockStudio - 2b1cdd0a545733b59990d8e6c2fc1646bd1dc02f authored about 3 years ago by chenxi050402 <[email protected]>
show all columns of notes

github.com/OpenNBS/NoteBlockStudio - 5cd3c8d4b5030da74fbb690719c8317d87b281f7 authored about 3 years ago by chenxi050402 <[email protected]>
Update macros.gml

github.com/OpenNBS/NoteBlockStudio - 10fc2eeaa0775f2798b2ca29fdfaa243a5430202 authored about 3 years ago by chenxi050402 <[email protected]>
Add drop mode to player mode

github.com/OpenNBS/NoteBlockStudio - 5b15c968e32b10a1618330c74edb64c1a6a022eb authored about 3 years ago by chenxi050402 <[email protected]>
Update control_create.gml

github.com/OpenNBS/NoteBlockStudio - 9baa7af2df106c9e9e4df4300ee09942b53512d2 authored about 3 years ago by chenxi050402 <[email protected]>
Added display adapter info to overlay

github.com/OpenNBS/NoteBlockStudio - e3aa182ade4468cd0c81bb92b4845d5707079e03 authored about 3 years ago by chenxi050402 <[email protected]>
Adjust overlay position in player mode and the FPS source

github.com/OpenNBS/NoteBlockStudio - b4c2cf034111c84aa8977031a19e6ebf6c92c979 authored about 3 years ago by chenxi050402 <[email protected]>
Added debug overlay and the shortcut to set window to 0

github.com/OpenNBS/NoteBlockStudio - 8d4eb15606f76de1f9b5e19e066862480c6790a7 authored about 3 years ago by chenxi050402 <[email protected]>
Fix the song name change color when hovering on the progress bar in player mode

github.com/OpenNBS/NoteBlockStudio - 9464b2801f1fd9f3e90cb580acda8df7b3998b3c authored about 3 years ago by chenxi050402 <[email protected]>
Go into player mode if F12 is pressed in the greeting screen

github.com/OpenNBS/NoteBlockStudio - 3d3c7b3e17e2e273b92242e20128dd99f344957a authored about 3 years ago by chenxi050402 <[email protected]>
Disable file system sandboxing to fix the copy resource pack issue

github.com/OpenNBS/NoteBlockStudio - ed4f4a5e9188ca49c9c1d83bc6e75f03d128546f authored about 3 years ago by chenxi050402 <[email protected]>