Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 9, 2024
1 parent f40a7bb commit 4533a68
Show file tree
Hide file tree
Showing 23 changed files with 33 additions and 36 deletions.
3 changes: 1 addition & 2 deletions src/plugins/score-plugin-fx/Fx/AngleNode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ struct Node
static const constexpr auto kind = Process::ProcessCategory::Mapping;
static const constexpr auto description = "Map the variation of an angle";
static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
= make_uuid("9b0e21ba-965a-4aa4-beeb-60cc5128c418");
static const constexpr auto uuid = make_uuid("9b0e21ba-965a-4aa4-beeb-60cc5128c418");

static const constexpr value_in value_ins[]{value_in{"in", false}};
static const constexpr value_out value_outs[]{"out"};
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-fx/Fx/Arpeggiator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct Node
static const constexpr auto tags = std::array<const char*, 0>{};
static const constexpr auto kind = Process::ProcessCategory::MidiEffect;
static const constexpr auto description = "Arpeggiator";
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("0b98c7cd-f831-468f-81e3-706d6a97d705");

static const constexpr midi_in midi_ins[]{"in"};
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-fx/Fx/Chord.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct Node
static const constexpr auto tags = std::array<const char*, 0>{};
static const constexpr auto kind = Process::ProcessCategory::Mapping;
static const constexpr auto description = "Generate a chord from a single note";
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("F0904279-EA26-48DB-B0DF-F68FE3091DA1");

static const constexpr midi_in midi_ins[]{"in"};
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-fx/Fx/ClassicalBeat.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct Node
static const constexpr auto description
= "A simple metronome - outputs a bang on the current tick";
static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("1c185139-04f9-492f-8b4a-000dd4428990");

static const constexpr value_out value_outs[]{"out"};
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-fx/Fx/DebugFx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct Node
static const constexpr auto tags = std::array<const char*, 0>{};
static const constexpr auto kind = Process::ProcessCategory::Other;
static const constexpr auto description = "Shows all the available widgets";
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("887507d3-8a56-4634-9ee3-a25d38050335");

static const constexpr value_in value_ins[]{"in1", "in2"};
Expand Down
6 changes: 3 additions & 3 deletions src/plugins/score-plugin-fx/Fx/EmptyMapping.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct Node
static const constexpr auto tags = std::array<const char*, 0>{};
static const constexpr auto kind = Process::ProcessCategory::Mapping;
static const constexpr auto description = "Copies its inputs to its outputs";
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("70B12B42-BB4B-4A13-861B-53C577601186");

static const constexpr value_in value_ins[]{"in"};
Expand Down Expand Up @@ -47,7 +47,7 @@ struct Node
static const constexpr auto kind = Process::ProcessCategory::Mapping;
static const constexpr auto description = "Copies its inputs to its outputs";
static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("2CE4F3F3-E04F-48CD-B81C-1F6537EC8CFA");

static const constexpr midi_in midi_ins[]{"in"};
Expand Down Expand Up @@ -78,7 +78,7 @@ struct Node
static const constexpr auto kind = Process::ProcessCategory::Mapping;
static const constexpr auto description = "Copies its inputs to its outputs";
static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("D074CC6C-D1CB-47F8-871D-CC949D8EEBEC");

static const constexpr audio_in audio_ins[]{"in"};
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-fx/Fx/Envelope.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct Node
static const constexpr auto description
= "Converts an audio signal into RMS and peak values";
static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("95F44151-13EF-4537-8189-0CC243341269");

static const constexpr audio_in audio_ins[]{"in"};
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-fx/Fx/FactorOracle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ struct Node
static const constexpr auto kind = Process::ProcessCategory::Mapping;
static const constexpr auto description = "Factor Oracle algorithm ."; // TODO cite
static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("d90284c0-4196-47e0-802d-7e07342029ec");

static const constexpr auto controls
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-fx/Fx/FactorOracle2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ struct Node
static const constexpr auto kind = Process::ProcessCategory::Mapping;
static const constexpr auto description = "Factor Oracle algorithm ."; // TODO cite
static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("66F1C352-C48F-40A2-9283-35C2CB376258");

