diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-12 02:20:36 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-12 02:20:36 +0200 |
commit | eafed8b32fecb70a279969bbcabe319c691281b8 (patch) | |
tree | c3fd66acad196a2d27f7c2f1d79d79f312eb2cde /apps/dolmetschctl.c | |
parent | reading of seperate midi messages works now (diff) |
triggering language switch using midi works
Diffstat (limited to 'apps/dolmetschctl.c')
-rw-r--r-- | apps/dolmetschctl.c | 7 |
1 files changed, 0 insertions, 7 deletions
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); |