Fix wrong initialization of m_is_paused
The member field m_is_paused in class urd was not being explicitly initialized by default, which caused norns_submit() to fail even if no NORNSCTL_COMMAND_PAUSE_ACCEPT had been sent to the urd daemon.
The member field m_is_paused in class urd was not being explicitly initialized by default, which caused norns_submit() to fail even if no NORNSCTL_COMMAND_PAUSE_ACCEPT had been sent to the urd daemon.