diff --git a/examples/eq.scri b/examples/eq.scri index 4d7635e..08ac2b4 100644 --- a/examples/eq.scri +++ b/examples/eq.scri @@ -1,4 +1,4 @@ load :0; -# eq 3 1 2 -0.3 0.7; +eq 3 1 2 -0.3 0.7; eq 10 3 3 -0.9 2; quicksave; diff --git a/src/image.zig b/src/image.zig index 176f6ce..47991b3 100644 --- a/src/image.zig +++ b/src/image.zig @@ -303,6 +303,8 @@ pub const Image = struct { try swrite(out_file, rctx.out_buf.ptr, 1); } + _ = c.sf_seek(self.sndfile, @intCast(i64, seek_pos.end), c.SEEK_SET); + // post-plugin copy try self.copyBytes( out_file,