timidity midi to pcm project

View: New views
4 Messages — Rating Filter:   Alert me  

timidity midi to pcm project

by 注册.吴 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

dear all:
          I am study midi .I want a project thank can decoder a midi file to pcm file.I have downloaded TiMidity++-2.13.2 . when I compile it in MSVC6.0, I find it it difficult to me .so are there anybody have such project in MSVC6.0?
thanks all  

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Timidity-talk mailing list
Timidity-talk@...
https://lists.sourceforge.net/lists/listinfo/timidity-talk

Re: timidity midi to pcm project

by Yair K. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon July 20 2009 13:49:39 注册.吴 wrote:
> dear all:
>           I am study midi .I want a project thank can decoder a midi file
> to pcm file.I have downloaded TiMidity++-2.13.2 . when I compile it in
> MSVC6.0, I find it it difficult to me .so are there anybody have such
> project in MSVC6.0? thanks all

I recall there's a MSVC6 project in the configs/ subdirectory.

Yours,
        Yair K.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Timidity-talk mailing list
Timidity-talk@...
https://lists.sourceforge.net/lists/listinfo/timidity-talk

Re: timidity midi to pcm project

by 注册.吴 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

dear Yair K:
     thanks for your reply.I have 2 problems.
       
     1. when I compile the MSVC6.0 project,there are some error.

--------------------Configuration: timw32g - Win32 Debug--------------------
Compiling...
w32g_i.c
D:\workshop\midi\TiMidity++-2.13.2\interface\w32g_i.c(3573) : warning C4013: 'messagesizeof' undefined; assuming extern returning int
D:\workshop\midi\TiMidity++-2.13.2\interface\w32g_i.c(3573) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
D:\workshop\midi\TiMidity++-2.13.2\interface\w32g_i.c(3573) : warning C4024: 'strncpy' : different types for formal and actual parameter 2
D:\workshop\midi\TiMidity++-2.13.2\interface\w32g_i.c(3573) : error C2198: 'strncpy' : too few actual parameters
D:\workshop\midi\TiMidity++-2.13.2\interface\w32g_i.c(3577) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
D:\workshop\midi\TiMidity++-2.13.2\interface\w32g_i.c(3577) : warning C4024: 'strncpy' : different types for formal and actual parameter 2
D:\workshop\midi\TiMidity++-2.13.2\interface\w32g_i.c(3577) : error C2198: 'strncpy' : too few actual parameters
Error executing cl.exe.

timw32g.exe - 2 error(s), 5 warning(s)

   2.  if I comment 'strncpy' ,it can compile success. when I run timw32g.exe ,it warning "..can't read any configuration file.." and if I open any midi file to play,there are no sound .(even if I set Output is "AIFF FILE", the aiff file is also no sound.)
   
thanks .
your reply is very appreciated.
Yours
FUFO


--------------------------------------------------
From: "Yair K." <cesium2@...>
Sent: Monday, July 20, 2009 8:53 PM
To: <timidity-talk@...>
Subject: Re: [timidity-talk] timidity midi to pcm project

> On Mon July 20 2009 13:49:39 注册.吴 wrote:
>> dear all:
>>           I am study midi .I want a project thank can decoder a midi file
>> to pcm file.I have downloaded TiMidity++-2.13.2 . when I compile it in
>> MSVC6.0, I find it it difficult to me .so are there anybody have such
>> project in MSVC6.0? thanks all
>
> I recall there's a MSVC6 project in the configs/ subdirectory.
>
> Yours,
> Yair K.
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge  
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize  
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Timidity-talk mailing list
> Timidity-talk@...
> https://lists.sourceforge.net/lists/listinfo/timidity-talk
>
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Timidity-talk mailing list
Timidity-talk@...
https://lists.sourceforge.net/lists/listinfo/timidity-talk

Parent Message unknown Re: timidity midi to pcm project

by 注册.吴 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

dear Yair K:
       problem 2 is ok.
thanks.
 Yours
 FUFO          

--------------------------------------------------
From: "注册.吴" <zhfufo.wu001@...>
Sent: Tuesday, July 21, 2009 9:08 AM
To: "Yair K." <cesium2@...>; <timidity-talk@...>
Subject: Re: [timidity-talk] timidity midi to pcm project

> dear Yair K:
>     thanks for your reply.I have 2 problems.
>        
>     1. when I compile the MSVC6.0 project,there are some error.
>
> --------------------Configuration: timw32g - Win32 Debug--------------------
> Compiling...
> w32g_i.c
> D:\workshop\midi\TiMidity++-2.13.2\interface\w32g_i.c(3573) : warning C4013: 'messagesizeof' undefined; assuming extern returning int
> D:\workshop\midi\TiMidity++-2.13.2\interface\w32g_i.c(3573) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
> D:\workshop\midi\TiMidity++-2.13.2\interface\w32g_i.c(3573) : warning C4024: 'strncpy' : different types for formal and actual parameter 2
> D:\workshop\midi\TiMidity++-2.13.2\interface\w32g_i.c(3573) : error C2198: 'strncpy' : too few actual parameters
> D:\workshop\midi\TiMidity++-2.13.2\interface\w32g_i.c(3577) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
> D:\workshop\midi\TiMidity++-2.13.2\interface\w32g_i.c(3577) : warning C4024: 'strncpy' : different types for formal and actual parameter 2
> D:\workshop\midi\TiMidity++-2.13.2\interface\w32g_i.c(3577) : error C2198: 'strncpy' : too few actual parameters
> Error executing cl.exe.
>
> timw32g.exe - 2 error(s), 5 warning(s)
>
>   2.  if I comment 'strncpy' ,it can compile success. when I run timw32g.exe ,it warning "..can't read any configuration file.." and if I open any midi file to play,there are no sound .(even if I set Output is "AIFF FILE", the aiff file is also no sound.)
>  
> thanks .
> your reply is very appreciated.
> Yours
> FUFO
>
>
> --------------------------------------------------
> From: "Yair K." <cesium2@...>
> Sent: Monday, July 20, 2009 8:53 PM
> To: <timidity-talk@...>
> Subject: Re: [timidity-talk] timidity midi to pcm project
>
>> On Mon July 20 2009 13:49:39 注册.吴 wrote:
>>> dear all:
>>>           I am study midi .I want a project thank can decoder a midi file
>>> to pcm file.I have downloaded TiMidity++-2.13.2 . when I compile it in
>>> MSVC6.0, I find it it difficult to me .so are there anybody have such
>>> project in MSVC6.0? thanks all
>>
>> I recall there's a MSVC6 project in the configs/ subdirectory.
>>
>> Yours,
>> Yair K.
>>
>> ------------------------------------------------------------------------------
>> Enter the BlackBerry Developer Challenge  
>> This is your chance to win up to $100,000 in prizes! For a limited time,
>> vendors submitting new applications to BlackBerry App World(TM) will have
>> the opportunity to enter the BlackBerry Developer Challenge. See full prize  
>> details at: http://p.sf.net/sfu/Challenge
>> _______________________________________________
>> Timidity-talk mailing list
>> Timidity-talk@...
>> https://lists.sourceforge.net/lists/listinfo/timidity-talk
>>
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Timidity-talk mailing list
Timidity-talk@...
https://lists.sourceforge.net/lists/listinfo/timidity-talk