2018-09-12 |
Chris Cannam |
Importing -> Converting
|
2018-09-12 |
Chris Cannam |
Merge from branch import-audio-data
|
2018-09-12 |
Chris Cannam |
Ensure data files used as import sources don't end up in Recent Files
import-audio-data
|
2018-09-12 |
Chris Cannam |
Rely more heavily on the "value"-column estimation from CSVFormat to determine which columns might contain sample data when importing audio from CSV; this makes things a bit more consistent, & can easily enough be overridden
import-audio-data
|
2018-09-12 |
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
|
2018-09-11 |
Chris Cannam |
Subrepo updates for recorded/converted audio file paths
import-audio-data
|
2018-09-11 |
Chris Cannam |
Menu wording and file-path handling fixes for recording/converting audio
import-audio-data
|
2018-09-08 |
Chris Cannam |
Implement range options for audio import from CSV
import-audio-data
|
2018-09-07 |
Chris Cannam |
Remove sample range from dialog class now that it's in CSVFormat
import-audio-data
|
2018-09-07 |
Chris Cannam |
Add sample-range support to CSVFormat
import-audio-data
|
2018-09-07 |
Chris Cannam |
Range and normalisation work
import-audio-data
|
2018-09-06 |
Chris Cannam |
Add sample range support
import-audio-data
|
2018-09-06 |
Chris Cannam |
Use newly-introduced CSVAudioFormatDialog for audio import instead of CSVFormatDialog
import-audio-data
|
2018-09-06 |
Chris Cannam |
CSV format dialog updates
import-audio-data
|
2018-09-06 |
Chris Cannam |
Use CSV format dialog for importing audio data, + some text changes
import-audio-data
|
2018-09-05 |
Chris Cannam |
Treat every numeric column as a value when importing raw audio data
import-audio-data
|
2018-09-04 |
Chris Cannam |
Fix crash (leaving opaque error message) when attempting to load audio from a CSV file without any appropriate contents
import-audio-data
|
2018-09-04 |
Chris Cannam |
Merge from default branch
import-audio-data
|
2018-09-04 |
Chris Cannam |
Merge in subrepos from branch avoid-pointer-keys
|
2018-09-03 |
Chris Cannam |
Win32 helper fixes
|
2018-09-03 |
Chris Cannam |
Update redist locations, + comment
|
2018-08-31 |
Chris Cannam |
Next version, provisionally, 3.2
|
2018-08-31 |
Chris Cannam |
Merge from branch checker_errorcode
|
2018-08-31 |
Chris Cannam |
Merge from branch c++14
|
2018-08-31 |
Chris Cannam |
v0.6.1, not 0.6.0
c++14
|
2018-08-31 |
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
|
2018-08-31 |
Chris Cannam |
Forgot a sudo
c++14
|
2018-08-31 |
Chris Cannam |
Checker fixes
checker_errorcode
|