summaryrefslogtreecommitdiffstats
path: root/raul/SMFWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'raul/SMFWriter.h')
-rw-r--r--raul/SMFWriter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/raul/SMFWriter.h b/raul/SMFWriter.h
index b512cff..875c151 100644
--- a/raul/SMFWriter.h
+++ b/raul/SMFWriter.h
@@ -34,6 +34,8 @@ public:
bool start(const std::string& filename,
BeatTime start_time=0) throw (std::logic_error);
+ uint16_t ppqn() const { return _ppqn; }
+
void write_event(BeatTime time,
size_t ev_size,
const unsigned char* ev) throw (std::logic_error);