Add zoom 12.5%
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#define AUTOMATION_EDITOR_H
|
||||
|
||||
#include <QtCore/QMutex>
|
||||
#include <QVector>
|
||||
#include <QWidget>
|
||||
|
||||
#include "Editor.h"
|
||||
@@ -186,6 +187,8 @@ private:
|
||||
ComboBoxModel m_zoomingYModel;
|
||||
ComboBoxModel m_quantizeModel;
|
||||
|
||||
static const QVector<double> m_zoomXLevels;
|
||||
|
||||
FloatModel * m_tensionModel;
|
||||
|
||||
QMutex m_patternMutex;
|
||||
@@ -252,6 +255,7 @@ signals:
|
||||
|
||||
|
||||
|
||||
|
||||
class AutomationEditorWindow : public Editor
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#ifndef PIANO_ROLL_H
|
||||
#define PIANO_ROLL_H
|
||||
|
||||
#include <QVector>
|
||||
#include <QWidget>
|
||||
#include <QInputDialog>
|
||||
|
||||
@@ -292,6 +293,7 @@ private:
|
||||
ComboBoxModel m_scaleModel;
|
||||
ComboBoxModel m_chordModel;
|
||||
|
||||
static const QVector<double> m_zoomLevels;
|
||||
|
||||
Pattern* m_pattern;
|
||||
QScrollBar * m_leftRightScroll;
|
||||
@@ -386,6 +388,8 @@ signals:
|
||||
} ;
|
||||
|
||||
|
||||
|
||||
|
||||
class PianoRollWindow : public Editor, SerializingObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
#ifndef SONG_EDITOR_H
|
||||
#define SONG_EDITOR_H
|
||||
|
||||
#include <QVector>
|
||||
|
||||
#include "Editor.h"
|
||||
#include "TrackContainerView.h"
|
||||
|
||||
@@ -124,6 +126,8 @@ private:
|
||||
|
||||
ComboBoxModel* m_zoomingModel;
|
||||
|
||||
static const QVector<double> m_zoomLevels;
|
||||
|
||||
bool m_scrollBack;
|
||||
bool m_smoothScroll;
|
||||
|
||||
@@ -133,6 +137,9 @@ private:
|
||||
|
||||
} ;
|
||||
|
||||
|
||||
|
||||
|
||||
class SongEditorWindow : public Editor
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user