Skip to content

Feature / Transpose Chromatically All Scale Mode Instrument Clips (excl. Kits) from Song View's (Song / Arranger / Arranger Automation / Performance)#1159

Merged
m-m-adams merged 24 commits into
SynthstromAudible:communityfrom
seangoodvibes:Feature-/-Transpose-All-Scale-Mode-Clips-from-Song-View's-(Song-/-Arranger-/-Arranger-Automation-/-Performance)
Feb 7, 2024
Merged

Feature / Transpose Chromatically All Scale Mode Instrument Clips (excl. Kits) from Song View's (Song / Arranger / Arranger Automation / Performance)#1159
m-m-adams merged 24 commits into
SynthstromAudible:communityfrom
seangoodvibes:Feature-/-Transpose-All-Scale-Mode-Clips-from-Song-View's-(Song-/-Arranger-/-Arranger-Automation-/-Performance)

Conversation

@seangoodvibes
Copy link
Copy Markdown
Collaborator

@seangoodvibes seangoodvibes commented Feb 2, 2024

Added ability to chromatically transpose all scale mode instrument clips (excluding kits) from all the various song views (Song Row/Grid, Arranger, Arranger Automation, Performance View)

Uses the same shortcut as when you're in a Synth/Midi/CV clip (Press and turn <>) to transpose the clips chromatically by +/- # of semitones (customizable, see below)

The display will show you the current root note and scale (before and after transposition):

image

You can adjust the number of semitones offset that the master transpose will transpose clips by, by holding shift and turning <>. The display will show you the transpose offset.

image

@seangoodvibes seangoodvibes force-pushed the Feature-/-Transpose-All-Scale-Mode-Clips-from-Song-View's-(Song-/-Arranger-/-Arranger-Automation-/-Performance) branch from efa1911 to d7da642 Compare February 2, 2024 02:43
@seangoodvibes seangoodvibes added this to the Release 1.1 milestone Feb 2, 2024
@seangoodvibes seangoodvibes changed the title Feature / Transpose All Scale Mode Clips from Song View's (Song / Arranger / Arranger Automation / Performance) Feature / Transpose All Instrument Clips (excl. Kits) from Song View's (Song / Arranger / Arranger Automation / Performance) Feb 2, 2024
@mweigt
Copy link
Copy Markdown
Contributor

mweigt commented Feb 3, 2024

Beautiful!

