Show
Ignore:
Timestamp:
09/09/06 15:32:50 (6 years ago)
Author:
ath
Message:

Add a level meter to the mixer.

Location:
fm_server/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • fm_server/trunk

    • Property svn:ignore
      •  

        old new  
        11.anjuta 
        2 autom4te.cache 
         2*.cache 
        33*~ 
        44config.log 
  • fm_server/trunk/src/fm_effect_gain.c

    r109 r118  
    3030#include "fm_buffer.h" 
    3131#include "fm_element.h" 
    32 #include "fm_input.h" 
     32//#include "fm_input.h" 
    3333#include "fm_effect.h" 
    3434#include "fm_effect_gain.h" 
    35  
    36 #define _(x) x 
    3735 
    3836 
     
    111109                                         PROP_GAIN, 
    112110                                         g_param_spec_double ("gain", 
    113                                          _("Gain"), 
    114                                          _("Gain to apply to the buffer"), 
     111                                         ("Gain"), 
     112                                         ("Gain to apply to the buffer"), 
    115113                                         0, 10, 1, 
    116114                                         G_PARAM_READWRITE));