regulus79

Results 11 issues of regulus79

This pull request fixes #7351 by changing the PianoRoll's connection from `m_timeline` to `&Engine::getSong()->getTimeline(Song::PlayMode::Song)`, and additionally adding the signal `positionChanged` to the `Timeline` class. The new signal is necessary because...

## Description This pull request makes the detuning ghost notes actually be drawn in their proper position and size in the Automation Editor. Additionally, when opening the Automation Editor for...

This pull request makes the play button in the automation editor teleport the playhead position to where the clip begins before playing the song, instead of playing from the very...

## Problem Currently, segments do not loop in SlicerT. This makes sense for many applications such as drums, but if you want to use SlicerT to make unique sounds by...

This pr makes it so that when you reverse a trimmed/cropped sample, the cropped section is actually reversed. This is in contrast to the previous behavior, where the original sample...

This PR allows the user to select a group of PatternClips on the same track, rightclick, and select the option to "Copy to New Pattern Track", which will merge the...

## Description Instead of naming cloned `PatternTrack`s "Clone of ..." which can quickly build up with "Clone of Clone of Clone of Clone of Clone of ....", this PR changes...

The current state of README.md is a bit sub-par, and I think it could really use some revising. ## Critique (some of these critiques are subjective; I don't mean anything...

Makes the knife tool work for all types of clips, not just `SampleClip`s. ## Changes Most of the code is copied from `SampleClipView.cpp`'s `splitClip()` function, and then modified for each...

# Description This PR adds a new track and clip type, `VideoTrack` and `VideoClip`, for playing videos in sync with the music, primarily to make composing music for videos easier....