mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Add method to plot loudness analysis graph
This commit is contained in:
parent
babf319cea
commit
3bc4dcf36f
2 changed files with 399 additions and 0 deletions
|
|
@ -39,4 +39,7 @@ loudness_histogram (Glib::RefPtr<Pango::Context>, ARDOUR::ExportAnalysisPtr, int
|
|||
Cairo::RefPtr<Cairo::ImageSurface>
|
||||
time_axis (Glib::RefPtr<Pango::Context>, int width, int margin_left, ARDOUR::samplepos_t start, ARDOUR::samplecnt_t len, ARDOUR::samplecnt_t rate);
|
||||
|
||||
Cairo::RefPtr<Cairo::ImageSurface>
|
||||
plot_loudness (Glib::RefPtr<Pango::Context>, ARDOUR::ExportAnalysisPtr, int height, int margin_left, ARDOUR::samplecnt_t rate);
|
||||
|
||||
}; // namespace ArdourGraphs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue