2021-12-15 21:48:10 -05:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2021 Paul Davis <paul@linuxaudiosystems.com>
|
|
|
|
* Copyright (C) 2021 Ben Loftis <ben@harrisonconsoles.com>
|
|
|
|
*
|
|
|
|
* 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.,
|
|
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
*/
|
|
|
|
|
2021-12-17 09:48:58 -05:00
|
|
|
#ifndef _gtk_ardour_audio_trigger_properties_box_h_
|
|
|
|
#define _gtk_ardour_audio_trigger_properties_box_h_
|
2021-12-15 21:48:10 -05:00
|
|
|
|
|
|
|
#include <gtkmm/box.h>
|
|
|
|
#include <gtkmm/label.h>
|
|
|
|
#include <gtkmm/table.h>
|
|
|
|
|
|
|
|
#include "ardour/ardour.h"
|
|
|
|
#include "ardour/session_handle.h"
|
2022-01-10 22:06:52 -05:00
|
|
|
#include "ardour/triggerbox.h"
|
2021-12-15 21:48:10 -05:00
|
|
|
|
|
|
|
#include "widgets/ardour_button.h"
|
2022-01-11 17:27:44 -05:00
|
|
|
#include "widgets/ardour_dropdown.h"
|
2021-12-15 21:48:10 -05:00
|
|
|
|
|
|
|
#include "audio_clock.h"
|
2022-01-11 11:51:24 -05:00
|
|
|
#include "trigger_ui.h"
|
2021-12-15 21:48:10 -05:00
|
|
|
|
2022-01-14 13:55:51 -05:00
|
|
|
class TriggerPropertiesBox : public Gtk::Table, public ARDOUR::SessionHandlePtr, public TriggerUI
|
2021-12-15 21:48:10 -05:00
|
|
|
{
|
|
|
|
public:
|
|
|
|
TriggerPropertiesBox () {}
|
|
|
|
~TriggerPropertiesBox () {}
|
|
|
|
|
2022-01-01 18:18:50 -05:00
|
|
|
protected:
|
|
|
|
Gtk::Label _header_label;
|
|
|
|
|
|
|
|
PBD::ScopedConnection _state_connection;
|
2021-12-15 21:48:10 -05:00
|
|
|
};
|
|
|
|
|
|
|
|
class AudioTriggerPropertiesBox : public TriggerPropertiesBox
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
AudioTriggerPropertiesBox ();
|
|
|
|
~AudioTriggerPropertiesBox ();
|
|
|
|
|
2021-12-17 09:48:58 -05:00
|
|
|
void set_session (ARDOUR::Session*);
|
2021-12-15 21:48:10 -05:00
|
|
|
|
|
|
|
protected:
|
2022-01-11 11:51:24 -05:00
|
|
|
virtual void on_trigger_changed (const PBD::PropertyChange& what_changed);
|
|
|
|
|
2021-12-15 21:48:10 -05:00
|
|
|
void toggle_stretch ();
|
2022-01-11 17:27:44 -05:00
|
|
|
void set_stretch_mode (ARDOUR::Trigger::StretchMode sm);
|
2021-12-15 21:48:10 -05:00
|
|
|
|
2022-01-10 19:24:49 -05:00
|
|
|
void start_clock_changed();
|
|
|
|
void length_clock_changed();
|
2022-01-10 20:33:30 -05:00
|
|
|
|
2022-01-17 19:04:28 -05:00
|
|
|
void meter_changed (Temporal::Meter m);
|
|
|
|
|
2022-01-26 11:17:53 -05:00
|
|
|
void beats_changed();
|
2022-01-10 19:24:49 -05:00
|
|
|
|
2021-12-15 21:48:10 -05:00
|
|
|
private:
|
|
|
|
|
2022-01-14 00:19:59 -05:00
|
|
|
void MultiplyTempo(float mult);
|
|
|
|
|
2021-12-17 09:48:58 -05:00
|
|
|
Gtk::Table _table;
|
2022-01-14 00:19:59 -05:00
|
|
|
|
2021-12-17 09:48:58 -05:00
|
|
|
AudioClock _length_clock;
|
|
|
|
AudioClock _start_clock;
|
2021-12-15 21:48:10 -05:00
|
|
|
|
2022-01-18 09:12:17 -05:00
|
|
|
Gtk::Label _bpm_label;
|
|
|
|
Gtk::Label _length_label;
|
2022-01-26 11:17:53 -05:00
|
|
|
Gtk::Label _beat_label;
|
2022-01-18 09:12:17 -05:00
|
|
|
|
2022-01-26 12:18:41 -05:00
|
|
|
Gtk::Label _bars_label;
|
|
|
|
Gtk::Label _bars_display;
|
|
|
|
|
2022-01-26 11:17:53 -05:00
|
|
|
Gtk::Adjustment _beat_adjustment;
|
|
|
|
Gtk::SpinButton _beat_spinner;
|
2021-12-15 21:48:10 -05:00
|
|
|
|
2021-12-17 09:48:58 -05:00
|
|
|
ArdourWidgets::ArdourButton _stretch_toggle;
|
2021-12-15 21:48:10 -05:00
|
|
|
|
2022-01-11 17:27:44 -05:00
|
|
|
ArdourWidgets::ArdourDropdown _stretch_selector;
|
2021-12-15 21:48:10 -05:00
|
|
|
|
2022-01-14 00:19:59 -05:00
|
|
|
ArdourWidgets::ArdourButton _abpm_label;
|
|
|
|
|
2022-01-18 09:12:17 -05:00
|
|
|
ArdourWidgets::ArdourButton _half_button;
|
|
|
|
ArdourWidgets::ArdourButton _dbl_button;
|
|
|
|
|
2022-01-17 19:04:28 -05:00
|
|
|
bool _ignore_changes;
|
2021-12-15 21:48:10 -05:00
|
|
|
};
|
|
|
|
|
2021-12-17 09:48:58 -05:00
|
|
|
#endif
|