1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
jules 2007-09-25 10:23:14 +00:00
parent 37d0e6c22d
commit bc3d1ca7d6
11 changed files with 384 additions and 271 deletions

View file

@ -17,6 +17,7 @@ Changelist for version 1.45
- refactored and added features to the Socket class, replacing it with StreamableSocket (basically the same as the original class), and DatagramSocket.
- refactored the OpenGLComponent, adding new classes OpenGLPixelFormat and OpenGLContext
- A component's KeyListeners are now called before its keyPressed method, so if you want to intercept keys and stop them getting sent to the component, you can add a keylistener and comsume the events.
- added an option to choose a Midi output device to the AudioDeviceManager and AudioDeviceSelectorComponent
==============================================================================
Changelist for version 1.44