Skip to content

Commit

Permalink
create alias for compatibility; add bitwise unitg
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperNiCd committed Aug 8, 2021
1 parent 72a8c34 commit cae1041
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
testing/
release/
16 changes: 8 additions & 8 deletions Accents.cpp.swig
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@

#undef SWIGLUA

#include </home/joe/Accents/Accents/VoltageVault.h>
#include </home/joe/Accents/Accents/Maths.h>
#include </home/joe/Accents/Accents/PointsEG.h>
#include </home/joe/Accents/Accents/Bitwise.h>
#include </home/joe/Accents/VoltageVault.h>
#include </home/joe/Accents/Maths.h>
#include </home/joe/Accents/PointsEG.h>
#include </home/joe/Accents/Bitwise.h>


#define SWIGLUA

%}

%include </home/joe/Accents/Accents/VoltageVault.h>
%include </home/joe/Accents/Accents/Maths.h>
%include </home/joe/Accents/Accents/PointsEG.h>
%include </home/joe/Accents/Accents/Bitwise.h>
%include </home/joe/Accents/VoltageVault.h>
%include </home/joe/Accents/Maths.h>
%include </home/joe/Accents/PointsEG.h>
%include </home/joe/Accents/Bitwise.h>
2 changes: 1 addition & 1 deletion Bitwise.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define BUILDOPT_VERBOSE
#define BUILDOPT_DEBUG_LEVEL 10

#include </home/joe/Accents/Accents/Bitwise.h>
#include </home/joe/Accents/Bitwise.h>
// #include <hal/simd.h>
#include <hal/ops.h>
#include <od/config.h>
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@

# Override these defaults on the commandline:
PKGNAME ?= Accents
PKGVERSION ?= 0.6.04
PKGVERSION ?= 0.6.14
LIBNAME ?= libAccents
ARCH ?= linux
PROFILE ?= testing
SDKPATH ?= ../../er-301
SDKPATH ?= ../er-301

# Describe your files to this makefile:
headers = VoltageVault.h Maths.h PointsEG.h Bitwise.h
Expand Down
2 changes: 1 addition & 1 deletion Maths.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define BUILDOPT_VERBOSE
#define BUILDOPT_DEBUG_LEVEL 10

#include </home/joe/Accents/Accents/Maths.h>
#include </home/joe/Accents/Maths.h>
// #include <hal/simd.h>
#include <hal/ops.h>
#include <od/config.h>
Expand Down
2 changes: 1 addition & 1 deletion PointsEG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// #define BUILDOPT_DEBUG_LEVEL 10

#include <od/constants.h>
#include </home/joe/Accents/Accents/PointsEG.h>
#include </home/joe/Accents/PointsEG.h>
#include <od/config.h>
#include <hal/ops.h>
#include <hal/log.h>
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Accents v0.6.02
# Accents v0.6.14

Minimum required firmware v0.6.03
Minimum required firmware v0.6.14

See changelog.log for detailed changes in each versoin.

Expand Down Expand Up @@ -36,6 +36,7 @@ This repo contains units for the Orthogonal Devices ER-301 Sound Computer. It c
* Phaser
* XFade
* Amie (Amplitude modulation synth)
* Bitwise

For more details and discussion about these units, please visit:

Expand Down
2 changes: 1 addition & 1 deletion VoltageVault.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define BUILDOPT_VERBOSE
#define BUILDOPT_DEBUG_LEVEL 10

#include </home/joe/Accents/Accents/VoltageVault.h>
#include </home/joe/Accents/VoltageVault.h>
#include <hal/ops.h>
#include <hal/simd.h>
#include <hal/ops.h>
Expand Down
1 change: 1 addition & 0 deletions toc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ local units = {
return {
title = "Accents",
name = "accents",
aliases = {"accents", "Accents"}
keyword = "accents",
author = "Joe",
units = units
Expand Down

0 comments on commit cae1041

Please sign in to comment.