Skip to content

Commit

Permalink
v2.6.0: added monitoring section
Browse files Browse the repository at this point in the history
* dim, mute and stereo flip buttons

* thicker peak marks on continuous meter
  • Loading branch information
mzuther committed Sep 9, 2016
1 parent 55e8fd4 commit f6af3a9
Show file tree
Hide file tree
Showing 16 changed files with 69 additions and 17 deletions.
6 changes: 3 additions & 3 deletions JuceLibraryCode/AppConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -358,13 +358,13 @@
#define JucePlugin_EditorRequiresKeyboardFocus 0
#endif
#ifndef JucePlugin_Version
#define JucePlugin_Version 2.5.1
#define JucePlugin_Version 2.6.0
#endif
#ifndef JucePlugin_VersionCode
#define JucePlugin_VersionCode 0x20501
#define JucePlugin_VersionCode 0x20600
#endif
#ifndef JucePlugin_VersionString
#define JucePlugin_VersionString "2.5.1"
#define JucePlugin_VersionString "2.6.0"
#endif
#ifndef JucePlugin_VSTUniqueID
#define JucePlugin_VSTUniqueID JucePlugin_PluginCode
Expand Down
4 changes: 2 additions & 2 deletions JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
namespace ProjectInfo
{
const char* const projectName = "K-Meter";
const char* const versionString = "2.5.1";
const int versionNumber = 0x20501;
const char* const versionString = "2.6.0";
const int versionNumber = 0x20600;
}
#endif

Expand Down
2 changes: 1 addition & 1 deletion K-Meter.jucer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="LEmwq6" name="K-Meter" projectType="audioplug" version="2.5.1"
<JUCERPROJECT id="LEmwq6" name="K-Meter" projectType="audioplug" version="2.6.0"
bundleIdentifier="de.mzuther.KMeter" buildVST="1" buildRTAS="0"
buildAU="0" pluginName="K-Meter" pluginDesc="Implementation of a K-System meter according to Bob Katz' specifications"
pluginManufacturer="Martin Zuther" pluginManufacturerCode="MZut"
Expand Down
2 changes: 1 addition & 1 deletion bin/package_releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#
# ----------------------------------------------------------------------------

version="2.5.0"
version="2.6.0"

executable_dir="final"
include_dir="kmeter"
Expand Down
9 changes: 9 additions & 0 deletions doc/HISTORY
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Git HEAD
========

v2.6.0 (2016-09-09)
===================

* added small monitoring section (dim, mute and stereo flip)

* thicker peak marks on continuous meter



v2.5.0 (2016-08-27)
===================

Expand Down
Binary file added doc/include/images/button_dim_off.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/include/images/button_dim_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/include/images/button_flip_off.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/include/images/button_flip_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/include/images/button_mute_off.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/include/images/button_mute_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/include/images/kmeter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/include/images/kmeter_normal_scale.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/include/images/level_meter_itu_continuous.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/kmeter.pdf
Binary file not shown.
63 changes: 53 additions & 10 deletions doc/kmeter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,49 @@ \section{Magnify meters}

\newpage %% layout

\section{Mono mode}
\section{Monitoring section}

\subsection{Dim outputs}

\begin{wrapfigure}{r}{0.14\linewidth}
\includegraphics[scale=\screenshotscale,clip]{include/images/button_dim_on.png}
\newline \vspace{-0.9\baselineskip}
\includegraphics[scale=\screenshotscale,clip]{include/images/button_dim_off.png}
\end{wrapfigure}

Clicking on this button attenuates K-Meter's output level by
\SI{-20}{\dB}. Click again to restore the original loudness.

\subsection{Mute outputs}

\begin{wrapfigure}{r}{0.14\linewidth}
\includegraphics[scale=\screenshotscale,clip]{include/images/button_mute_on.png}
\newline \vspace{-0.9\baselineskip}
\includegraphics[scale=\screenshotscale,clip]{include/images/button_mute_off.png}
\end{wrapfigure}

Clicking on this button mutes K-Meter's outputs. Click again to
restore the output signal. Simple enough \dots

\subsection{Stereo flip}

\begin{wrapfigure}{r}{0.14\linewidth}
\includegraphics[scale=\screenshotscale,clip]{include/images/button_flip_on.png}
\newline \vspace{-0.9\baselineskip}
\includegraphics[scale=\screenshotscale,clip]{include/images/button_flip_off.png}
\end{wrapfigure}

Clicking this button will flip the left and right channels. This is
great to check if your ears or your room are playing any tricks on
you.

\emph{\underline{Note:} This button does not work in the surround
version yet. I have an idea how to implement it, but I can't test
it due to the lack of a surround system.}

\newpage %% layout

\subsection{Mono}

\begin{wrapfigure}{r}{0.14\linewidth}
\includegraphics[scale=\screenshotscale,clip]{include/images/button_mono_on.png}
Expand All @@ -240,12 +282,12 @@ \section{Mono mode}
\end{wrapfigure}

Click this button to easily check the mono compatibility of your
stereo mix or master. In \textbf{mono} mode, audio channels will be
down-mixed to mono and the meters will be linked.
stereo mix or master. The audio channels will be down-mixed to mono
and the meters will be linked.

If you insert the stereo plug-in into a mono channel strip,
\textbf{mono} mode will be selected and cannot be toggled. In the
surround version, the \textbf{mono} button is disabled.
\emph{\underline{Note:} If you insert the stereo plug-in into a mono
channel strip, the \textbf{mono} button will be selected and cannot
be toggled. In the surround version, this button is disabled.}

\section{Reset button}

Expand Down Expand Up @@ -694,10 +736,11 @@ \chapter{Final words}
thank \textbf{Tod Gentille} for creating the Mac binaries,
\textbf{bram@smartelectronix} for his code to calculate logarithmic
rise and fall times, and \textbf{Raiden} for working out the ITU-R
BS.1770-1 filter specifications. I must also thank the \textbf{beta
testers} and \textbf{users of K-Meter} for sending kind words,
suggestions and bug reports. Finally, I want to thank the
\textbf{open source community} for making all of this possible.
BS.1770-1 filter specifications. \textbf{David Tkaczuk} suggested
some great improvements. I must also thank the \textbf{beta testers}
and \textbf{users of K-Meter} for sending kind words, suggestions and
bug reports. Finally, I want to thank the \textbf{open source
community} for making all of this possible.

Although coding K-Meter has been a lot of fun, it has also been a lot
of work. So if you like K-Meter, why not send me a short email and
Expand Down

0 comments on commit f6af3a9

Please sign in to comment.