From 6efb16b9040f7ba6db8c60559e0c815d54f05c43 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Fri, 8 Jul 2005 00:02:45 +0000 Subject: Bug fixes: took out some unwanted "red rectangle" apparitions when making arrays on new canvases; got the array dialog to come back; made graphical updating a bit more reliable. Tested and fixed a couple of problems on Mac and Windoes. svn path=/trunk/; revision=3300 --- pd/src/s_midi_pm.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'pd/src/s_midi_pm.c') diff --git a/pd/src/s_midi_pm.c b/pd/src/s_midi_pm.c index a6c26b26..a79c839b 100644 --- a/pd/src/s_midi_pm.c +++ b/pd/src/s_midi_pm.c @@ -37,18 +37,6 @@ void sys_do_open_midi(int nmidiin, int *midiinvec, Pt_Start(1, 0, 0); /* start a timer with millisecond accuracy */ - /* protect the unwary from having MIDI inputs open; they're - bad news if you close Pd's terminal window. see sys_nmidiin - in s_main.c too. */ -#ifdef MSW - if (nmidiin) - { - post( - "midi input enabled; warning, don't close the DOS window directly!"); - } - else post("not using MIDI input (use 'pd -midiindev 1' to override)"); -#endif - mac_nmidiindev = 0; for (i = 0; i < nmidiin; i++) { -- cgit v1.2.1