We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9236d9 commit 9a2e72aCopy full SHA for 9a2e72a
.clang-format
@@ -42,7 +42,6 @@ BreakBeforeBraces: Allman
42
BreakBeforeTernaryOperators: true
43
BreakConstructorInitializersBeforeComma: true
44
ColumnLimit: 89
45
-CommentPragmas: '^ IWYU pragma:'
46
ConstructorInitializerIndentWidth: 4
47
ContinuationIndentWidth: 4
48
Cpp11BracedListStyle: true
Synthimi/SynthimiModel.hpp
@@ -171,6 +171,7 @@ class Synthimi
171
halp_meta(
172
description,
173
"A basic synthesizer. Modeled after the meows of the developer's cat, Shashimi.")
174
+ halp_meta(manual_url, "https://ossia.io/score-docs/processes/synthimi.html")
175
halp_meta(c_name, "synthimi")
176
halp_meta(uuid, "d4008ff6-73b9-4575-80a4-60e3da095db7")
177
0 commit comments