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

Prevent dragging stereo from changing the tempo

github.com/OpenNBS/NoteBlockStudio - bcb441c5078cede87c0cef17f0899de165e03d82 authored over 5 years ago by Bentroen <[email protected]>
Add metronome function

Doesn't work when scrubbing the song, at least for now

github.com/OpenNBS/NoteBlockStudio - 6d940ec9e43e9645b2c28f63ab0f80e9daf1be80 authored over 5 years ago by Bentroen <[email protected]>
Fix crash in MP3 and datapack export

Fixes #43, fixes #70 and fixes #86

github.com/OpenNBS/NoteBlockStudio - a0586538795df5e420e90597398deb93c49c4178 authored over 5 years ago by Bentroen <[email protected]>
Improve contrast of layer icons in dark theme

Render layer icons white in dark theme

github.com/OpenNBS/NoteBlockStudio - a9897b9ac3e1438b9bef91c8b55fceda80691e44 authored over 5 years ago by Bentroen <[email protected]>
Add layer management buttons

- Adds buttons to add, remove, shift up or shift down each layer
- Changes selection code to all...

github.com/OpenNBS/NoteBlockStudio - 3f8ad9c4b08e1d43e40b6151dfcda457c554401f authored over 5 years ago by Bentroen <[email protected]>
Fix crash when redoing a block placement

Passes panning as an argument when setting the history
Moved optional argument `insnum` to the e...

github.com/OpenNBS/NoteBlockStudio - 0a9527255210c8b150d9409926d8cd27447944d8 authored over 5 years ago by Bentroen <[email protected]>
Fix Datapack Panning

github.com/OpenNBS/NoteBlockStudio - 6d06e3400cf42b3595e89efa95e35256d90523a0 authored over 5 years ago by ShinkoNet <[email protected]>
Merge branch 'master' into development

github.com/OpenNBS/NoteBlockStudio - 5aa0993025f4f2838fcb67f66d9d77dc6ee59f25 authored over 5 years ago by ShinkoNet <[email protected]>
Revert "3.6.0 + Experiemental v4 Features"

This reverts commit 8d1330046b6ee8f4ba329b5c6436b400e332baa9.

github.com/OpenNBS/NoteBlockStudio - c94f026a0cc33c2eb01ec706884ba353216818ac authored over 5 years ago by ShinkoNet <[email protected]>
3.6.0 + Experiemental v4 Features

Clipboard Editor (WIP)
NBS File Version 4

github.com/OpenNBS/NoteBlockStudio - 8d1330046b6ee8f4ba329b5c6436b400e332baa9 authored over 5 years ago by ShinkoNet <[email protected]>
MIDI Import Note Velocity Toggle

github.com/OpenNBS/NoteBlockStudio - 2d2ec7256f18087fe31717a369c95cb8d7e8957a authored over 5 years ago by ShinkoNet <[email protected]>
Added Note Velocity Support to MIDI Import

Also removed the feature where it removes notes that are the same key and instrument.

github.com/OpenNBS/NoteBlockStudio - c0f216f7d2e31923209f53bc9817f0bb8d69e2d9 authored over 5 years ago by ShinkoNet <[email protected]>
Note Vol/Pan Hotfix

github.com/OpenNBS/NoteBlockStudio - dedc53b7a3028c42dbfb061971b741714c04a1cd authored over 5 years ago by ShinkoNet <[email protected]>
Note Velocity + Note Panning Support

In preparation for the upcoming Instrument Macro feature.
NBS Version updated to v4.
More things...

github.com/OpenNBS/NoteBlockStudio - ba9dc64962639b639a894eed0871da82e4e36bd6 authored over 5 years ago by ShinkoNet <[email protected]>
Merge pull request #84 from Bentroen/better-datapack

Datapack export improvements

github.com/OpenNBS/NoteBlockStudio - 968370e69d8b4f7b9c376abf735b58f9675e4d42 authored over 5 years ago by Hielke <[email protected]>
Remove tempo pop-up for datapack export

github.com/OpenNBS/NoteBlockStudio - 1562e70f4fb934df0e4e8e498582710048084f88 authored over 5 years ago by Bentroen <[email protected]>
Fix resource pack description being too long

github.com/OpenNBS/NoteBlockStudio - aba89a14aaa08f2b182a99dd49553cd4fc35d73c authored over 5 years ago by Bentroen <[email protected]>
Final datapack adjustments

- Include song name in pack description
- Show commands to play the song in the "saved successfu...

