X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fgraphic%2Fgraphic.h;h=1517dfe494e686e29cb2eaa4a6524c95ef3f9c38;hb=6914ec9bd690023a5f014b54d064bbba58981982;hp=a539701a241bccc2f8a75bf514c262dac06e8e1e;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/graphic/graphic.h b/cinelerra-5.1/plugins/graphic/graphic.h index a539701a..1517dfe4 100644 --- a/cinelerra-5.1/plugins/graphic/graphic.h +++ b/cinelerra-5.1/plugins/graphic/graphic.h @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 1997-2011 Adam Williams - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #ifndef GRAPHIC_H @@ -57,13 +57,13 @@ class GraphicConfig public: GraphicConfig(); ~GraphicConfig(); - + int equivalent(GraphicConfig &that); void copy_from(GraphicConfig &that); - void interpolate(GraphicConfig &prev, - GraphicConfig &next, - int64_t prev_frame, - int64_t next_frame, + void interpolate(GraphicConfig &prev, + GraphicConfig &next, + int64_t prev_frame, + int64_t next_frame, int64_t current_frame); void insert_point(GraphicPoint *point); void delete_point(int number); @@ -225,11 +225,11 @@ class GraphicFFT : public CrossfadeFFT public: GraphicFFT(GraphicEQ *plugin); ~GraphicFFT(); - + int post_process(); int signal_process(); - int read_samples(int64_t output_sample, - int samples, + int read_samples(int64_t output_sample, + int samples, Samples *buffer); // Current GUI frame being filled GraphicGUIFrame *frame; @@ -248,8 +248,8 @@ public: int is_realtime(); void read_data(KeyFrame *keyframe); void save_data(KeyFrame *keyframe); - int process_buffer(int64_t size, - Samples *buffer, + int process_buffer(int64_t size, + Samples *buffer, int64_t start_position, int sample_rate); void update_gui();