|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| bool | connect (const String &newTargetHost, int newTargetPort) |
| bool | connectToSocket (DatagramSocket &newSocket, const String &newTargetHost, int newTargetPort) |
| bool | disconnect () |
| bool | send (const OSCMessage &message, const String &hostName, int portNumber) |
| bool | send (const OSCBundle &bundle, const String &hostName, int portNumber) |
| bool | send (const OSCMessage &message) |
| bool | send (const OSCBundle &bundle) |
Definition at line 212 of file juce_OSCSender.cpp.
|
noexcept |
Definition at line 214 of file juce_OSCSender.cpp.
|
noexcept |
Definition at line 215 of file juce_OSCSender.cpp.
Definition at line 218 of file juce_OSCSender.cpp.
| bool juce::OSCSender::Pimpl::connectToSocket | ( | DatagramSocket & | newSocket, |
| const String & | newTargetHost, | ||
| int | newTargetPort | ||
| ) |
Definition at line 234 of file juce_OSCSender.cpp.
| bool juce::OSCSender::Pimpl::disconnect | ( | ) |
Definition at line 245 of file juce_OSCSender.cpp.
Definition at line 269 of file juce_OSCSender.cpp.
| bool juce::OSCSender::Pimpl::send | ( | const OSCBundle & | bundle, |
| const String & | hostName, | ||
| int | portNumber | ||
| ) |
Definition at line 260 of file juce_OSCSender.cpp.
| bool juce::OSCSender::Pimpl::send | ( | const OSCMessage & | message | ) |
Definition at line 268 of file juce_OSCSender.cpp.
| bool juce::OSCSender::Pimpl::send | ( | const OSCMessage & | message, |
| const String & | hostName, | ||
| int | portNumber | ||
| ) |
Definition at line 252 of file juce_OSCSender.cpp.