jules
|
48d979514a
|
Fix for realtime listener callbacks in OSCReceiver
|
2017-05-05 12:15:11 +01:00 |
|
jules
|
dc2ec6fc9d
|
Added some failure checks in internal OSC message sending code, and tidied up some old code
|
2017-05-03 16:44:05 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
2017-03-27 13:06:42 +01:00 |
|
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
hogliux
|
9f3fb1c0a6
|
Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated
|
2017-02-01 17:18:06 +00:00 |
|
Timur Doumler
|
92c219fda5
|
OSC: fixed bug where, if one OSCBundle contains multiple OSCBundles, the second nested bundle was not read correctly and an exception was thrown as a result.
|
2016-11-30 17:12:42 +00:00 |
|
Timur Doumler
|
3945f1d29b
|
OSC: added unit tests for round-trip correctness (receiver to sender).
|
2016-11-30 17:12:10 +00:00 |
|
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
2016-04-11 11:13:44 +01:00 |
|
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
2016-04-06 18:31:24 +01:00 |
|
Timur Doumler
|
50224491d4
|
OSCMessage, OSCBundle: renamed empty() to isEmpty() for consistency with all other JUCE containers.
|
2016-03-18 16:00:30 +00:00 |
|
jules
|
b5907fa90d
|
Normalised some divider comments
|
2016-02-20 09:45:43 +00:00 |
|
jules
|
ae80e2b90d
|
Fixed a compiler warning in some OSC code
|
2015-12-22 09:04:32 +00:00 |
|
jules
|
a99d78318b
|
Fixed a typo in a comment
|
2015-12-21 12:35:03 +00:00 |
|
jules
|
4ff15c1337
|
OSC: Extended OSCSender to be able to specify the IP address for each message
|
2015-12-21 09:35:10 +00:00 |
|
jules
|
40a6372a58
|
Fixed minor warnings in some OSC code
|
2015-12-10 10:32:53 +00:00 |
|
Timur Doumler
|
b9bfc8c322
|
OSCReceiver: fixed a warning when compiling with Visual Studio for 32-bit.
|
2015-12-07 12:31:03 +00:00 |
|
Timur Doumler
|
19bf0ee663
|
OSC: Fixed a number of integer conversion warnings.
|
2015-11-16 09:49:45 +00:00 |
|
Timur Doumler
|
4f034dbc77
|
OSC: fixed an issue where OSCReceiver was busy-waiting and consuming lots of CPU.
|
2015-11-11 15:03:01 +00:00 |
|
jules
|
1d24b558d8
|
Corrected a few documentation mistakes
|
2015-11-04 10:57:26 +00:00 |
|
jules
|
399e248488
|
Added new module: juce_osc
|
2015-11-02 11:48:01 +00:00 |
|