From eb37d8123d1d2643b637d1ac6ae598c562da594a Mon Sep 17 00:00:00 2001 From: Veikko Sariola Date: Mon, 2 Nov 2020 21:37:22 +0200 Subject: [PATCH] Change include path in CMake file to point to include/ instead of include/sointu/ --- CMakeLists.txt | 2 +- .../sointu/{opcodes => }/arithmetic_footer.inc | 0 .../sointu/{opcodes => }/arithmetic_header.inc | 0 include/sointu/{opcodes => }/effects_footer.inc | 0 include/sointu/{opcodes => }/effects_header.inc | 0 .../sointu/{opcodes => }/flowcontrol_footer.inc | 0 .../sointu/{opcodes => }/flowcontrol_header.inc | 0 include/sointu/{sointu_footer.inc => footer.inc} | 16 ++++++++-------- include/sointu/{sointu_header.inc => header.inc} | 10 +++++----- include/sointu/{opcodes => }/sinks_footer.inc | 0 include/sointu/{opcodes => }/sinks_header.inc | 0 include/sointu/{opcodes => }/sources_footer.inc | 0 include/sointu/{opcodes => }/sources_header.inc | 0 render.asm | 4 ++-- tests/test_add.asm | 4 ++-- tests/test_add_stereo.asm | 4 ++-- tests/test_addp.asm | 4 ++-- tests/test_addp_stereo.asm | 4 ++-- tests/test_aux.asm | 4 ++-- tests/test_aux_stereo.asm | 4 ++-- tests/test_chords.asm | 4 ++-- tests/test_clip.asm | 4 ++-- tests/test_clip_stereo.asm | 4 ++-- tests/test_compressor.asm | 4 ++-- tests/test_compressor_stereo.asm | 4 ++-- tests/test_crush.asm | 4 ++-- tests/test_crush_stereo.asm | 4 ++-- tests/test_delay.asm | 4 ++-- tests/test_delay_dampmod.asm | 4 ++-- tests/test_delay_drymod.asm | 4 ++-- tests/test_delay_feedbackmod.asm | 4 ++-- tests/test_delay_flanger.asm | 4 ++-- tests/test_delay_notetracking.asm | 4 ++-- tests/test_delay_pregainmod.asm | 4 ++-- tests/test_delay_reverb.asm | 4 ++-- tests/test_delay_stereo.asm | 4 ++-- tests/test_distort.asm | 4 ++-- tests/test_distort_mod.asm | 4 ++-- tests/test_distort_stereo.asm | 4 ++-- tests/test_envelope.asm | 4 ++-- tests/test_envelope_mod.asm | 4 ++-- tests/test_envelope_stereo.asm | 4 ++-- tests/test_filter_band.asm | 4 ++-- tests/test_filter_freqmod.asm | 4 ++-- tests/test_filter_high.asm | 4 ++-- tests/test_filter_low.asm | 4 ++-- tests/test_filter_peak.asm | 4 ++-- tests/test_filter_resmod.asm | 4 ++-- tests/test_filter_stereo.asm | 4 ++-- tests/test_gain.asm | 4 ++-- tests/test_gain_stereo.asm | 4 ++-- tests/test_hold.asm | 4 ++-- tests/test_hold_mod.asm | 4 ++-- tests/test_hold_stereo.asm | 4 ++-- tests/test_in.asm | 4 ++-- tests/test_in_stereo.asm | 4 ++-- tests/test_invgain.asm | 4 ++-- tests/test_invgain_stereo.asm | 4 ++-- tests/test_loadnote.asm | 4 ++-- tests/test_loadnote_stereo.asm | 4 ++-- tests/test_loadval.asm | 4 ++-- tests/test_loadval_stereo.asm | 4 ++-- tests/test_mul.asm | 4 ++-- tests/test_mul_stereo.asm | 4 ++-- tests/test_mulp.asm | 4 ++-- tests/test_mulp_stereo.asm | 4 ++-- tests/test_multiple_instruments.asm | 4 ++-- tests/test_noise.asm | 4 ++-- tests/test_noise_stereo.asm | 4 ++-- tests/test_oscillat_colormod.asm | 4 ++-- tests/test_oscillat_detunemod.asm | 4 ++-- tests/test_oscillat_gainmod.asm | 4 ++-- tests/test_oscillat_gate.asm | 4 ++-- tests/test_oscillat_lfo.asm | 4 ++-- tests/test_oscillat_phasemod.asm | 4 ++-- tests/test_oscillat_pulse.asm | 4 ++-- tests/test_oscillat_sample.asm | 4 ++-- tests/test_oscillat_sample_stereo.asm | 4 ++-- tests/test_oscillat_shapemod.asm | 4 ++-- tests/test_oscillat_sine.asm | 4 ++-- tests/test_oscillat_stereo.asm | 4 ++-- tests/test_oscillat_transposemod.asm | 4 ++-- tests/test_oscillat_trisaw.asm | 4 ++-- tests/test_oscillat_unison.asm | 4 ++-- tests/test_oscillat_unison_stereo.asm | 4 ++-- tests/test_outaux.asm | 4 ++-- tests/test_outaux_stereo.asm | 4 ++-- tests/test_panning.asm | 4 ++-- tests/test_panning_stereo.asm | 4 ++-- tests/test_polyphony.asm | 4 ++-- tests/test_pop.asm | 4 ++-- tests/test_pop_stereo.asm | 4 ++-- tests/test_push.asm | 4 ++-- tests/test_push_stereo.asm | 4 ++-- tests/test_receive.asm | 4 ++-- tests/test_receive_stereo.asm | 4 ++-- tests/test_render_samples.c | 2 +- tests/test_render_samples_api.c | 2 +- tests/test_send.asm | 4 ++-- tests/test_send_global.asm | 4 ++-- tests/test_send_stereo.asm | 4 ++-- tests/test_speed.asm | 4 ++-- tests/test_xch.asm | 4 ++-- tests/test_xch_stereo.asm | 4 ++-- 104 files changed, 194 insertions(+), 194 deletions(-) rename include/sointu/{opcodes => }/arithmetic_footer.inc (100%) rename include/sointu/{opcodes => }/arithmetic_header.inc (100%) rename include/sointu/{opcodes => }/effects_footer.inc (100%) rename include/sointu/{opcodes => }/effects_header.inc (100%) rename include/sointu/{opcodes => }/flowcontrol_footer.inc (100%) rename include/sointu/{opcodes => }/flowcontrol_header.inc (100%) rename include/sointu/{sointu_footer.inc => footer.inc} (98%) rename include/sointu/{sointu_header.inc => header.inc} (97%) rename include/sointu/{opcodes => }/sinks_footer.inc (100%) rename include/sointu/{opcodes => }/sinks_header.inc (100%) rename include/sointu/{opcodes => }/sources_footer.inc (100%) rename include/sointu/{opcodes => }/sources_header.inc (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70d348e..779ad19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ set(CMAKE_ASM_NASM_COMPILE_OBJECT " #include #include -#include "sointu.h" +#include #if UINTPTR_MAX == 0xffffffff // are we 32-bit? #if defined(__clang__) || defined(__GNUC__) diff --git a/tests/test_render_samples_api.c b/tests/test_render_samples_api.c index 86658f7..9a5f382 100644 --- a/tests/test_render_samples_api.c +++ b/tests/test_render_samples_api.c @@ -2,7 +2,7 @@ #include #include #include -#include +#include #define BPM 100 #define SAMPLE_RATE 44100 diff --git a/tests/test_send.asm b/tests/test_send.asm index 802c1f4..49378a9 100644 --- a/tests/test_send.asm +++ b/tests/test_send.asm @@ -1,6 +1,6 @@ %define BPM 100 -%include "sointu_header.inc" +%include "sointu/header.inc" BEGIN_PATTERNS PATTERN 64, HLD, HLD, HLD, HLD, HLD, HLD, HLD, 0, 0, 0, 0, 0, 0, 0, 0 @@ -23,4 +23,4 @@ BEGIN_PATCH END_INSTRUMENT END_PATCH -%include "sointu_footer.inc" +%include "sointu/footer.inc" diff --git a/tests/test_send_global.asm b/tests/test_send_global.asm index 9c0c23d..e04fdde 100644 --- a/tests/test_send_global.asm +++ b/tests/test_send_global.asm @@ -1,6 +1,6 @@ %define BPM 100 -%include "sointu_header.inc" +%include "sointu/header.inc" BEGIN_PATTERNS PATTERN 64, HLD, HLD, HLD, HLD, HLD, HLD, HLD, 0, 0, 0, 0, 0, 0, 0, 0 @@ -27,4 +27,4 @@ BEGIN_PATCH END_INSTRUMENT END_PATCH -%include "sointu_footer.inc" +%include "sointu/footer.inc" diff --git a/tests/test_send_stereo.asm b/tests/test_send_stereo.asm index fc89f25..1ae0495 100644 --- a/tests/test_send_stereo.asm +++ b/tests/test_send_stereo.asm @@ -1,6 +1,6 @@ %define BPM 100 -%include "sointu_header.inc" +%include "sointu/header.inc" BEGIN_PATTERNS PATTERN 64, HLD, HLD, HLD, HLD, HLD, HLD, HLD, 0, 0, 0, 0, 0, 0, 0, 0 @@ -23,4 +23,4 @@ BEGIN_PATCH END_INSTRUMENT END_PATCH -%include "sointu_footer.inc" +%include "sointu/footer.inc" diff --git a/tests/test_speed.asm b/tests/test_speed.asm index 910b50d..5f88c60 100644 --- a/tests/test_speed.asm +++ b/tests/test_speed.asm @@ -1,6 +1,6 @@ %define BPM 100 -%include "sointu_header.inc" +%include "sointu/header.inc" ; warning: crashes ahead. Now that the bpm could be changed and even modulated by other ; signals, there is no easy way to figure out how many ticks your song is. Either @@ -33,4 +33,4 @@ BEGIN_PATCH END_INSTRUMENT END_PATCH -%include "sointu_footer.inc" +%include "sointu/footer.inc" diff --git a/tests/test_xch.asm b/tests/test_xch.asm index 44905ea..c8803c4 100644 --- a/tests/test_xch.asm +++ b/tests/test_xch.asm @@ -1,6 +1,6 @@ %define BPM 100 -%include "sointu_header.inc" +%include "sointu/header.inc" BEGIN_PATTERNS PATTERN 64, HLD, HLD, HLD, HLD, HLD, HLD, HLD, 0, 0, 0, 0, 0, 0, 0, 0 @@ -19,4 +19,4 @@ BEGIN_PATCH END_INSTRUMENT END_PATCH -%include "sointu_footer.inc" +%include "sointu/footer.inc" diff --git a/tests/test_xch_stereo.asm b/tests/test_xch_stereo.asm index e2ca928..b835845 100644 --- a/tests/test_xch_stereo.asm +++ b/tests/test_xch_stereo.asm @@ -1,6 +1,6 @@ %define BPM 100 -%include "sointu_header.inc" +%include "sointu/header.inc" BEGIN_PATTERNS PATTERN 64, HLD, HLD, HLD, HLD, HLD, HLD, HLD, 0, 0, 0, 0, 0, 0, 0, 0 @@ -23,4 +23,4 @@ BEGIN_PATCH END_INSTRUMENT END_PATCH -%include "sointu_footer.inc" +%include "sointu/footer.inc"