From 68ddddfd76062ac07e94f572ad437425c5d8c84d Mon Sep 17 00:00:00 2001 From: Javier Serrano Polo Date: Fri, 14 Jul 2006 20:11:24 +0000 Subject: [PATCH] extended detuning to chords and arpeggios git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@230 0778d3d1-df1d-0410-868b-ea421aaaa00d --- src/core/arp_and_chords_tab_widget.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/arp_and_chords_tab_widget.cpp b/src/core/arp_and_chords_tab_widget.cpp index b7e02954f..d838a11c5 100644 --- a/src/core/arp_and_chords_tab_widget.cpp +++ b/src/core/arp_and_chords_tab_widget.cpp @@ -468,6 +468,7 @@ void arpAndChordsTabWidget::processNote( notePlayHandle * _n ) NOTES_PER_OCTAVE ), _n->getVolume(), _n->getPanning() ); + note_copy.setDetuning( _n->detuning() ); // duplicate note-play-handle, only note is // different notePlayHandle * note_play_handle = @@ -623,6 +624,7 @@ void arpAndChordsTabWidget::processNote( notePlayHandle * _n ) static_cast( _n->getVolume() * vol_level ), _n->getPanning() ); + new_note.setDetuning( _n->detuning() ); // duplicate note-play-handle, only ptr to note is different // and is_arp_note=TRUE