mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
split the socket class into StreamingSocket and DatagramSocket
This commit is contained in:
parent
93e504eb85
commit
29421641be
8 changed files with 568 additions and 186 deletions
|
|
@ -13,6 +13,7 @@ Changelist for version 1.45
|
|||
- audio plugins: new methods AudioFilterBase::beginParameterChangeGesture() and endParameterChangeGesture() let you tell the host when a parameter-change action starts and finishes.
|
||||
- new class: FileSearchPathListComponent, for letting the user edit a FileSearchPath.
|
||||
- added a critical section option to ReferenceCountedArray
|
||||
- refactored and added features to the Socket class, replacing it with StreamableSocket (basically the same as the original class), and DatagramSocket.
|
||||
|
||||
==============================================================================
|
||||
Changelist for version 1.44
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue