int tX_audiodevice_jack::open()
{
tX_jack_client *jack_client=tX_jack_client::get_instance();
- sample_rate=jack_client->get_sample_rate();
if (jack_client) {
+ sample_rate=jack_client->get_sample_rate();
client=jack_client;
is_open=true;
tx_note("Error starting engine: engine is already running.", true);
break;
case ERROR_AUDIO:
- tx_note("Error starting engine: failed to access audiodevice.", true);
+ tx_note("Error starting engine: failed to access audiodevice.\nPlease check the audio device settings in the \"Preferences\" dialog.", true);
break;
case ERROR_TAPE:
tx_note("Error starting engine: failed to open the recording file.", true);