Skip to content

Commit

Permalink
Added API
Browse files Browse the repository at this point in the history
+DeleteTempoTimeSigMarker()
+MIDI_SetItemExtents()
  • Loading branch information
Breeder committed Apr 9, 2015
1 parent 4d1ad78 commit f2e2c85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sws_extension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@ extern "C"
IMPAPI(DeleteProjectMarker);
IMPAPI(DeleteProjectMarkerByIndex);
IMPAPI(DeleteTakeStretchMarkers);
IMPAPI(DeleteTempoTimeSigMarker); // v5pre4+
IMPAPI(DeleteTrack);
IMPAPI(DeleteTrackMediaItem);
IMPAPI(DestroyAudioAccessor);
Expand Down Expand Up @@ -893,6 +894,7 @@ extern "C"
IMPAPI(MIDI_InsertTextSysexEvt);
IMPAPI(MIDI_SetCC);
IMPAPI(MIDI_SetEvt);
IMPAPI(MIDI_SetItemExtents); // v5.0pre (no data on exact build in whatsnew, but I'm pretty sure I never saw this in v4)
IMPAPI(MIDI_SetNote);
IMPAPI(MIDI_SetTextSysexEvt);
IMPAPI(MIDIEditor_GetActive);
Expand All @@ -906,7 +908,7 @@ extern "C"
IMPAPI(mkvolstr);
IMPAPI(MoveEditCursor);
IMPAPI(MoveMediaItemToTrack);
IMPAPI(OnColorThemeOpenFile); // v5.0pre21+
IMPAPI(OnColorThemeOpenFile); // v5.0pre21+
IMPAPI(OnPauseButton);
IMPAPI(OnPlayButton);
IMPAPI(OnStopButton);
Expand Down Expand Up @@ -1059,7 +1061,7 @@ extern "C"
dir1.SetFormatted(2048, "%s/%s", GetResourcePath(), "UserPlugins");
dir2.Set("/Library/Application Support/REAPER/UserPlugins");
#endif

char txt[8192]="";
_snprintf(txt, sizeof(txt),
// keep the message on a single line (for the LangPack generator)
Expand Down

0 comments on commit f2e2c85

Please sign in to comment.