Skip to content
Merged

3.8.1 #219

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
069b541
Add cow_bell_1 sound
FluxCapacitor2 Jul 15, 2020
9b7542b
Re-add pack.png and pack.mcmeta and add subtitle to click_1
FluxCapacitor2 Jul 15, 2020
446349c
Fix the pitch to be up 2 octaves instead of 1
FluxCapacitor2 Jul 15, 2020
be7fbea
Merge pull request #172 from FluxCapacitor2/master
Bentroen Jul 17, 2020
1d96f5e
Update project to GameMaker 2.3
Bentroen Aug 30, 2020
5ea0c1e
Merge branch 'gm-2.3' into development
Bentroen Aug 31, 2020
3f7b4b2
Remove unnecessary project folders
Bentroen Aug 31, 2020
754e9e0
Update converted project with the most recent changes
Bentroen Aug 31, 2020
f58c9ea
Rename project file back to original name
Bentroen Aug 31, 2020
02b1e5a
Fix missing instrument warning asking for instruments with empty file…
Bentroen Aug 31, 2020
18c568a
Remove limit on number of custom instruments
Bentroen Aug 31, 2020
4a3757e
Update sprites to dynamically add numbers to custom instrument icons
Bentroen Aug 31, 2020
8260e4f
Update Minecraft Note Block Studio.yyp
Bentroen Sep 1, 2020
f806478
Shift colors on custom instrument icons
Bentroen Sep 1, 2020
3fd7e0f
Add color shifting to note block instrument icons
Bentroen Sep 1, 2020
db78b87
Tweak colors of custom instrument icons; add drop shadow to numbers
Bentroen Sep 1, 2020
ade8402
Update Minecraft Note Block Studio.yyp
Bentroen Sep 1, 2020
3d59226
Fix repeated trigger of instrument icons on mouse button hold
Bentroen Sep 2, 2020
58980e6
Improve readability on code for triggering instrument buttons
Bentroen Sep 2, 2020
cead3ed
Change instruments displayed on collapsed row depending on current one
Bentroen Sep 2, 2020
28faf8a
Auto-rename custom instruments with default name based on filename
Bentroen Sep 2, 2020
e74005a
Fix overflow on instrument box when a custom instrument is deleted
Bentroen Sep 2, 2020
fbdf0a6
Remove note blocks with a custom instrument prior to deleting it
Bentroen Sep 2, 2020
90a0fbe
Add confirmation dialog when deleting an instrument used in the song
Bentroen Sep 2, 2020
13a7189
Fix menu bar using wrong color with layer boxes disabled
Bentroen Sep 2, 2020
874e3e9
Fix MIDI input placing note blocks with velocity higher than 100
Bentroen Sep 4, 2020
2abe646
Allow muting and disabling individual MIDI devices
Bentroen Sep 4, 2020
86f6811
Fix instrument menu placing horizontal bar after every custom instrument
Bentroen Sep 4, 2020
c586da4
Fix indentation and formatting on MIDI input code
Bentroen Sep 4, 2020
18f7eb0
Add 'pick block' function with the middle mouse button
Bentroen Sep 4, 2020
c05093e
Fix first layer name having the wrong color
Bentroen Sep 4, 2020
9860b79
Move 'remove instrument' function to a separate script
Bentroen Sep 10, 2020
768b716
Move 'instrument change' function to a separate script
Bentroen Sep 10, 2020
41dbebe
Move some stuff back to instrument window script
Bentroen Sep 11, 2020
ab86aa2
Allow changing the order of custom instruments
Bentroen Sep 11, 2020
2db322b
Prevent selected row from clearing when clicking on locked buttons
Bentroen Sep 11, 2020
d741bb6
Change index of instruments in song when swapping instruments
Bentroen Sep 11, 2020
0500fa3
Fix indentation
Bentroen Sep 11, 2020
507a030
Reset subsequent text boxes after removing a custom instrument
Bentroen Sep 11, 2020
8c5b02e
Update bundled packs to version 6 + Fix filename inconsistencies
Bentroen Sep 11, 2020
89abf31
Fix wrong size container box in 'Song properties' with Aqua theme
Bentroen Sep 11, 2020
33e89ce
Move custom instrument icon drawing code to a separate script
Bentroen Sep 13, 2020
2c9d95f
Properly draw custom instrument icons in 'Song stats'
Bentroen Sep 13, 2020
3d3951c
Remember 'Press' setting for default instruments
Bentroen Sep 13, 2020
8bdc42e
Add submenus for selecting custom instruments to right-click menu
Bentroen Oct 20, 2020
a95fb63
Add submenus for selecting custom instruments to Settings menu
Bentroen Oct 20, 2020
756350f
Add submenus for selecting custom instruments to Edit menu
Bentroen Oct 21, 2020
0a7bf92
Allow loading custom sound files from subfolders of the Sounds folder
Bentroen Oct 22, 2020
fa170bf
Fix only first backslash being replaced in sound file name
Bentroen Oct 22, 2020
87099d7
Fix bugs with text box IDs & make room for custom instruments
Bentroen Oct 22, 2020
74cece0
Reassign IDs of text boxes to account for custom instruments
Bentroen Oct 22, 2020
f0f76ff
Fix indentation
Bentroen Oct 22, 2020
e323e58
Set default 'Press' setting to true for all melodic instruments
Bentroen Oct 22, 2020
c86ec53
MIDI import: implement double precision setting
Bentroen Nov 13, 2020
cae6d9e
MIDI import: add checkbox and setting for double precision
Bentroen Nov 13, 2020
9852ff8
MIDI import: tweak default settings for best results
Bentroen Nov 13, 2020
cc91376
Save settings to disk immediately when there are changes
Bentroen Nov 13, 2020
deb9d02
Temporarily disable auto-recovery to prevent data losses
Bentroen Nov 13, 2020
7105be2
Save settings to disk on recent song list update
Bentroen Nov 13, 2020
ce525b0
Add option to pack custom sounds to a ZIP file
Bentroen Nov 13, 2020
32b26b9
Ensure currently selected instrument appears in the instrument row
Bentroen Dec 16, 2020
7a50ae9
Remove debug messages
Bentroen Dec 16, 2020
bf3b0fa
Update to IDE version 2.3.1.536
Bentroen Dec 16, 2020
b8a7a96
Update to IDE version 2.3.1.542
Bentroen Dec 29, 2020
2ccde8d
Reorder custom instrument sprites for better differentiation
Bentroen Dec 29, 2020
bec8645
Truncate start of custom sound filename to fit the textbox
Bentroen Dec 31, 2020
9aef45f
Add "Instruments" to the filename of exported instruments ZIP
Bentroen Dec 31, 2020
e239e0e
Change NBS version to 5 + Prevent saving in older ver when incompatible
Bentroen Dec 31, 2020
2d3a09e
Change label of "Pack to ZIP" button to "Export sounds"
Bentroen Dec 31, 2020
9a307b3
Update bundled songs to NBS v5 + Move custom instruments to sep. folder
Bentroen Dec 31, 2020
2212546
Update 'About' info with new Mojang brand/Text fixes
Bentroen Jan 1, 2021
3fedc24
Limit number of custom instruments to 240
Bentroen Jan 1, 2021
ee20570
Fix instrument text boxes clashing with layer names
Bentroen Jan 1, 2021
653b2ce
Fix hardcoded rule preventing editing most instrument name boxes
Bentroen Jan 1, 2021
ce403af
3.8.1
Bentroen Jan 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5,366 changes: 754 additions & 4,612 deletions Minecraft Note Block Studio.yyp

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions datafiles/Data/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
Changes in v3.8.1 (2020.12.31):
* Increased max number of custom instruments from 18 to 240.
* It's now possible to reorder custom instruments on the instrument settings.
* Unnamed custom instruments will now be renamed automatically based on
the name of the sound file.
* Custom sound files can now be stored in subfolders of the 'Sounds' folder.
* Added an option to pack all sound files in a song to a ZIP file.
* Reordered custom instrument colors for better visualization.
* The 'Press' setting is now saved for the default instruments.
* The 'Press' setting will now be on for all melodic instruments by default.
* Added a 'Pick block' command. Hover the mouse over a note and press the
middle mouse button to select its properties.
* Added an option to import MIDIs with double time precision.
* Tweaked the default settings on MIDI import to provide the best results.
* It's now possible to mute or disable individual MIDI devices.
* NBS version changed to 5.
* Bugfixes and improvements:
* Auto-recovery was disabled temporarily while a critical issue is
investigated.
* When collapsed, the instrument row in the top bar will change to display
the currently selected instrument.
* Custom instrument icons now have different colors and an improved font.
* Sound file names are now truncated to fit their text boxes.
* Custom sound files used in the demo songs are now in a separate folder.
* It won't be possible to save a song in a legacy version if it contains more
than 18 instruments.
* All settings are now saved to disk after closing each window, not only when
quitting the program.
* Recent songs are now saved to disk when the list is updated.
* Fixed wrong file names in the extra notes resource pack, causing missing
sounds.
* Fixed missing cow bell sound in the extra notes resource pack.
* Fixed missing subtitles in extra notes resource pack.
* Updated bundled resource packs to pack format 6 (compatible with Java
Edition 1.16+).
* Fixed missing sounds warning asking for instruments without a sound file
selected.
* Fixed a crash when deleting custom instruments still being used in the
song.
* Added a confirmation dialog when deleting an instrument still used in the
song.
* Fixed MIDI input placing note blocks with velocity higher than 100.
* Fixed first layer on the screen having the wrong color in the Dark theme.
* Fixed menu bar using wrong colors in dark theme.
* Fixed container box in 'Song properties' having the wrong size with the
Aqua theme.

