@set_osc_handling_int64(bool)

changes the handling of integers in OSC messages. OSC integers are only required to be 32 bits integers in OSC. Nevertheless, several implementations proposes 64 bits integers.

By default Antescofo sends integers as 32 bits integers. However, Antescofo integers representation are 32 bits integers in the 32 bits version of the antescofo~ objects, and 64 bits integers in the 64 bits version. So the default behavior may result in silent overflow when sending integers with the 64 bits object.

A call to @set_osc_handling_int64(true) switches the behavior to send 64 bits integers (irrespectively of the object version). The drawback is that this feature is not implemented in all OSC packages.

When receiving a message, 32 or 64 bits integers are always correctly handled if the sender correctly handle 32 and 64 bits integers. Notice that receiving a 64 bit integers with a 32 bits object may result in a silent overflow.

Beware that a message as a limited size that depends both on the sender and receiver implementation limitation. The current Antescofo raw buffer size is 5096. The use of 64 bits integers increase the size of a message.


See the Osc Messages section in the reference manual and functions @set_osc_handling_double and @set_osc_handling_tab.

See also System Related Functions: @active_mac_addresses    @arch_darwin    @arch_linux    @arch_windows    [@beat_in_seconds_from_now]    @callback_all_event    @callback_next_event    @callback_start_fastforward    @callback_start_logical_instant    @callback_stop    @callback_stop_fastforward    @callback_stop_logical_instant    @compilation    @configuration_arch    @configuration_audiosample    [@configuration_compiler_name]    [@configuration_compiler_version]    @configuration_debug    @configuration_faust    @configuration_host    [@configuration_odeint]    @configuration_release    @configuration_target_architecture    @current_load_directory    @directory_read    @exe_child_of    @exe_parent    @history_length    @host_date    @info    @is_fastforward    @is_following_on    @is_paused    @is_playing_on    @is_running    @is_stopped    @local_beat_position    @local_tempo    @logical_date    @max_absolute_path    @max_patch_path    @performance_data    @pwd    @seconds_in_beats_from_now    @send_message    @set_max_message_sent_instantaneously    @system    @Tracing    @time    @typecheck    @UnTracing    @usage_resident_memory_size    @usage_statistics    @usage_virtual_memory_size    @user_directory