mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-06 15:05:28 +01:00
Added current chain entry to veejay status , more bugfixes in gveejay*
git-svn-id: svn://code.dyne.org/veejay/trunk@393 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -1762,7 +1762,7 @@ int sample_chain_sprint_status( int s1,int pfps, int frame, int mode,int total_s
|
||||
return -1;
|
||||
|
||||
sprintf(str,
|
||||
"%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",
|
||||
"%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",
|
||||
pfps,
|
||||
frame,
|
||||
mode,
|
||||
@@ -1778,6 +1778,7 @@ int sample_chain_sprint_status( int s1,int pfps, int frame, int mode,int total_s
|
||||
sample_size(),
|
||||
sample->marker_start,
|
||||
sample->marker_end,
|
||||
sample->selected_entry,
|
||||
total_slots);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user