diff options
author | David Robillard <d@drobilla.net> | 2013-01-05 21:06:48 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-05 21:06:48 +0000 |
commit | a3f55ab87446b5f53f1e5b67dd70b484f10e3335 (patch) | |
tree | 4feb3c69e3a54479348274eb6a2eaaf540a69489 | |
parent | 668332916760b5227c0da23331e0948fe170240e (diff) | |
download | lv2-a3f55ab87446b5f53f1e5b67dd70b484f10e3335.tar.xz |
Fix event iteration.
-rw-r--r-- | plugins/eg-metro.lv2/metro.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/eg-metro.lv2/metro.c b/plugins/eg-metro.lv2/metro.c index cd7dfdb..d36ac15 100644 --- a/plugins/eg-metro.lv2/metro.c +++ b/plugins/eg-metro.lv2/metro.c @@ -299,7 +299,6 @@ run(LV2_Handle instance, uint32_t sample_count) /** Update time for next iteration and move to next event*/ last_t = ev->time.frames; - ev = lv2_atom_sequence_next(ev); } /** Play for remainder of cycle */ |