Changes in v3.8.0 (2020.07.02):
* Massive performance improvements! Songs should now rarely slow down,
skip notes, or cut off when too many sounds are playing at once.
Expand Down
Binary file modified datafiles/Data/extranotes.zip
Binary file not shown.
Binary file modified datafiles/Data/instrumenttextures.zip
Binary file not shown.
Binary file modified datafiles/Songs/Megalovania - Super Smash Bros. Ultimate.nbs
Binary file not shown.
Binary file modified datafiles/Songs/The Ground's Colour Is Yellow.nbs
Binary file not shown.
19 changes: 0 additions & 19 deletions datafiles_yy/7za.exe.yy

This file was deleted.

19 changes: 0 additions & 19 deletions datafiles_yy/Data/Sounds/banjo.ogg.yy

This file was deleted.

19 changes: 0 additions & 19 deletions datafiles_yy/Data/Sounds/bdrum.ogg.yy

This file was deleted.

19 changes: 0 additions & 19 deletions datafiles_yy/Data/Sounds/bell.ogg.yy

This file was deleted.

19 changes: 0 additions & 19 deletions datafiles_yy/Data/Sounds/bit.ogg.yy

This file was deleted.

19 changes: 0 additions & 19 deletions datafiles_yy/Data/Sounds/block.portal.trigger.ogg.yy

