Go Back   Cockos Incorporated Forums > Projects > Deprecated REAPER issue tracker > Open Bug

API functions in reaper_plugin_functions.h not available Issue Tools
issueid=4823 05-24-2013 02:56 AM
Human being with feelings
API functions in reaper_plugin_functions.h not available
Some functions advertised in reaper_plugin_functions.h return NULL

Only tested on Reaper 4.402 x86

Functions are:

GetMediaItemTrack
GetParentTrack
GetProjectStateChangeCount
IsMediaItemSelected
MediaItemDescendsFromTrack
SelectAllMediaItems
SetActiveTake
SetMediaItemSelected

With functionName anyone of the following, the assert(0) below is hit.

void RegisterFunction(reaper_plugin_info_t *pluginInfo, void **function, const char* functionName)
{
*function = pluginInfo->GetFunc(functionName);
if (*function == NULL)
{
assert(0);
}
}
Issue Details
Issue Type Open Bug
Project Deprecated REAPER issue tracker
Category Plugins
Status Unconfirmed
Priority 10 - Lowest
Affected Version 4.402
Fixed Version (none)
Users able to reproduce bug 1
Users unable to reproduce bug 0
Assigned Users (none)
Tags (none)

Reply

Issue Tools
Subscribe to this issue

All times are GMT -7. The time now is 09:09 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.