Builds
|
Refactored midi input code to allow unlimited syex length + partial sysex callbacks on win32. Fixed a few problems with menu bars, Quicktime, AudioUnits. Modernised some old win32 file chooser code. Tweaked some window border rendering.
|
14 years ago |
amalgamation
|
New class AbstractFifo - a lock-free fifo helper class. New class AudioFormatWriter::ThreadedWriter, which helps stream an audio file to disk on a background thread. Simplified the juce demo audio recorder using this new class.
|
14 years ago |
bin
|
Updated .gitignore
|
15 years ago |
docs
|
Updated changelist.
|
15 years ago |
extras
|
Fixed a couple of linux file issues. Removed operator& overloads from a couple of places where they shouldn't have been done. Fixed a few minor win32 compile issues. Improved some internal COM object wrappers.
|
14 years ago |
src
|
Updates to WASAPI. Tweaks to resizable window borders.
|
14 years ago |
.gitignore
|
Tidied up some filenames, cleaned up some code. Removed VoidArray class (just use Array<void*> instead)
|
15 years ago |
Juce.jucer
|
Refactored midi input code to allow unlimited syex length + partial sysex callbacks on win32. Fixed a few problems with menu bars, Quicktime, AudioUnits. Modernised some old win32 file chooser code. Tweaked some window border rendering.
|
14 years ago |
juce.h
|
Cleaned up and restructured some app startup code. Updated some iPhone settings.
|
15 years ago |
juce_Config.h
|
Added the AudioData class, which contains a range of templated structrures for manipulating different sample type primitives. This will replace the old AudioDataConverters class, and I've refactored a lot of the audio devices and formats to use the new classes.
|
14 years ago |
juce_amalgamated.cpp
|
Updates to WASAPI. Tweaks to resizable window borders.
|
14 years ago |
juce_amalgamated.h
|
Fixed a couple of linux file issues. Removed operator& overloads from a couple of places where they shouldn't have been done. Fixed a few minor win32 compile issues. Improved some internal COM object wrappers.
|
14 years ago |
juce_amalgamated.mm
|
fix for a mac file bug introduced in the last check-in..
|
15 years ago |