X-Git-Url: http://git.tdb.fi/?p=libs%2Fdemoscene.git;a=blobdiff_plain;f=source%2Fsequencer.h;fp=source%2Fsequencer.h;h=d2a786987e8d58cd43a6d2b1b1bc83e2f7132884;hp=d01ee6865da58811745c592ee17d83b2cfde007e;hb=eab0e547df149ba6972ee2a2b3435e37a4fc0a0c;hpb=7bf392aeb264c6f700e9df8d13a83c8c5da26fc7 diff --git a/source/sequencer.h b/source/sequencer.h index d01ee68..d2a7869 100644 --- a/source/sequencer.h +++ b/source/sequencer.h @@ -108,6 +108,7 @@ public: template void register_action_type(const std::string &); + void define_action(const std::string &, Action &); void set_beats_per_minute(float); float get_beats_per_minute() const { return Msp::Time::min/secs_per_beat; }