View Single Post
Old 05-10-2008, 09:50 AM   #39
sws
Code Monkey
 
sws's Avatar
 
Join Date: Sep 2007
Location: Madison, WI
Posts: 857
Default

Thanks, Deric. I should have been more specific I guess.

I'd like functions to arbitrarily manipulate markers. I can totally hack around it all by moving the edit cursor but it's be nice to just have a SetMarker(double time, char* name, int id); DeleteMarker(int id).

EDIT: not to mention that currently there's no way to name markers/regions from the API.

Last edited by sws; 05-10-2008 at 10:27 AM.
sws is offline   Reply With Quote