diff options
author | Ed Kelly <edkelly@users.sourceforge.net> | 2009-05-09 18:57:33 +0000 |
---|---|---|
committer | Ed Kelly <edkelly@users.sourceforge.net> | 2009-05-09 18:57:33 +0000 |
commit | 8c9711563e2514fb6641422e17b6b9432a240dbd (patch) | |
tree | c6c8aefa637f8c7228e481483d1c504e7d71a476 /hasc~ | |
parent | 1709b684a03ba7c59cb329b05b2363c0aa742cfb (diff) |
New weightonset external
svn path=/trunk/externals/ekext/; revision=11309
Diffstat (limited to 'hasc~')
-rw-r--r-- | hasc~/hasc~.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hasc~/hasc~.c b/hasc~/hasc~.c index 19da9c8..ba9049c 100644 --- a/hasc~/hasc~.c +++ b/hasc~/hasc~.c @@ -1,5 +1,5 @@ /* - * hssc~ : Highest Absolute Spectral Component, according to amplitude threshold + * hasc~ : Highest Apparent Spectral Component, according to amplitude threshold * Copyright (C) 2005 Edward Kelly <morph_2016@yahoo.co.uk> * * This program is free software; you can redistribute it and/or modify @@ -90,7 +90,7 @@ void hasc_tilde_setup(void) CLASS_DEFAULT, A_DEFFLOAT, 0); post("|===============hasc~=================|"); - post("|=highest absolute spectral component=|"); + post("|=highest apparent spectral component=|"); post("|=====edward======kelly======2005=====|"); class_addmethod(hasc_tilde_class, (t_method)hasc_tilde_dsp, |