Skip to content

Commit

Permalink
doc corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
abrolag committed Dec 6, 2021
1 parent dff54e0 commit cf503bd
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 1,433 deletions.
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
yoshimi 2.1.2 M

2021-12-6 Will
* doc corrections.

2021-12-4 Will
In CMakeLists.txt:
* added (disabled) option to compile with Clang.
Expand Down
2 changes: 0 additions & 2 deletions Util/1stReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ sh <path>MakeSplash.sh <imagefile>

This converts any .svg or .png image to a hex dump and embeds it in the Yoshimi source so that on the next 'make' it will become the new splash screen. SVGs are preferred as they can be easily editied.

The file 'splashdefault.png' is the oldest released screen - it was created before SVG capability was available, and 'splashreference.svg' is the slightly modifed form of one created by Jesper that can be used as a template and is the current one.

You will need to give the full filepath for both "MakeSplash.sh" and your image file.


Expand Down
9 changes: 0 additions & 9 deletions Util/YoshimiSplash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Util/splashdefault.png
Binary file not shown.
1,419 changes: 0 additions & 1,419 deletions Util/splashreference.svg

This file was deleted.

Binary file modified doc/Histories.tar.bz2
Binary file not shown.
10 changes: 8 additions & 2 deletions doc/yoshimi_user_guide/miscellany.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ <h3 style="text-align: center">Instruments added/changed since Yoshimi V1.7.1</h
</div>
<br>
<b>V 2.0</b><br>
At this time a major revision was done to ensure all default instruments had internal names that matched the filenames. This had been causing a lot of confusion. Also, where possible the instrument 'type' field was corrected on many of these, or added if it was missing. There are still some undefined as it was impossible to guess the intention of the designer.
<br><br>
At this time a major revision was done to ensure all default instruments had internal names that matched the filenames. This had been causing a lot of confusion. Also, where possible the instrument 'type' field was corrected on many of these, or added if it was missing. There are still some undefined as it was impossible to guess the intention of the designer.<br><br>
<b>V 2.0.2</b><br>
Will Godfrey Companion
<div class="tab">
Pad Chimes
</div>
<br>
<b>V 2.1.0</b><br>
Will Godfrey Companion
<div class="tab">
Expand All @@ -36,6 +41,7 @@ <h3 style="text-align: center">Instruments added/changed since Yoshimi V1.7.1</h
Sharp Sweep Multi<br>
Surf
</div>
<br>
<b>V 2.1.2</b><br>
Drums
<div class="tab">
Expand Down
2 changes: 1 addition & 1 deletion src/Misc/ConfBuild.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
ConfBuild.h
*/

#define BUILD_NUMBER 2075
#define BUILD_NUMBER 2076

0 comments on commit cf503bd

Please sign in to comment.