static const constexpr auto controls
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-fx/Fx/FactorOracle2MIDI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ struct Node
static const constexpr auto kind = Process::ProcessCategory::Mapping;
static const constexpr auto description = "Factor Oracle algorithm ."; // TODO cite
static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("C87B5326-56C2-4489-8E08-AA9E1EF27359");

static const constexpr auto controls
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-fx/Fx/Gain.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct Node
static const constexpr auto tags = std::array<const char*, 0>{};
static const constexpr auto kind = Process::ProcessCategory::AudioEffect;
static const constexpr auto description = "A simple volume control";
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("6c158669-0f81-41c9-8cc6-45820dcda867");

static const constexpr auto controls
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/score-plugin-fx/Fx/LFO.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct Node
= Process::ProcessCategory::Generator | Process::ProcessCategory::Deprecated;
static const constexpr auto description = "Low-frequency oscillator";
static const constexpr double recommended_height = 130.;
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("0697b807-f588-49b5-926c-f97701edd0d8");

static const constexpr value_out value_outs[]{"out"};
Expand Down Expand Up @@ -242,7 +242,7 @@ struct Node
static const constexpr auto kind = Process::ProcessCategory::Generator;
static const constexpr auto description = "Low-frequency oscillator";
static const constexpr double recommended_height = 130.;
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("1e17e479-3513-44c8-a8a7-017be9f6ac8a");

static const constexpr value_out value_outs[]{"out"};
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-fx/Fx/Looper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct Node
static const constexpr auto tags = std::array<const char*, 0>{};
static const constexpr auto kind = Process::ProcessCategory::AudioEffect;
static const constexpr auto description = "Loop audio";
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("a0ad4227-ac3d-448b-a19b-19581ed4e2c6");
static const constexpr double recommended_height = 65;

Expand Down
4 changes: 2 additions & 2 deletions src/plugins/score-plugin-fx/Fx/MathGenerator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ struct Node
"Available variables: a,b,c, t (samples), dt (delta), pos (position "
"in parent)\n"
"See the documentation at http://www.partow.net/programming/exprtk";
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("d757bd0d-c0a1-4aec-bf72-945b722ab85b");

static const constexpr value_out value_outs[]{"out"};
Expand Down Expand Up @@ -220,7 +220,7 @@ struct Node
= "Generate an audio signal from a math expression.\n"
"Available variables: a,b,c, t (samples), fs (sampling frequency)\n"
"See the documentation at http://www.partow.net/programming/exprtk";
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("eae294b3-afeb-4fba-bbe4-337998d3748a");

static const constexpr audio_out audio_outs[]{"out"};
Expand Down
10 changes: 5 additions & 5 deletions src/plugins/score-plugin-fx/Fx/MathMapping.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ struct Node
"in parent), x (value)\n"
"See the documentation at http://www.partow.net/programming/exprtk";
static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("ae84e8b6-74ff-4259-aeeb-305d95cdfcab");

static const constexpr value_in value_ins[]{value_in{"in", false}};
Expand Down Expand Up @@ -531,7 +531,7 @@ struct Node
"\n"
"x (value), px (previous value)\n"
"See the documentation at http://www.partow.net/programming/exprtk";
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("13e1f4b0-1c2c-40e6-93ad-dfc91aac5335");

static const constexpr audio_in audio_ins[]{"in"};
Expand Down Expand Up @@ -702,7 +702,7 @@ struct Node
static const constexpr auto kind = Process::ProcessCategory::Mapping;
static const constexpr auto description = "Applies a math expression to an input.";
static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("25c64b87-a44a-4fed-9f60-0a48906fd3ec");

static const constexpr value_in value_ins[]{value_in{"in", false}};
Expand Down Expand Up @@ -790,7 +790,7 @@ struct Node
static const constexpr auto description
= "Applies a math expression to each member of an input.";
static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("cf3df02f-a563-4e92-a739-b321d3a84252");

static const constexpr value_out value_outs[]{"out"};
Expand Down Expand Up @@ -862,7 +862,7 @@ struct Node
static const constexpr auto description
= "Applies a math expression to each member of an input.";
static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("1fe9c806-b601-4ee0-9fbb-0ab817c4dd87");

