OSDN Git Service

Fix.
authorSaito <saito2@digitalme.com>
Sat, 14 Feb 2004 09:32:17 +0000 (09:32 +0000)
committerSaito <saito2@digitalme.com>
Sat, 14 Feb 2004 09:32:17 +0000 (09:32 +0000)
ChangeLog
interface/w32g_subwin3.c

index af4e8e8..93eee42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
          Fix modulation envelope of SoundFont.
          Fix bahaviour of filter.
          Hack up around load_instrument().
+       * interface/w32g_subwin3.c:
+         Fix.
 
 2004-02-14  TAMUKI Shoichi <tamuki@linet.gr.jp>
 
index 74e67ae..401e6b1 100755 (executable)
@@ -707,7 +707,7 @@ void w32_tracer_ctl_event(CtlEvent *e)
                break;
        case CTLE_PROGRAM:
                v1 = (int)e->v1; v2 = (int)e->v2;
-               tracer_ch_program_draw ( v1, -1, v2, (char *)e->v3, -1, TRUE );
+               tracer_ch_program_draw ( v1, -1, v2, channel_instrum_name(v1), -1, TRUE );
                break;
        case CTLE_DRUMPART:
                break;