github.com/OpenNBS/NoteBlockStudio - 86c9aa703e3b4fd6b69d8d2fb9a915b1e1e0343e authored over 5 years ago by Bentroen <[email protected]>
Change ZIP creation method

Moved from ZipWriter extension to a 7-Zip executable (couldn't get function tags to work for som...

github.com/OpenNBS/NoteBlockStudio - aa28ca5e8d59d9fb918890a0a98b867b4d053b91 authored over 5 years ago by Bentroen <[email protected]>
Final datapack interface design

- Split compatibility indicator into "schematic" and "data pack" to make it clearer when you can...

github.com/OpenNBS/NoteBlockStudio - 540a2c53324f4cb75b99ba62fe1e7c67c075e282 authored over 5 years ago by Bentroen <[email protected]>
Add support to 30 t/s

- Added support to any tempo up to 30.00 t/s
- Optimized code of the binary tree
- Fixed a bug w...

github.com/OpenNBS/NoteBlockStudio - 76bec938098b2da1c531822875c4a7d8aa669052 authored over 5 years ago by Bentroen <[email protected]>
Format JSON files using pretty JSON formatting

(Why not.)

github.com/OpenNBS/NoteBlockStudio - a581d0c3ce216c827d54311f41f2b180ac471206 authored over 5 years ago by Bentroen <[email protected]>
Add button to save resource pack with extra notes

- Add button to save resouce pack containing out of range notes
- Only unlocks when that option ...

github.com/OpenNBS/NoteBlockStudio - cb2bf0302f00184bc18e18f36439b0fcb46f8720 authored over 5 years ago by Bentroen <[email protected]>
Datapack fixes

- Truncate command preview when it's too long
- Minor grammar fixes in the datapack window
- Cha...

github.com/OpenNBS/NoteBlockStudio - 806ec455c3f24e60095b4b729f4295a48ce59f7e authored over 5 years ago by Bentroen <[email protected]>
Implement ZIP export for datapack

- Add ZipWriter extension
- Implement option to export as ZIP instead of a folder
- Move file wr...

github.com/OpenNBS/NoteBlockStudio - 78ef7871ab11927b3e170b3cc4650104e05a5718 authored over 5 years ago by Bentroen <[email protected]>
Move path cleanup code to their own scripts

- Move string manipulation functions to their own scripts to make code more tidy
- Remove dat_in...

github.com/OpenNBS/NoteBlockStudio - a61ce7066619bf3fcde6425361db46c19295a50e authored over 5 years ago by Bentroen <[email protected]>
Implement namespace and path for datapacks

- Implement custom namespace and path
- Update datapack window to accommodate fields
- Use same ...

github.com/OpenNBS/NoteBlockStudio - 18d44e231c185ce18812c5421ca3a7f30dbd9ec8 authored over 5 years ago by Bentroen <[email protected]>
Improve datapack export

- Added option to export out of range notes
- Added enable loop option
- Optimized song playback...

github.com/OpenNBS/NoteBlockStudio - 6abd6ce87d2cc7c17d69eceb0a554a11b321c36e authored over 5 years ago by Bentroen <[email protected]>
Merge pull request #1 from HielkeMinecraft/master

Merge changes from v3.6.0

github.com/OpenNBS/NoteBlockStudio - 1f13e3008dbf04fcbe587cd632751eb4947b0d68 authored over 5 years ago by Bentroen <[email protected]>
Version 0.3.0

github.com/OpenNBS/pynbs - 9398f344ee32fc6d5953b21d23fc8afab8977a97 authored over 5 years ago by Valentin Berlier <[email protected]>
Merge pull request #1 from Bentroen/format-update

Update .nbs format to version 3

github.com/OpenNBS/pynbs - f012beb693f1fa27c42616289648d22facc6fdd1 authored over 5 years ago by Valentin Berlier <[email protected]>
Update README

github.com/OpenNBS/pynbs - ff6ad9f7865ec0a49352b2092e42a587d2cdb283 authored over 5 years ago by Valentin Berlier <[email protected]>
Update example

github.com/OpenNBS/pynbs - 2fc9580ca583c17a8c00ff30ebdcf51f658e92a3 authored over 5 years ago by Valentin Berlier <[email protected]>
Keep the old format compatible

github.com/OpenNBS/pynbs - 4b16900a5bb46de2960c05f826aab6c508450b0b authored over 5 years ago by Valentin Berlier <[email protected]>
Default panning to 100 to not break backward compatibility

github.com/OpenNBS/pynbs - 2f5be24e64384cfa68b88c5b8c52569f7e040387 authored over 5 years ago by Valentin Berlier <[email protected]>
Update .nbs format to version 3

Update the code and documentation to accomodate the changes in the .nbs file format, as part of ...

github.com/OpenNBS/pynbs - 4b7b1b50837fae7b598402dae06df79499c5dcd1 authored over 5 years ago by Bentroen <[email protected]>
Fix song load crash

Loader was treating nbt format v3 like v2

github.com/OpenNBS/NoteBlockStudio - a2cc2d3c6f8a3111d946a4097f5848664ebe4f0c authored over 5 years ago by ShinkoNet <[email protected]>
Update draw_window_update.gml

github.com/OpenNBS/NoteBlockStudio - 3f03006f87cbc247af14b12f7f3333c7e4c455d6 authored over 5 years ago by Hielke <[email protected]>
Merge branch 'nbs-version-3' into development

github.com/OpenNBS/NoteBlockStudio - 03571c5ba11a4f9141ce574ad9698f6e4c796e7a authored over 5 years ago by Hielke <[email protected]>
Loop feature added

Bröther, I need lööp.
Implements #25

github.com/OpenNBS/NoteBlockStudio - 5beba9f7c32e5ebc09c601075a8ce84d208daad6 authored over 5 years ago by Hielke <[email protected]>
Audio emitters removed after being played to prevent memory leak

github.com/OpenNBS/NoteBlockStudio - ca9fae18113b4abb5ca8e5fd3d2de0c61d02662b authored over 5 years ago by Hielke <[email protected]>
Fixed scrollbar being too low when hiding piano

github.com/OpenNBS/NoteBlockStudio - 7f522f5ca35a7b79728ebd168b2dda0529ecd966 authored over 5 years ago by Hielke <[email protected]>
Merge branch 'master' of https://github.com/HielkeMinecraft/OpenNoteBlockStudio

github.com/OpenNBS/NoteBlockStudio - e5056512896d6ead1294ffafea102383725456b7 authored over 5 years ago by ShinkoNet <[email protected]>
Add Show/Hide Piano Toggle

Good for stuff like recording a video

github.com/OpenNBS/NoteBlockStudio - 94b0f749a350b6ce8a152ea5cb75350162fedcfb authored over 5 years ago by ShinkoNet <[email protected]>
Updated installer images with new icon

github.com/OpenNBS/NoteBlockStudio - 4d0d8627aaf613cbc1ed699a390298794d2f03b6 authored over 5 years ago by Hielke <[email protected]>
Fixed preferences not saving #50

github.com/OpenNBS/NoteBlockStudio - a2a36118c82e2b09b4edc8e4d1cd1977afca2291 authored over 5 years ago by Hielke <[email protected]>
Added MP3 export option to include or exclude locked layers

github.com/OpenNBS/NoteBlockStudio - 1b76528fd728108bcc3988e1e2aaabb99ea91afb authored over 5 years ago by Hielke <[email protected]>
Let link refer to site instead of github

github.com/OpenNBS/NoteBlockStudio - fffb186f0a7844465c1d91f8d698e1d0cd2fdeef authored over 5 years ago by Hielke <[email protected]>
Added more width to help tap to fix text overflow

github.com/OpenNBS/NoteBlockStudio - a7ad53ebaca8fdf4e3b8da830ab408933e40dc70 authored over 5 years ago by Hielke <[email protected]>
Inputbox sprites new format

github.com/OpenNBS/NoteBlockStudio - ee38f95aa3f8b5fede2594f6930e7de47c525221 authored over 5 years ago by Hielke <[email protected]>
Fixed wrong shortcut shown, text overlapping in instrument tab

github.com/OpenNBS/NoteBlockStudio - 3e1cd95cc1c91612862744e06e80a29708389aac authored over 5 years ago by Hielke <[email protected]>
Fixed multiline tooltip sprite using wrong width

github.com/OpenNBS/NoteBlockStudio - af1f5485f25f313744009a41ed52fd86ef7853cc authored over 5 years ago by Hielke <[email protected]>
Tooltips use new structure (seperate sprites)

Fixes weird gradient.

github.com/OpenNBS/NoteBlockStudio - b21128e161fcad5634ba1f5467e01eb188ba6ffb authored over 5 years ago by Hielke <[email protected]>
Remove old scrollbar sprite

github.com/OpenNBS/NoteBlockStudio - 3bfb4537758f50dc73f83609995412ade2b1af45 authored over 5 years ago by Hielke <[email protected]>
New scrollbar structure, fixes weird gradient

github.com/OpenNBS/NoteBlockStudio - e415bd839e4d070aa31f62d4cda6a20113b7f683 authored over 5 years ago by Hielke <[email protected]>
Added instrument shapes toggle. Fixed blank notes

implements #66,
fixes #62

github.com/OpenNBS/NoteBlockStudio - edf20bac97a2ce46a79ec47b3da090de94b1d312 authored over 5 years ago by Hielke <[email protected]>
Updated logo

Updates logo to one with isometric view, suggested in #65

github.com/OpenNBS/NoteBlockStudio - f019088b53efa369494df846eea453714a74d576 authored over 5 years ago by Hielke <[email protected]>
Fixed typo

Resolves #64

github.com/OpenNBS/NoteBlockStudio - f9d19e3f7ff1b3f657c7e0c89c9aeb0cfe8614f6 authored over 5 years ago by Hielke <[email protected]>
nbs format now saves song length again, fixed typo (nbt instead of nbs)

github.com/OpenNBS/NoteBlockStudio - e6c04da88b2f421a21324e5c7dae1c3495f686d9 authored over 5 years ago by Hielke <[email protected]>
Refer to website for information

github.com/OpenNBS/NoteBlockStudio - 01b1b94a3c89e4e3478faa1b3f6856240088c153 authored over 5 years ago by Hielke <[email protected]>
Added issue templates

github.com/OpenNBS/NoteBlockStudio - a528f0530f385ebf87e3b14acc9ddf0bb5c10f8b authored over 5 years ago by Hielke <[email protected]>
make site use docs folder

github.com/OpenNBS/NoteBlockStudio - beac4ab308d0fb6fb08f5b1a0e08102f1f40447c authored over 5 years ago by Hielke <[email protected]>
Update _config.yml

github.com/OpenNBS/NoteBlockStudio - 7f133b4ab7ba4cd18f9579b6ed976141b8f19d1a authored over 5 years ago by Hielke <[email protected]>
Update _config.yml

github.com/OpenNBS/NoteBlockStudio - ab2c3a23c3ecf0a05f1b303990f9d4b16120f577 authored over 5 years ago by Hielke <[email protected]>
Set theme jekyll-theme-cayman

github.com/OpenNBS/NoteBlockStudio - c027d66659147977feec08f9e178e54d8c0b4b43 authored over 5 years ago by Hielke <[email protected]>
Set theme jekyll-theme-cayman

github.com/OpenNBS/NoteBlockStudio - 2af7c9453a9e577c71fec1989b87b2d5c34df895 authored over 5 years ago by Hielke <[email protected]>
Set theme jekyll-theme-slate

github.com/OpenNBS/NoteBlockStudio - 362d6687db817b7d420ed81d91b8e54d86eb3402 authored over 5 years ago by Hielke <[email protected]>
Set theme jekyll-theme-cayman

github.com/OpenNBS/NoteBlockStudio - e21c1840a9e76127e51981ed26c71e2f8309560b authored over 5 years ago by Hielke <[email protected]>
Fixed update window crashing

Better test it next time @shinkonet ;)

