/[svn]/liblscp/trunk/src/common.c
ViewVC logotype

Diff of /liblscp/trunk/src/common.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1030 by capela, Thu Jan 11 15:25:04 2007 UTC revision 1031 by capela, Mon Jan 15 11:08:28 2007 UTC
# Line 1070  void lscp_fxsend_info_init ( lscp_fxsend Line 1070  void lscp_fxsend_info_init ( lscp_fxsend
1070          pFxSendInfo->name            = NULL;          pFxSendInfo->name            = NULL;
1071          pFxSendInfo->midi_controller = 0;          pFxSendInfo->midi_controller = 0;
1072          pFxSendInfo->audio_routing   = NULL;          pFxSendInfo->audio_routing   = NULL;
1073            pFxSendInfo->level           = 0.0f;
1074  }  }
1075    
1076  void lscp_fxsend_info_free ( lscp_fxsend_info_t *pFxSendInfo )  void lscp_fxsend_info_free ( lscp_fxsend_info_t *pFxSendInfo )

Legend:
Removed from v.1030  
changed lines
  Added in v.1031

  ViewVC Help
Powered by ViewVC