From eafed8b32fecb70a279969bbcabe319c691281b8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 12 Oct 2015 02:20:36 +0200 Subject: triggering language switch using midi works --- apps/dolmetschctl.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'apps/dolmetschctl.c') diff --git a/apps/dolmetschctl.c b/apps/dolmetschctl.c index 1cbd770..b998042 100644 --- a/apps/dolmetschctl.c +++ b/apps/dolmetschctl.c @@ -72,13 +72,6 @@ int main_loop(mixer_t* x, midi_t* m, osc_t* o) return -1; } - mixer_print_langs(x); - - mixer_switch_lang(x, "en", &print_string, "hello world!"); - mixer_switch_lang(x, "de", &print_string, "hallo welt!"); - - mixer_print_tasks(x); - printf("main_loop running with %d pollfds...\n", npfds); for (;;) { mixer_get_poll_fds(x, &(pfds[mixer_npfds_offset]), mixer_npfds); -- cgit v1.2.3