Paul Licameli
459582ce00
Remove some repetitous push_back
2019-03-10 12:34:49 -04:00
Paul Licameli
4d978bcefb
Use wxPrintf not printf
2017-12-16 11:54:32 -05:00
Paul Licameli
88cac8cd7e
Remove naked new[] in: import
2017-03-17 17:52:46 -04:00
Paul Licameli
ed21545c80
pixel column counts and sample window sizes use unsigned types
2016-09-11 20:28:13 -04:00
Paul Licameli
67cec5ad83
Make many counts of tracks and channels unsigned...
...
... And in some places where a library uses signed types, assert that
the reported number is not negative.
What led me to this, is that there are many places where a size_t value for
an allocation is the product of a number of channels and some other number.
2016-09-07 10:11:41 -04:00
Paul Licameli
924df495ff
Make headers in import directory self-contained
2016-08-11 11:51:33 -04:00
Paul Licameli
f82ff73578
Remove some naked new amd delete in: import and export
2016-08-08 07:53:28 -04:00
RichardAsh1981@gmail.com
b94c80a467
always initialise maxidx, even if the data being analysed is pure silence, to avoid an uninitialised dereference later on
2014-08-06 18:46:40 +00:00
RichardAsh1981@gmail.com
89fc0bf6b7
commit patch greatly improving the detection of format of raw audio files, by Philipp Sibler
2014-07-21 21:14:37 +00:00