Disable phantom drum track and hi-hats in arranger
This commit is contained in:
@@ -46,12 +46,12 @@ export interface ArrangerConfig {
|
|||||||
|
|
||||||
const DEFAULT_CONFIG: ArrangerConfig = {
|
const DEFAULT_CONFIG: ArrangerConfig = {
|
||||||
enhanceBass: true,
|
enhanceBass: true,
|
||||||
enhanceDrums: true,
|
enhanceDrums: false, // Disabled - no phantom drums/hi-hats
|
||||||
doubleMelody: true,
|
doubleMelody: true,
|
||||||
fillGaps: true,
|
fillGaps: true,
|
||||||
minGapToFill: 0.5,
|
minGapToFill: 0.5,
|
||||||
targetUtilization: 0.7,
|
targetUtilization: 0.7,
|
||||||
hihatRate: 1, // Quarter notes (less busy than 8th notes)
|
hihatRate: 1,
|
||||||
bpm: 120,
|
bpm: 120,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user