Some automation pattern fixes (#3352)
* Fix deleting automation points out of quantization * Triplets in Automation Editor + better remove action * Let a quantized Automation point wipe clean the space it covers * Improve sensitivity on erase with zoom < 100% * Eigth note default quantization * Tooltip and whatsthis text
This commit is contained in:
@@ -76,14 +76,17 @@ public:
|
||||
MidiTime timeMapLength() const;
|
||||
void updateLength();
|
||||
|
||||
MidiTime putValue( const MidiTime & _time, const float _value,
|
||||
const bool _quant_pos = true );
|
||||
MidiTime putValue( const MidiTime & time,
|
||||
const float value,
|
||||
const bool quantPos = true,
|
||||
const bool controlKey = false );
|
||||
|
||||
void removeValue( const MidiTime & _time,
|
||||
const bool _quant_pos = true );
|
||||
void removeValue( const MidiTime & time );
|
||||
|
||||
MidiTime setDragValue( const MidiTime & _time, const float _value,
|
||||
const bool _quant_pos = true );
|
||||
MidiTime setDragValue( const MidiTime & time,
|
||||
const float value,
|
||||
const bool quantPos = true,
|
||||
const bool controlKey = false );
|
||||
|
||||
void applyDragValue();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user