Skip to content

Commit

Permalink
Arashpartow/update exprtk 0.0.3 (BespokeSynth#1723)
Browse files Browse the repository at this point in the history
* Revert "Update the Mathematical Expression Toolkit Library or "exprtk" to the latest version. Resolves: BespokeSynth#1687. (BespokeSynth#1688)"

This reverts commit 91cc859.

* Update ExprTk to 0.0.3

Signed-off-by: Arash Partow <[email protected]>

---------

Signed-off-by: Arash Partow <[email protected]>

***NO_CI***
  • Loading branch information
ArashPartow authored Dec 17, 2024
1 parent db680c7 commit 6cfc2fb
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 46,074 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
[submodule "libs/readerwriterqueue"]
path = libs/readerwriterqueue
url = https://github.com/cameron314/readerwriterqueue.git
[submodule "libs/exprtk"]
path = libs/exprtk
url = https://github.com/ArashPartow/exprtk.git
branch = cmake
2 changes: 1 addition & 1 deletion Source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ else ()
endif ()

target_link_libraries(BespokeSynth PRIVATE
bespoke::exprtk
exprtk::exprtk
bespoke::freeverb
$<IF:$<STREQUAL:${BESPOKE_SYSTEM_JSONCPP},OFF>,bespoke::json,jsoncpp>
bespoke::leathers
Expand Down
2 changes: 1 addition & 1 deletion Source/ModulatorExpression.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "Slider.h"
#include "ClickButton.h"
#include "TextEntry.h"
#include "exprtk/exprtk.hpp"
#include "exprtk.hpp"

class ModulatorExpression : public IDrawableModule, public IFloatSliderListener, public ITextEntryListener, public IModulator
{
Expand Down
2 changes: 1 addition & 1 deletion Source/NoteExpressionRouter.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "IDrawableModule.h"
#include "INoteSource.h"
#include "TextEntry.h"
#include "exprtk/exprtk.hpp"
#include "exprtk.hpp"

class NoteExpressionRouter : public INoteReceiver, public INoteSource, public IDrawableModule, public ITextEntryListener
{
Expand Down
2 changes: 1 addition & 1 deletion Source/SynthGlobals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include "PatchCableSource.h"
#include "ChannelBuffer.h"
#include "IPulseReceiver.h"
#include "exprtk/exprtk.hpp"
#include "exprtk.hpp"
#include "UserPrefs.h"

#include "juce_audio_formats/juce_audio_formats.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/Waveshaper.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "Slider.h"
#include "ClickButton.h"
#include "TextEntry.h"
#include "exprtk/exprtk.hpp"
#include "exprtk.hpp"

class Waveshaper : public IAudioProcessor, public IDrawableModule, public IFloatSliderListener, public ITextEntryListener
{
Expand Down
1 change: 1 addition & 0 deletions libs/exprtk
Submodule exprtk added at ca58bb
3 changes: 0 additions & 3 deletions libs/exprtk/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 6cfc2fb

Please sign in to comment.