From 65f8dbf20dcc77f1a6e12271345d1806516fdfa2 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Wed, 10 Nov 2010 16:23:12 +0000 Subject: rename more files svn path=/trunk/externals/nusmuk/; revision=14369 --- nusmuk-audio/Makefile | 2 +- nusmuk-audio/nusmuk-audio-meta.pd | 10 ++++++++++ nusmuk-audio/nusmuk_audio-meta.pd | 10 ---------- 3 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 nusmuk-audio/nusmuk-audio-meta.pd delete mode 100644 nusmuk-audio/nusmuk_audio-meta.pd diff --git a/nusmuk-audio/Makefile b/nusmuk-audio/Makefile index ded1cac..f05b730 100644 --- a/nusmuk-audio/Makefile +++ b/nusmuk-audio/Makefile @@ -1,7 +1,7 @@ ## Pd library template version 1.0.5 # For instructions on how to use this template, see: # http://puredata.info/docs/developer/MakefileTemplate -LIBRARY_NAME = nusmuk_audio +LIBRARY_NAME = nusmuk-audio # add your .c source files, one object per file, to the SOURCES # variable, help files will be included automatically diff --git a/nusmuk-audio/nusmuk-audio-meta.pd b/nusmuk-audio/nusmuk-audio-meta.pd new file mode 100644 index 0000000..f4da109 --- /dev/null +++ b/nusmuk-audio/nusmuk-audio-meta.pd @@ -0,0 +1,10 @@ +#N canvas 10 10 496 221 10; +#X text 10 157 LICENSE GNU GPL; +#X text 10 39 AUTHOR Cyrille Henry; +#X text 10 19 NAME nusmuk_audio; +#X text 9 177 VERSION 1.02; +#X text 10 58 DESCRIPTION This objects' collection is based on abstractions +and externals. They aim at improving audio synthesis quality within +Pure Data. This collection enholds band limited oscillator and objects +that read tables in a more flexible way than the Pure Data native ones. +Some filters and various objects are also available.; diff --git a/nusmuk-audio/nusmuk_audio-meta.pd b/nusmuk-audio/nusmuk_audio-meta.pd deleted file mode 100644 index f4da109..0000000 --- a/nusmuk-audio/nusmuk_audio-meta.pd +++ /dev/null @@ -1,10 +0,0 @@ -#N canvas 10 10 496 221 10; -#X text 10 157 LICENSE GNU GPL; -#X text 10 39 AUTHOR Cyrille Henry; -#X text 10 19 NAME nusmuk_audio; -#X text 9 177 VERSION 1.02; -#X text 10 58 DESCRIPTION This objects' collection is based on abstractions -and externals. They aim at improving audio synthesis quality within -Pure Data. This collection enholds band limited oscillator and objects -that read tables in a more flexible way than the Pure Data native ones. -Some filters and various objects are also available.; -- cgit v1.2.1