/[svn]/linuxsampler/trunk/configure.in
ViewVC logotype

Diff of /linuxsampler/trunk/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 829 by schoenebeck, Sat Jan 14 14:07:47 2006 UTC revision 830 by persson, Sun Jan 15 18:23:11 2006 UTC
# Line 716  if test "$config_process_muted_channels" Line 716  if test "$config_process_muted_channels"
716    AC_DEFINE_UNQUOTED(CONFIG_PROCESS_MUTED_CHANNELS, 1, [Define to 1 if you want to enable processing of muted channels.])    AC_DEFINE_UNQUOTED(CONFIG_PROCESS_MUTED_CHANNELS, 1, [Define to 1 if you want to enable processing of muted channels.])
717  fi  fi
718    
719    AC_ARG_ENABLE(interpolate-volume,
720      [  --disable-interpolate-volume
721                              Disable interpolation of volume modulation
722                              (default=on). With this enabled, the volume changes
723                              generated by for example the envelope generator
724                              will be smoother, minimizing the risk for audio
725                              clicks. Disable it to reduce CPU usage.],
726      [config_interpolate_volume="no"],
727      [config_interpolate_volume="yes"]
728    )
729    if test "$config_interpolate_volume" = "yes"; then
730      AC_DEFINE_UNQUOTED(CONFIG_INTERPOLATE_VOLUME, 1, [Define to 1 if you want to enable interpolation of volume modulation.])
731    fi
732    
733    
734  ###########################################################################  ###########################################################################
735  # Automatic Benchmarks (to detect the best algorithms for the system)  # Automatic Benchmarks (to detect the best algorithms for the system)
# Line 876  echo "# Override Filter Resonance Contro Line 890  echo "# Override Filter Resonance Contro
890  echo "# Override Filter Type: ${config_override_filter_type}"  echo "# Override Filter Type: ${config_override_filter_type}"
891  echo "# Assert GS SysEx Checksum: ${config_assert_gs_sysex_checksum}"  echo "# Assert GS SysEx Checksum: ${config_assert_gs_sysex_checksum}"
892  echo "# Process Muted Channels: ${config_process_muted_channels}"  echo "# Process Muted Channels: ${config_process_muted_channels}"
893    echo "# Interpolate Volume: ${config_interpolate_volume}"
894  echo "#-------------------------------------------------------------------#"  echo "#-------------------------------------------------------------------#"
895  echo "# Read './configure --help' or file 'configure.in' for details.     #"  echo "# Read './configure --help' or file 'configure.in' for details.     #"
896  echo "#####################################################################"  echo "#####################################################################"

Legend:
Removed from v.829  
changed lines
  Added in v.830

  ViewVC Help
Powered by ViewVC