Skip to content

Commit da03287

Browse files
committed
gbap: add missing doc link
1 parent 33d6ef5 commit da03287

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

GBAP/GBAPModel.hpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ class GBAP
1919
halp_meta(category, "Control/Spatialization")
2020
halp_meta(c_name, "GBAP")
2121
halp_meta(uuid, "81DB0C30-175B-422E-8C5F-87569D50548E")
22+
halp_meta(
23+
author,
24+
"Pía Baltazar, Ahmed El Moudden, Sarah Al Mamoun, Jean-Michaël Celerier, Société "
25+
"des Arts Technologiques");
26+
halp_meta(
27+
description, "Grid-based value ponderation, useful for sound spatialization.");
28+
halp_meta(manual_url, "https://ossia.io/score-docs/processes/gbap.html")
2229

2330
struct ins
2431
{

MultiCursor/MultiCursorModel.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ class MultiCursorManager
1717
halp_meta(category, "Control/Spatialization")
1818
halp_meta(description, "Can generate a position table")
1919
halp_meta(manual_url, "https://ossia.io/score-docs/processes/multicursor.html")
20-
halp_meta(author, "Ahmed El Moudden")
20+
halp_meta(author, "Ahmed El Moudden, Société des Arts Technologiques")
2121
halp_meta(uuid, "20f771a1-0e9a-4db2-bb7c-011467d84ded")
2222

23-
2423
struct ins
2524
{
2625
struct

PathGenerator/PathGeneratorModel.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class PathGenerator {
1515
halp_meta(category, "Control/Spatialization")
1616
halp_meta(description, "This process generates points that move dynamically along a given trajectory.")
1717
halp_meta(manual_url, "https://ossia.io/score-docs/processes/pathgenerator.html")
18-
halp_meta(author, "Ahmed El Moudden")
18+
halp_meta(author, "Ahmed El Moudden, Société des Arts Technologiques")
1919
halp_meta(uuid, "95a53434-276a-42a3-bb6b-ee92462b9640")
2020

2121
struct ins {

0 commit comments

Comments
 (0)