5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 21 hours ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added Russian translation from Yuri Victorovich
Conrad Parker
as conrad
More... over 23 years ago
added info about --no-toolbox to --help text
Conrad Parker
as conrad
More... over 23 years ago
added call to refresh views after running a selection modifier
Conrad Parker
as conrad
More... over 23 years ago
added --no-toolbox option, to not show a toolbox (useful for demos)
Conrad Parker
as conrad
More... over 23 years ago
fixed default step for floating point parameters (set to 0.01, previously it was 1.0 which was useless for many plugins).
Conrad Parker
as conrad
More... over 23 years ago
fixed 2 typos
Conrad Parker
as conrad
More... over 23 years ago
removed hack to add time to playmarker
Conrad Parker
as conrad
More... over 23 years ago
removed obsolete sounddata->s_size references from OSS and ALSA code
Conrad Parker
as conrad
More... over 23 years ago
changed playmarker semantics -- uses timeout instead of idle, stops after playback (in that thread) not from stop_playback() function. Patch from darragh.
Conrad Parker
as conrad
More... over 23 years ago
patch from darragh: changed flush/drain semantics -- drain device after playback, flush device when stopped. Solaris implementation of flush.
Conrad Parker
as conrad
More... over 23 years ago
added #include <string.h> for memset etc.
Conrad Parker
as conrad
More... over 23 years ago
updated strings catalogs
Conrad Parker
as conrad
More... over 23 years ago
*** empty log message ***
Conrad Parker
as conrad
More... over 23 years ago
*** empty log message ***
Conrad Parker
as conrad
More... over 23 years ago
fixed bug with zooming in too far; made generic view_zoom_*() and view_center_on() functions in view.c, which are called from sample-display and callbacks. Moved most of the zooming functionality from callbacks.c into view.c. Dumping 50% view option ...
Conrad Parker
as conrad
More... over 23 years ago
fixed Solaris driver for renamed sweep data structures (f_channels and f_rate rename channels and rate respectively)
Conrad Parker
as conrad
More... over 23 years ago
removed config.guess, config.sub, ltconfig, ltmain.sh (on advice from pbd)
Conrad Parker
as conrad
More... over 23 years ago
removed (on advice from pbd)
Conrad Parker
as conrad
More... over 23 years ago
updated ALSA snd_pcm_stop ==> snd_pcm_drop (patch from pbd)
Conrad Parker
as conrad
More... over 23 years ago
clarified what types of operations need undo/redo methods (ie. only those which modify a sounddata)
Conrad Parker
as conrad
More... over 23 years ago
added entry for Steve Harris
Conrad Parker
as conrad
More... over 23 years ago
added Normal and 1:1 view modes from Steve Harris
Conrad Parker
as conrad
More... over 23 years ago
updated configure.in (PACKAGE_PLUGIN_DIR) for 0.1.1
Conrad Parker
as conrad
More... over 23 years ago
changed defn of PACKAGE_PLUGIN_DIR
Conrad Parker
as conrad
More... over 23 years ago
updated Silvia's info in AUTHORS
Conrad Parker
as conrad
More... over 23 years ago
update: plugins Makefile.am's etc.
Conrad Parker
as conrad
More... over 23 years ago
updated Makefile.am's in plugin dirs to use $(PACKAGE_PLUGIN_DIR)
Conrad Parker
as conrad
More... over 23 years ago
added plugin_writers_guide.txt to this Makefile.am
Conrad Parker
as conrad
More... over 23 years ago
changed example plugin to be noinst, and build by default
Conrad Parker
as conrad
More... over 23 years ago
removed superfluous sweep_*.h files from this Makefile.am
Conrad Parker
as conrad
More... over 23 years ago