X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fvalerie%2Fvalerie.c;h=5b0d330f2349d2aea64d8b702567fa3f1859b208;hb=a748638a86c7023aa12e7ca6e49813821fe804fd;hp=b1c5f9402865cba9c87bace901ad49598436c585;hpb=bea649aa7c6f4f4c57b67678be7dfe74d4db66b3;p=melted diff --git a/src/valerie/valerie.c b/src/valerie/valerie.c index b1c5f94..5b0d330 100644 --- a/src/valerie/valerie.c +++ b/src/valerie/valerie.c @@ -260,6 +260,14 @@ valerie_error_code valerie_unit_clean( valerie this, int unit ) return valerie_execute( this, 1024, "CLEAN U%d", unit ); } +/** Clear the unit - this function removes all clips. +*/ + +valerie_error_code valerie_unit_clear( valerie this, int unit ) +{ + return valerie_execute( this, 1024, "CLEAR U%d", unit ); +} + /** Move clips on the units playlist. */