extended detuning to chords and arpeggios
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@230 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -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<volume>( _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
|
||||
|
||||
Reference in New Issue
Block a user