Skip to content

Commit

Permalink
Set version as 2.3.3 rc1
Browse files Browse the repository at this point in the history
Made corrections and updates to HTML user guide.
Updated /Util/ programs and notes.
Included BugFix from Hermann.
  • Loading branch information
abrolag committed Sep 18, 2024
1 parent 6b97f12 commit 251e6c5
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 574 deletions.
7 changes: 7 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
yoshimi 2.3.2 M

2024-9-18 Will
bn 2355
Set version as 2.3.3 rc1
Made corrections and updates to HTML user guide.
Updated /Util/ programs and notes.
Included BugFix from Hermann.

2024-9-16 Will
bn 2354
Added missing conversion for note time reporting
Expand Down
18 changes: 14 additions & 4 deletions Util/1stReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The following are utility programs and files that are outside the main Yoshimi build but can be run from a terminal window to add to, or modify some features.

The file 'ControlModel.svg' is the source file for the PDF version in dev_notes.
The file 'ControlModel.svg' is the source file for the PDF version in dev_notes. It is somewhat out of date!

MakeSplash.sh
Command:
Expand All @@ -17,7 +17,17 @@ midiListgen.cpp
This is a source file used to build a program that generates an HTML formatted list of MIDI note names, numbers and frequencies. It is highly accurate and was used to generate the list used in the guide.


switch_time.cpp
This is a source file used to test the behaviour of large switch statements. The difference is significant, and more noticeable on slower single core processors. Compiling with all optimisations on makes and even greater difference.
incBuildNumber.py
This is a python program that picks up the current build number, increments it and resaves it.

Updated to suppress compiler warnings.

updateGuideVersion.py
Thi is a python program that reads the current Yoshimi version details and extracts just the number, discarding any suffix, then embeds it in the HTML user guide. It does this in a manner that doesn't change the file size.


Three bash scripts in parent directory:
comp enters the build directory, compiles the code, then returns to the project directory.

run enters the build directory, runs the compiled code, then returns to the project directory.

set enters the Util directory, runs updateGuideVersion.py, then runs incBuildNumber.py, then enters the build directory, compiles the code and remains in the build directory.
File renamed without changes.
Loading

0 comments on commit 251e6c5

Please sign in to comment.