X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fvalerie%2Fvalerie.c;h=f6a79d8c0302588c0bf76323f9b8f6a3fe2021eb;hb=8146191b1bac94ea07ce11fc5d3810a3e0592812;hp=c76112d8e015e1f593371510c82f60ab0a06fd32;hpb=4580365ba2f57f530aa4bdeb57788822fab09e2f;p=melted diff --git a/src/valerie/valerie.c b/src/valerie/valerie.c index c76112d..f6a79d8 100644 --- a/src/valerie/valerie.c +++ b/src/valerie/valerie.c @@ -346,6 +346,14 @@ valerie_error_code valerie_unit_clear( valerie this, int unit ) return valerie_execute( this, 1024, "CLEAR U%d", unit ); } +/** Wipe the unit - this function removes all clips before the current one. +*/ + +valerie_error_code valerie_unit_wipe( valerie this, int unit ) +{ + return valerie_execute( this, 1024, "WIPE U%d", unit ); +} + /** Move clips on the units playlist. */