Ideas for the future, based on this:

  1. transpose in-scale (does it already?)
  2. automizable (is it already?)
  3. automizable by midi notes relative to some root note
  4. Now we can instant-harmonize a song by external keyboard or midi track... (I think there is an issue/pr somewhere suggesting this, it's one of the most raved-about features of the oxi one sequencer)
  5. Profit!
  6. Maybe extend to audio, as the Deluge can easily do this, IIRC (I hardly use audio)

Just some brainstorming here, the new shortcut is definitely great on it's own, even more so as it is super-consistent with current behaviour!

@seangoodvibes seangoodvibes changed the title Feature / Transpose All Instrument Clips (excl. Kits) from Song View's (Song / Arranger / Arranger Automation / Performance) Feature / Transpose All Scale Mode Instrument Clips (excl. Kits) from Song View's (Song / Arranger / Arranger Automation / Performance) Feb 4, 2024
@seangoodvibes seangoodvibes changed the title Feature / Transpose All Scale Mode Instrument Clips (excl. Kits) from Song View's (Song / Arranger / Arranger Automation / Performance) Feature / Transpose Chromatically All Scale Mode Instrument Clips (excl. Kits) from Song View's (Song / Arranger / Arranger Automation / Performance) Feb 4, 2024
@seangoodvibes seangoodvibes marked this pull request as draft February 4, 2024 22:08
@seangoodvibes seangoodvibes changed the title Feature / Transpose Chromatically All Scale Mode Instrument Clips (excl. Kits) from Song View's (Song / Arranger / Arranger Automation / Performance) [DRAFT] Feature / Transpose Chromatically All Scale Mode Instrument Clips (excl. Kits) from Song View's (Song / Arranger / Arranger Automation / Performance) Feb 4, 2024
@seangoodvibes seangoodvibes changed the title [DRAFT] Feature / Transpose Chromatically All Scale Mode Instrument Clips (excl. Kits) from Song View's (Song / Arranger / Arranger Automation / Performance) Feature / Transpose Chromatically All Scale Mode Instrument Clips (excl. Kits) from Song View's (Song / Arranger / Arranger Automation / Performance) Feb 4, 2024
@seangoodvibes seangoodvibes marked this pull request as ready for review February 4, 2024 23:20
@seangoodvibes seangoodvibes force-pushed the Feature-/-Transpose-All-Scale-Mode-Clips-from-Song-View's-(Song-/-Arranger-/-Arranger-Automation-/-Performance) branch from 5bfbea7 to 1a0e96c Compare February 4, 2024 23:21
@soymonitus
Copy link
Copy Markdown
Collaborator

When transposing.. say 1 semitone, will this just change root note and not scale? I mean, if you have your clips in C Major scale, and you turn up 1 notch, will the scale now be C# major?

@seangoodvibes
Copy link
Copy Markdown
Collaborator Author

When transposing.. say 1 semitone, will this just change root note and not scale? I mean, if you have your clips in C Major scale, and you turn up 1 notch, will the scale now be C# major?

Correct this does not change the scale. It changes the root note (eg C major to C# major).

seangoodvibes and others added 12 commits February 6, 2024 14:26
…anger / Arranger Automation / Performance)

Added ability to transpose all scale mode clips from all the various song views (Song Row/Grid, Arranger, Arranger Automation, Performance View)
Add documentation
Refactored transposition code to Song::

Added functions to display total transposed semitones
Added functions to adjust and display master transpose offset
Pressing a clip and engaging transpose gives the impression you are changing only that clip's transpose, which is not the case. Handle this by making sure there is no active UI mode before engaging transpose in song view and arranger view
Ignore kit clips in the clip traversing loop
Adjusted documentation to clarify the type of transpose in this feature.
Removed display of # of semitones transposed

Added display of current root note and scale

Added pop up to instrument clip view, automation view, song view, performance view and arranger view when you press down on the vertical encoder to display the current root note and scale

For an instrument clip, it only displays the current root note and scale popup if it's a scale mode clip
…nthstromAudible#1180)

* Add menu name/title changes on Mutable reverb; change  "Dampening"

* Revert dampening/damping for storageManager (xml reading)

* format
@seangoodvibes seangoodvibes force-pushed the Feature-/-Transpose-All-Scale-Mode-Clips-from-Song-View's-(Song-/-Arranger-/-Arranger-Automation-/-Performance) branch from d257250 to 8ace960 Compare February 6, 2024 19:27
…anger / Arranger Automation / Performance)

Added ability to transpose all scale mode clips from all the various song views (Song Row/Grid, Arranger, Arranger Automation, Performance View)
Add documentation
Refactored transposition code to Song::

Added functions to display total transposed semitones
Added functions to adjust and display master transpose offset
Pressing a clip and engaging transpose gives the impression you are changing only that clip's transpose, which is not the case. Handle this by making sure there is no active UI mode before engaging transpose in song view and arranger view
Ignore kit clips in the clip traversing loop
Adjusted documentation to clarify the type of transpose in this feature.
Removed display of # of semitones transposed

Added display of current root note and scale

Added pop up to instrument clip view, automation view, song view, performance view and arranger view when you press down on the vertical encoder to display the current root note and scale

For an instrument clip, it only displays the current root note and scale popup if it's a scale mode clip
@m-m-adams m-m-adams force-pushed the Feature-/-Transpose-All-Scale-Mode-Clips-from-Song-View's-(Song-/-Arranger-/-Arranger-Automation-/-Performance) branch from 8ace960 to f34a091 Compare February 7, 2024 04:07
Copy link
Copy Markdown
Collaborator