github.com/OpenNBS/NoteBlockStudio - d7f3102871b5851ee3d819ba7a1098fff8308950 authored over 5 years ago by Hielke <[email protected]>
Added undefined check when drawing blocks

Fixes #37

github.com/OpenNBS/NoteBlockStudio - 755422662399937fad6b553525f7338573475bb2 authored over 5 years ago by Hielke <[email protected]>
Fix crash on MIDI Import

github.com/OpenNBS/NoteBlockStudio - 282f28b6df301d6d30ec2c0ec161470f3eb8e071 authored over 5 years ago by ShinkoNet <[email protected]>
Update text fix

github.com/OpenNBS/NoteBlockStudio - cf51970646b6c1b12acd178b31650e92f2fdccff authored over 5 years ago by ShinkoNet <[email protected]>
NBS Format Futureproofing

github.com/OpenNBS/NoteBlockStudio - 479e9e23d81a181776553f8fb4b429f48748e45b authored over 5 years ago by ShinkoNet <[email protected]>
Preferences fix (hacky)

I can't seem to find any other way to get the new settings (Stereo, Fade, and FPS) to save prope...

github.com/OpenNBS/NoteBlockStudio - 2a88daf032aac4a7ec31914834d811db157ae20e authored over 5 years ago by ShinkoNet <[email protected]>
Added warning when opening older NBS format versions

