Julian Storer
|
527159432b
|
Modernised some old bits of code.
|
15 years ago |
Julian Storer
|
e61e8f6775
|
Changed some 'int's to 'size_t's, to improve 64-bit compatibility. Also changed jmin and jmax to use templates, so they can take any type. These changes might mean that you'll need to add some more explicit casts to get your existing code to compile, but this is actually a good thing - it brought to light a few dodgy implicit casts in my code, and may do the same in yours. Also added a function roundToInt(), which replaces roundDoubleToInt() and roundFloatToInt(), but takes any size of floating point number (I've left the old roundDoubleToInt() and roundFloatToInt() functions there for convenience, but will probably remove them in the future).
|
15 years ago |
Julian Storer
|
0abb313d40
|
Tarted up the amalgamator, and made it replace spaces with tabs to reduce file size.
|
15 years ago |
Julian Storer
|
0280c57ff0
|
fix for a mac file bug introduced in the last check-in..
|
15 years ago |
jules
|
2fee27c757
|
Updated the text of the copyright/license blurb at the top of each source file.
|
15 years ago |
jules
|
ddc16536a3
|
Changed the Linux native code files to use the same amalgamation file structure as the mac and windows ones do; made a small adjustment to the amalgamator, and removed some redundancy from the amalgamated files (if you are amalgamating code yourself, please build a new copy of the amalgamator, as the old one won't work correctly on this new code); fixed a few minor build warnings in linux
|
15 years ago |
jules
|
909be095d8
|
Fixed a typo in linux audio and added some hints to linux window resizing; fixed the WavAudioFormat to make it read stereo files correctly into a mono buffer; Fixed an infinite loop in the vst plugin format
|
16 years ago |
jules
|
0b1b03a324
|
avoided some locking issues when using threaded windows on win32; stopped the File class from automatically removing quotes from around filenames.
|
16 years ago |
jules
|
8ea760cdab
|
|
17 years ago |