Mercurial > audlegacy-plugins
view src/paranormal/presets.h @ 980:6ba4a4bfd127 trunk
[svn] - fix overflow when calculates bitrate with non-fast scan on a huge sized file.
- make file info dialog always do non-fast scan. user can easily add TLEN tag of correct play time length to a VBR encoded file which does not go along with fast scan.
- tweak debug output.
author | yaz |
---|---|
date | Thu, 26 Apr 2007 02:06:12 -0700 |
parents | fd9c0a5871ac |
children | 3b034150d31e |
line wrap: on
line source
#ifndef _PRESETS_H #define _PRESETS_H #include <glib.h> #include "actuators.h" struct pn_actuator *load_preset (const char *filename); gboolean save_preset (const char *filename, const struct pn_actuator *actuator); #endif /* _PRESETS_H */