diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-30 10:03:38 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-04-30 10:03:38 +0200 |
commit | 876c2d271a84693da15ef0678b456b758c8ad8fe (patch) | |
tree | 4e9750ca8318dee4531fa47cd523f9ec0eb9789b /faust-ksoloti-object.c | |
parent | 0eee953a79e8ee8deb86b9ec2ff18dbbf3afb11e (diff) |
Fill metadata from the Faust source file.
Diffstat (limited to 'faust-ksoloti-object.c')
-rw-r--r-- | faust-ksoloti-object.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/faust-ksoloti-object.c b/faust-ksoloti-object.c index 97128fe..8524906 100644 --- a/faust-ksoloti-object.c +++ b/faust-ksoloti-object.c @@ -1,8 +1,8 @@ <objdefs> - <obj.normal id="moog_vcf_2b" uuid="0009f089dced01ba64f7e22ac77fd78fbec47db9" sha="000d84e43d5934e94f32e1d50318f8feede69769"> - <sDescription>Moog VCF (moog_vcf_2b)</sDescription> - <author>Ricardo Wurmus (Ksoloti), Julius O. Smith III (Faust)</author> - <license>STK-4.3</license> + <obj.normal id="<<NAME>>" uuid="<<UUID>>" sha="000d84e43d5934e94f32e1d50318f8feede69769"> + <sDescription><<DESCRIPTION>></sDescription> + <author><<AUTHOR>></author> + <license><<LICENSE>></license> <helpPatch/> <includes> <include>math.h</include> |