@m-m-adams m-m-adams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! One UI nit

Comment thread src/deluge/model/song/song.cpp Outdated
…'s-(Song-/-Arranger-/-Arranger-Automation-/-Performance)' of https://github.com/seangoodvibes/DelugeFirmware into Feature-/-Transpose-All-Scale-Mode-Clips-from-Song-View's-(Song-/-Arranger-/-Arranger-Automation-/-Performance)
@m-m-adams m-m-adams added this pull request to the merge queue Feb 7, 2024
Merged via the queue into SynthstromAudible:community with commit dab26cd Feb 7, 2024
@seangoodvibes seangoodvibes deleted the Feature-/-Transpose-All-Scale-Mode-Clips-from-Song-View's-(Song-/-Arranger-/-Arranger-Automation-/-Performance) branch February 22, 2024 23:20
tastycode pushed a commit to tastycode/DelugeFirmware that referenced this pull request Jul 3, 2024
…cl. Kits) from Song View's (Song / Arranger / Arranger Automation / Performance) (SynthstromAudible#1159)

* Feature / Transpose All Scale Mode Clips from Song View's (Song / Arranger / Arranger Automation / Performance)

Added ability to transpose all scale mode clips from all the various song views (Song Row/Grid, Arranger, Arranger Automation, Performance View)

* Update documentation

Add documentation

* Allow customizable transpose offset

Refactored transposition code to Song::

Added functions to display total transposed semitones
Added functions to adjust and display master transpose offset

* Don't engage master transpose if clip is selected

Pressing a clip and engaging transpose gives the impression you are changing only that clip's transpose, which is not the case. Handle this by making sure there is no active UI mode before engaging transpose in song view and arranger view

* Remove Scale Mode Clip Restriction

* Update documentation

* Ignore Kit Clips

Ignore kit clips in the clip traversing loop

* Restrict transpose to scale mode clips

* Define transpose as Chromatic Transpose

Adjusted documentation to clarify the type of transpose in this feature.

* Display Root Note and Scale

Removed display of # of semitones transposed

Added display of current root note and scale

Added pop up to instrument clip view, automation view, song view, performance view and arranger view when you press down on the vertical encoder to display the current root note and scale

For an instrument clip, it only displays the current root note and scale popup if it's a scale mode clip

* Add menu name/title changes on Mutable reverb; change  "Dampening" (SynthstromAudible#1180)

* Add menu name/title changes on Mutable reverb; change  "Dampening"

* Revert dampening/damping for storageManager (xml reading)

* format

* Mention volume fix in changelog (SynthstromAudible#1181)

* Feature / Transpose All Scale Mode Clips from Song View's (Song / Arranger / Arranger Automation / Performance)

Added ability to transpose all scale mode clips from all the various song views (Song Row/Grid, Arranger, Arranger Automation, Performance View)

* Update documentation

Add documentation

* Allow customizable transpose offset

Refactored transposition code to Song::

Added functions to display total transposed semitones
Added functions to adjust and display master transpose offset

* Don't engage master transpose if clip is selected

Pressing a clip and engaging transpose gives the impression you are changing only that clip's transpose, which is not the case. Handle this by making sure there is no active UI mode before engaging transpose in song view and arranger view

* Remove Scale Mode Clip Restriction

* Update documentation

* Ignore Kit Clips

Ignore kit clips in the clip traversing loop

* Restrict transpose to scale mode clips

* Define transpose as Chromatic Transpose

Adjusted documentation to clarify the type of transpose in this feature.

* Display Root Note and Scale

Removed display of # of semitones transposed

Added display of current root note and scale

Added pop up to instrument clip view, automation view, song view, performance view and arranger view when you press down on the vertical encoder to display the current root note and scale

For an instrument clip, it only displays the current root note and scale popup if it's a scale mode clip

* Change Offset to Interval per Feedback

---------

Co-authored-by: Katherine Whitlock <kate@skylinesynths.nyc>
Co-authored-by: Mark Adams <mark.adams@queensu.ca>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants