1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
Wed, 11 Nov 2020 22:15:50 - Fabrice Lebas <fabrice.lebas@gmail.com>
NEW release 0.9.3
* Reworked display to use curses windows, use erase to remove flicker
* Console size change is now handled
* Added end of track indicator E/EOT
* Added port modes and status for each port line RMT (rec, mute, thru)
* Added ability to name a take with <i> key in EDIT/session view
* Added take lenght information
* Added tiny meter for in and out
* Changed <l> <L> <a> <A> keys behavior to be more convinient
* Removed manually setting width option -w
* Changed cpu load to be digital display
* Added extra view to monitor output signal (playback)
* use 'w' key to toggle connections rather than connect or disconnect only
* use '/' and '*' to clear upper or lower loop bound
* Added support for jack1 or jack2 in the autoconf
SPECIAL THANKS
* To Zigmhount for proposing the fix for flickering
KNONW BUGS
* see TODO file
Sun Aug 11 15:36:23 CEST 2013 - Fabrice Lebas <fabrice.lebas@gmail.com>
NEW release 0.9.2
* Fixed bug where audio would play at time 0 while end of track was reached
* Fixed bug where audio was choppy after seek
KNONW BUGS
* see TODO file
Thu Aug 30 11:16:08 CEST 2012 - Fabrice Lebas <fabrice.lebas@gmail.com>
NEW release 0.9.1
* Fixed autoconf problem where cflags where not available for some checks
* Fixed --help option not showing all possible paramters and keys
* Fixed on the fly loop key '+' that was setting the loop but not jumping into it right away
KNONW BUGS
* see TODO file
Sat Aug 18 16:03:25 UTC 2012 - Fabrice Lebas <fabrice.lebas@gmail.com>
NEW release 0.9
* Added connection view to manage jack ports connections
* Added automatic connection to newly registered ports
* Added loop support using <+> <-> <Fn><CTRL> keys
* Added support for jack sessions
* Added support for jack transport
* Added check on sample rate session vs jack sample rate
* Added use <i> key to rename ports
* Added use <t> key to toggle audio pass thru on ports
* Changed display organisation
* Fixed <BKSP> behavior: now toggles record on/off when transport is stopped
KNONW BUGS
* see TODO file
Mon Jul 25 04:36:08 EDT 2011 - Fabrice Lebas <fabrice.lebas@gmail.com>
NEW Release 0.8
* support W64, WAV, OGG, FLAC take file recording and playback
* new session file .mrec
* old configuration (.sess/.conf) files will be converted to .mrec on first run
* use <BKSP> to create a new take on the fly
* monitor output reproduces audio input of the selected port
* removed problematic memory allocations as reported by valgrind --tool=memcheck --leak-check=full --track-origins=yes --log-file=/tmp/vlg ./meterec
* report clicks by showing a X in the vu-meter (not fully accurate)
* option to control playback state at startup
* Up/Down keys wrap
* Tested during a 3 hours live show.
FIXED BUGS
* port names with spaces not supported - FIXED (NOT TESTED) when using new configuration file.
KNONW BUGS
* in edit mode, when playhead is behind last sample of newly selected track for playing, the track will start playing from 0 instead of
playing silence. seams to be a libsndfile issue, may be worked around using extra seek calls.
Wed Nov 17 16:23:15 CET 2010 - Fabrice Lebas <fabrice.lebas@gmail.com>
NEW Release 0.7
* seek back and forth 5 seconds using arrow keys
* set time indexes using <SHIFT>-<Fn> keys
* jump to time index using <Fn> keys
* jump to time 0 using <HOME> key
* changed meter maximum reset key to be <v> (VU) instead of <m>
* (un)mute using <m> key
* (un)mute all ports usgin <M> key
* unmute all ports using <S> key
* mute all but selected port (solo) using <s> key
* change record mode (<r>, <d>, <o>) also in meter view
* display port status also in meter view
* display numeric signal level and maximum in port status
* changes in edit mode take effect without restarting
* port names can be defined in <session>.conf file
* display/hide port names in meter view using <n> key
* stop recoding is <RETURN> instead of <SPACE> or <RETURN>
KNOWN BUGS
* in edit mode, when playhead is behind last sample of newly selected track for playing, the track will start playing from 0 instead of
playing silence. seams to be a libsndfile issue, may be worked around using extra seek calls.
Mon Oct 12 18:28:54 CEST 2009 - Fabrice Lebas <fabrice.lebas@gmail.com>
* Initial version
* Package creation
|