Skip to content

Commit

Permalink
PDF Guide: Complete Rewrite part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
chmaha committed Jan 7, 2024
1 parent 8ea7655 commit a3981c1
Showing 1 changed file with 74 additions and 5 deletions.
79 changes: 74 additions & 5 deletions PDF_Guide/ReaClassical User Guide.lyx
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,74 @@ literal "false"

\end_layout

\begin_layout Section
Tools and Languages
\end_layout

\begin_layout Standard
ReaClassical functions are coded using
\begin_inset CommandInset href
LatexCommand href
name "Lua"
target "https://www.lua.org/"
literal "false"

\end_inset

.
The installers for MacOS and Linux are shell scripts.
The Windows installers are coded in
\begin_inset CommandInset href
LatexCommand href
name "Go"
target "https://go.dev/"
literal "false"

\end_inset

.
The ReaClassical website uses
\begin_inset CommandInset href
LatexCommand href
name "Skeleton"
target "http://getskeleton.com/"
literal "false"

\end_inset

.
All coding is done either in REAPER's ReaScript Development Environment,
vscode or gedit on Linux.
The manual is written in \SpecialChar LyX
with the covers designed in LibreOffice Draw.
The ReaClassical splashscreen and banner are created in GIMP.
\end_layout

\begin_layout Section
Versioning Style
\end_layout

\begin_layout Standard
ReaClassical currently uses YY.MINOR.MICRO versioning (e.g.
24.2.1) which is a sort of hybrid between SemVer and CalVer styles.
The short year acts as the major version with minor numbers increasing
for new features and the micro number increasing for smaller changes such
as bugfixes.
At the very least the short year gives a sense of how recent the ReaClassical
version is.
Another popular piece of software that uses the same versioning style is

\begin_inset CommandInset href
LatexCommand href
name "pip"
target "https://pip.pypa.io/en/stable/news/"
literal "false"

\end_inset

.
\end_layout

\begin_layout Section
Changelog
\end_layout
Expand Down Expand Up @@ -3349,10 +3417,11 @@ Closing Thoughts
\begin_layout Standard
\noindent
\align left
I hope you enjoy the ability to do serious classical editing on REAPER and
that my efforts go some way to making things better, easier and more efficient.
If you find any oddities with the scripts, please add your thoughts to
the
I hope you enjoy the ability to do serious classical editing with ReaClassical
on REAPER and that my efforts go some way to making things better, easier
and more efficient.
Remember that if you find any oddities with the scripts or have a bright
idea for something new and shiny, please add your thoughts to the
\begin_inset CommandInset href
LatexCommand href
name "dedicated thread"
Expand All @@ -3370,7 +3439,7 @@ target "https://github.com/chmaha/ReaClassical"
\end_inset

.
I’m very happy to hear about potential improvements/additions.

\end_layout

\begin_layout Standard
Expand Down

0 comments on commit a3981c1

Please sign in to comment.