From 8c9711563e2514fb6641422e17b6b9432a240dbd Mon Sep 17 00:00:00 2001 From: Ed Kelly Date: Sat, 9 May 2009 18:57:33 +0000 Subject: New weightonset external svn path=/trunk/externals/ekext/; revision=11309 --- hasc~/hasc~.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hasc~/hasc~.c') 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 * * 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, -- cgit v1.2.1