Now building with Runtime v2.2.3.341 on latest GameMaker version

github.com/OpenNBS/NoteBlockStudio - db103ae8b3e8e4e88154293c7fae84474c2ce44e authored over 5 years ago by ShinkoNet <[email protected]>
Revert "NBS 2 Format 2 (Native Stereo) Support"

This reverts commit 66ebe7205d411058bf8c07ae3fd8eba8418490fb.

Not Correct

github.com/OpenNBS/NoteBlockStudio - ec4de4af4bb6c58a76964bfda8e3f713f97dc59d authored over 5 years ago by ShinkoNet <[email protected]>
NBS 2 Format 2 (Native Stereo) Support

It will upgrade 3.4.0's nbt version to the current.

github.com/OpenNBS/NoteBlockStudio - 66ebe7205d411058bf8c07ae3fd8eba8418490fb authored over 5 years ago by ShinkoNet <[email protected]>
Merge pull request #46 from PF94/patch-1

A very, very, minor spelling fix

github.com/OpenNBS/NoteBlockStudio - baf98ff8090f46a84433b6e42985a3b5a3442d22 authored over 5 years ago by ShinkoNet <[email protected]>
A very, very, minor spelling fix

I don't fell that's going to be useful but why not?

github.com/OpenNBS/NoteBlockStudio - afaa49c2ce21451987dc52e1381377f511702d3b authored over 5 years ago by PF94 <[email protected]>
Merge pull request #36 from ShinkoNet/master

