View Single Post
Old 04-13-2011, 02:12 AM   #203
araud
Human being with feelings
 
Join Date: Oct 2010
Posts: 103
Default P_SOURCE and PCM_SOURCE_EXT_OPENEDITOR

hi!

After I set my own P_SOURCE:

GetSetMediaItemTakeInfo(pTake, "P_SOURCE", pSource);

Built-in MIDI editor (not inline) stops coming up. Just silently ignores "CTRL+ALT+E" and "Open items in built-in MIDI editor".

It happens even if my source does nothing but delegates all calls to original source (I do not kill it but keep inside my instance).

If I call m_pOldSource->Extended(PCM_SOURCE_EXT_OPENEDITOR, ...); Reaper hangs dead.

However "Open Item Copies with built-in MIDI editor" works fine. But additional take is created.

Is this possible to link my source take with built-in MIDI editor smoothly?

Last edited by araud; 04-27-2011 at 11:07 PM. Reason: question is outdated
araud is offline   Reply With Quote