X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mood.c;h=bf6c40e165c52ba762457ae8901537bc6ca2594a;hp=86e0eba22c0819ea657423ec7934cce959e92142;hb=32facbd1b7948f146515e53194cfd4f33c54353f;hpb=fbfc694f85103a86c18469c6fdd2f4f03c812337 diff --git a/mood.c b/mood.c index 86e0eba2..bf6c40e1 100644 --- a/mood.c +++ b/mood.c @@ -36,11 +36,10 @@ struct afs_statistics statistics; /** * Assign scores according to a mood_method. * - * Each mood_method has its own mood_score_function. The first parameter passed - * to that function is a pointer to a row of the audio file table. It - * determines the audio file for which a score is to be assigned. The second - * argument depends on the mood method this function is used for. It usually is - * the argument given at the end of a mood line. + * Each mood_method has its own mood_score_function. The first three parameters + * passed to that function are informations about the audio file whose score is + * to be computed. The data argument depends on the mood method this function + * is used for. It usually is the argument given at the end of a mood line. * * Mood score functions must return values between -100 and +100 inclusively. * Boolean score functions should always return either -100 or +100.