Datapack, performance and theme improvements.

github.com/OpenNBS/NoteBlockStudio - 2d2703c64db177722b7d9fc46cd6414d0e4abb8d authored over 5 years ago by Hielke <[email protected]>
fix issue with loading older nbs file versions

github.com/OpenNBS/NoteBlockStudio - fbc2af0f7397b5243b50debab45aac78e7c7c836 authored over 5 years ago by ShinkoNet <[email protected]>
Add support for custom instruments in datapack export

This also stops a crash where the datapack exporter will not be able to export a song if it used...

github.com/OpenNBS/NoteBlockStudio - ea51c3f464a8344705f453451831735d8b380275 authored over 5 years ago by ShinkoNet <[email protected]>
Extended Custom Instrument Limit from 9 to 18

Added new sprites/icons for these instruments, and modified current custom instrument sprites.

github.com/OpenNBS/NoteBlockStudio - 0d1fd0fa3c03707edc38b1155a3a57f57216dbc2 authored over 5 years ago by ShinkoNet <[email protected]>
Merge branch 'master' of https://github.com/ShinkoNet/OpenNoteBlockStudio

github.com/OpenNBS/NoteBlockStudio - 2d7b53c320b3dd3758e15fe427f8ca4aee5de500 authored over 5 years ago by ShinkoNet <[email protected]>
Extend tempo limit from 20 to 30

For mods like tickratechanger, the tempo can go higher than 20. Programs could read the NBS file...

github.com/OpenNBS/NoteBlockStudio - 3d1901d1cf8dd8cb58b69bd85c51ae854b4a480b authored over 5 years ago by ShinkoNet <[email protected]>
Preference display fix

github.com/OpenNBS/NoteBlockStudio - bd04e059d619c53e1f6a23c2788b331fa48f998d authored over 5 years ago by ShinkoNet <[email protected]>
Merge branch 'master' of https://github.com/ShinkoNet/OpenNoteBlockStudio

github.com/OpenNBS/NoteBlockStudio - fc86a876125e081483ac0eb50ec2e0c006d119b4 authored over 5 years ago by ShinkoNet <[email protected]>
Note Block Display Improvements

Added alternative spriting in dark mode (easier to differentiate instruments), and added the opt...

github.com/OpenNBS/NoteBlockStudio - e2924b32b4eb5ded63ebdf2e6e5658d6ced590c0 authored over 5 years ago by ShinkoNet <[email protected]>
Fix preferences's 'playing' area header being too small

github.com/OpenNBS/NoteBlockStudio - 29345e4ff55dd3ff2c14535a153bb7bccd1836dd authored over 5 years ago by ShinkoNet <[email protected]>
Add Stereo Slider Sprite

github.com/OpenNBS/NoteBlockStudio - c2d8cf163444599684acab72ca1e48276c4aec44 authored over 5 years ago by ShinkoNet <[email protected]>
Add Stereo Support, Add 60FPS Support

github.com/OpenNBS/NoteBlockStudio - a5fc47ac75fec1512da07b883bef5be5c6fec05d authored over 5 years ago by ShinkoNet <[email protected]>