static const constexpr value_in value_ins[]{value_in{"in", false}};
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-fx/Fx/Metro.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct Node
= "Metronome which is not synced to the parent quantization settings";

static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("50439197-521E-4ED0-A3B7-EDD8DEAEAC93");

static const constexpr value_out value_outs[]{"out"};
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/score-plugin-fx/Fx/MidiHiRes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct Input
static const constexpr auto kind = Process::ProcessCategory::MidiEffect;
static const constexpr auto description = "Creates a float from MSB/LSB CCs";
static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("28ca746e-c304-4ba6-bd5b-78934a1dec55");

static const constexpr value_in value_ins[]{{"msb", false}, {"lsb", false}};
Expand Down Expand Up @@ -60,7 +60,7 @@ struct Output
static const constexpr auto description
= "Creates MIDI LSB/MSB from a 0-16384 or 0-1 value";
static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("d6f5173b-b823-4571-b31f-660832b6132b");

static const constexpr value_in value_ins[]{"int", "float"};
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/score-plugin-fx/Fx/MidiUtil.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ struct Node
static const constexpr auto tags = std::array<const char*, 0>{};
static const constexpr auto kind = Process::ProcessCategory::MidiEffect;
static const constexpr auto description = "Maps a midi input to a given scale";
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("06b33b83-bb67-4f7a-9980-f5d66e4266c5");

static const constexpr midi_in midi_ins[]{"in"};
Expand Down Expand Up @@ -380,7 +380,7 @@ struct Node
static const constexpr auto kind = Process::ProcessCategory::MidiEffect;
static const constexpr auto description = "Extract a MIDI pitch";
static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("29ce484f-cb56-4501-af79-88768fa261c3");

static const constexpr midi_in midi_ins[]{"in"};
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-fx/Fx/Quantifier.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct Node
static const constexpr auto kind = Process::ProcessCategory::MidiEffect;
static const constexpr auto description = "Quantifies a MIDI input";
static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("b8e2e5ad-17e4-43de-8d79-660a29d5c4f4");

static const constexpr midi_in midi_ins[]{"in"};
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-fx/Fx/RateLimiter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct Node
static const constexpr auto kind = Process::ProcessCategory::Mapping;
static const constexpr auto description
= "Limit and quantize the rate of a value stream";
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("76cfd504-7c10-4bdb-a1b4-fbe449cc06f0");

static const constexpr auto controls = tuplet::make_tuple(
Expand Down
6 changes: 2 additions & 4 deletions src/plugins/score-plugin-fx/Fx/Smooth.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ struct Node
static const constexpr auto kind
= Process::ProcessCategory::Mapping | Process::ProcessCategory::Deprecated;
static const constexpr auto description = "Filter noisy value stream";
static const uuid_constexpr auto uuid
= make_uuid("809c014d-7d02-45dc-8849-de7a7db5fe67");
static const constexpr auto uuid = make_uuid("809c014d-7d02-45dc-8849-de7a7db5fe67");

static const constexpr auto controls = tuplet::make_tuple(
Control::make_enum(
Expand Down Expand Up @@ -300,8 +299,7 @@ struct Node
static const constexpr auto tags = std::array<const char*, 0>{};
static const constexpr auto kind = Process::ProcessCategory::Mapping;
static const constexpr auto description = "Filter noisy value stream";
static const uuid_constexpr auto uuid
= make_uuid("bf603921-5a48-4aa5-9bc1-48a762be6467");
static const constexpr auto uuid = make_uuid("bf603921-5a48-4aa5-9bc1-48a762be6467");

static const constexpr auto controls = tuplet::make_tuple(
Control::make_enum(
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-fx/Fx/VelToNote.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct Node
"output will be the relevant note.";

static const constexpr auto tags = std::array<const char*, 0>{};
static const uuid_constexpr auto uuid
static const constexpr auto uuid
= make_uuid("2c6493c3-5449-4e52-ae04-9aee3be5fb6a");

static const constexpr value_in value_ins[]{{"in", true}};
Expand Down
Empty file.

0 comments on commit 4533a68

Please sign in to comment.