1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00
JUCE/extras/amalgamator
2010-01-14 14:49:25 +00:00
..
linux Fixed an MS compile problem. Added code to add an audio stream to a camera file recorded on the mac to avoid a movie rate bug in some quicktime versions. Added a linux makefile for the amalgamator. 2010-01-12 16:21:43 +00:00
mac/Amalgamator.xcodeproj removed fixed channel limit from CoreAudio, and improved channel name detection; updated juce demo plugin project to cope with XCode 3.2; fixed a mac shutdown problem 2009-08-31 11:28:07 +01:00
vc8 2008-05-20 19:42:00 +00:00
juce_AmalgamatorMain.cpp 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). 2010-01-14 14:49:25 +00:00
juce_AppConfig.h fix for a mac file bug introduced in the last check-in.. 2009-10-12 14:39:43 +01:00
juce_LibrarySource.cpp fix for a mac file bug introduced in the last check-in.. 2009-10-12 14:39:43 +01:00
juce_LibrarySource.mm fix for a mac file bug introduced in the last check-in.. 2009-10-12 14:39:43 +01:00