This file was deleted.

19 changes: 0 additions & 19 deletions datafiles_yy/Data/Sounds/click.ogg.yy

This file was deleted.

19 changes: 0 additions & 19 deletions datafiles_yy/Data/Sounds/cow_bell.ogg.yy

This file was deleted.

19 changes: 0 additions & 19 deletions datafiles_yy/Data/Sounds/dbass.ogg.yy

This file was deleted.

19 changes: 0 additions & 19 deletions datafiles_yy/Data/Sounds/didgeridoo.ogg.yy

This file was deleted.

19 changes: 0 additions & 19 deletions datafiles_yy/Data/Sounds/entity.experience_orb.pickup.ogg.yy

This file was deleted.

19 changes: 0 additions & 19 deletions datafiles_yy/Data/Sounds/entity.firework.blast_far.ogg.yy

This file was deleted.

19 changes: 0 additions & 19 deletions datafiles_yy/Data/Sounds/flute.ogg.yy

This file was deleted.

19 changes: 0 additions & 19 deletions datafiles_yy/Data/Sounds/guitar.ogg.yy

This file was deleted.

19 changes: 0 additions & 19 deletions datafiles_yy/Data/Sounds/harp.ogg.yy

This file was deleted.

19 changes: 0 additions & 19 deletions datafiles_yy/Data/Sounds/icechime.ogg.yy

This file was deleted.

Loading