Finale SmartMusic
  Home | Log In | Register | Search | Help
   
MakeMusic Forum > Public Forums > Plug-In Development - FORUM HAS MOVED! > How to send MIDI message to SmatMusic SoftSynth?  Forum Quick Jump
 
You cannot post new topics in this forum. You cannot reply to topics in this forum. Printable Version
[ << Previous Thread | Next Thread >> | Show Newest Post First ]

davido
Registered Member

Email Address Not AvailablePersonal Homepage Not AvailableSend a Private Message to davidoAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Mar 2011
Total Posts : 3
 
   Posted 3/2/2011 3:13 PM (GMT -6)    Quote This PostAlert An Admin About This Post.

 

 

  Hello to the Forum!

 

  It’s possible to send the MIDI message to any system MIDI Out device (e.g., Microsoft GM Wavetable Synth) by means of  Win API:

 

 

 DWORD dwMidiMsg;

 ......................................................................................

 

 HMIDIOUT hMidiOut;

 MIDIOUTCAPS midiOutCaps;

 UINT uMidiOutDevID;

 

  UINT uMidiOutNumDevs = midiOutGetNumDevs();  //Get the number of devices present in the system

 

 for( uMidiOutDevID=0; uMidiOutDevID<uMidiOutNumDevs; uMidiOutDevID++)

 {

   midiOutGetDevCaps(uMidiOutDevID, &midiOutCaps, sizeof(MIDIOUTCAPS));

   if(strcmp(midiOutCaps.szPname, ”Microsoft GM Wavetable Synth”)==0)

     break;

 }

 

 midiOutopen(&hMidiOut, uMidiOutDevID, (DWORD)hWnd, NULL, CALLBACK_WINDOW);

 midiOutShortMsg(hMidiOut, dwMidiMsg);

 

 

  But does anyone know how to send the MIDI message to Finale’s SmartMusic SoftSynth?

 

  Many Thanks.

 

 

 

Back to Top

Jari Williamsson
Registered Member

Click to send Jari Williamsson email.Click to visit Jari Williamsson's website.Send a Private Message to Jari WilliamssonAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Dec 1998
Total Posts : 3246
 
   Posted 7/16/2012 6:11 AM (GMT -6)    Quote This PostAlert An Admin About This Post.
I don't think the softsynth is a true Windows MIDI device.


Jari Williamsson

Windows XP, Pentium 4
2.40 GHz, 4 GB RAM

www.finaletips.nu - The Finale Productivity Tips site

Back to Top
You cannot post new topics in this forum. You cannot reply to topics in this forum. Printable Version
   
Forum Information
Currently it is Tuesday, December 19, 2023 6:28 PM (GMT -6)
There are a total of 403,820 posts in 58,165 threads.
In the last 3 days there were 0 new threads and 0 reply posts. View Active Threads