Wed, 12 Sep 2018 13:58:33 +0100 |
Chris Cannam |
When importing audio from data files with normalisation, normalise on write instead of when re-reading (so that the session does the right thing when reloaded)
import-audio-data
|
Tue, 11 Sep 2018 14:40:29 +0100 |
Chris Cannam |
Subrepo updates for recorded/converted audio file paths
import-audio-data
|
Tue, 11 Sep 2018 14:38:21 +0100 |
Chris Cannam |
Menu wording and file-path handling fixes for recording/converting audio
import-audio-data
|
Sat, 08 Sep 2018 20:54:11 +0100 |
Chris Cannam |
Implement range options for audio import from CSV
import-audio-data
|
Fri, 07 Sep 2018 18:13:26 +0100 |
Chris Cannam |
Remove sample range from dialog class now that it's in CSVFormat
import-audio-data
|
Fri, 07 Sep 2018 16:55:46 +0100 |
Chris Cannam |
Add sample-range support to CSVFormat
import-audio-data
|
Fri, 07 Sep 2018 16:15:49 +0100 |
Chris Cannam |
Range and normalisation work
import-audio-data
|
Thu, 06 Sep 2018 16:27:01 +0100 |
Chris Cannam |
Add sample range support
import-audio-data
|
Thu, 06 Sep 2018 13:58:45 +0100 |
Chris Cannam |
Use newly-introduced CSVAudioFormatDialog for audio import instead of CSVFormatDialog
import-audio-data
|
Thu, 06 Sep 2018 12:35:37 +0100 |
Chris Cannam |
CSV format dialog updates
import-audio-data
|
Thu, 06 Sep 2018 12:35:11 +0100 |
Chris Cannam |
Use CSV format dialog for importing audio data, + some text changes
import-audio-data
|
Wed, 05 Sep 2018 11:57:10 +0100 |
Chris Cannam |
Treat every numeric column as a value when importing raw audio data
import-audio-data
|
Tue, 04 Sep 2018 14:19:32 +0100 |
Chris Cannam |
Fix crash (leaving opaque error message) when attempting to load audio from a CSV file without any appropriate contents
import-audio-data
|
Tue, 04 Sep 2018 14:10:47 +0100 |
Chris Cannam |
Merge from default branch
import-audio-data
|
Tue, 04 Sep 2018 11:33:36 +0100 |
Chris Cannam |
Merge in subrepos from branch avoid-pointer-keys
|
Mon, 03 Sep 2018 16:15:44 +0100 |
Chris Cannam |
Win32 helper fixes
|
Mon, 03 Sep 2018 10:27:32 +0100 |
Chris Cannam |
Update redist locations, + comment
|
Fri, 31 Aug 2018 15:36:46 +0100 |
Chris Cannam |
Next version, provisionally, 3.2
|
Fri, 31 Aug 2018 15:24:10 +0100 |
Chris Cannam |
Merge from branch checker_errorcode
|
Fri, 31 Aug 2018 15:14:27 +0100 |
Chris Cannam |
Merge from branch c++14
|
Fri, 31 Aug 2018 13:52:30 +0100 |
Chris Cannam |
v0.6.1, not 0.6.0
c++14
|
Fri, 31 Aug 2018 13:41:27 +0100 |
Chris Cannam |
Requiring c++14 is not going to work for Travis (because we want to support a Qt version too old to know about the c++14 config flag) or for our AppImage build (because we want to run on distros to old to support the relevant gcc ABI). So instead we try to confine the C++ standard selection to one place (config/noconfig) and revert to c++11 if the compiler is too old to know about c++14. All of the actual SV code remains c++11, and we assume we build against an older version of capnproto when we want to perform a c++11 build.
c++14
|
Fri, 31 Aug 2018 12:16:59 +0100 |
Chris Cannam |
Forgot a sudo
c++14
|
Fri, 31 Aug 2018 12:11:46 +0100 |
Chris Cannam |
Checker fixes
checker_errorcode
|
Fri, 31 Aug 2018 12:02:52 +0100 |
Chris Cannam |
OK, try explicitly re-linking these here as well
c++14
|
Fri, 31 Aug 2018 11:55:02 +0100 |
Chris Cannam |
Add missed ppa; try setting CC/CXX directly
c++14
|
Fri, 31 Aug 2018 11:45:51 +0100 |
Chris Cannam |
Attempt to update AppImage and Travis build files for c++14
c++14
|
Fri, 31 Aug 2018 10:15:16 +0100 |
Chris Cannam |
Try 0.7.0
c++14
|
Fri, 31 Aug 2018 10:02:48 +0100 |
Chris Cannam |
Switch experimentally to C++14 throughout
c++14
|
Thu, 30 Aug 2018 12:59:46 +0100 |
Chris Cannam |
Avoid reporting failure when everything in fact succeeded!
checker_errorcode
|