mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-21 04:59:53 +02:00
add spectrum to graphic eq mode
This commit is contained in:
@@ -329,7 +329,12 @@ export default function EQScreen() {
|
||||
// in the tracks' own coordinate space, so it stays glued to the thumbs.
|
||||
const graphicEditorEl = renderEqGraphics ? (
|
||||
<View style={styles.graphicEditor}>
|
||||
<GraphicEQPanel gains={eq.graphicGains} enabled={eq.enabled} onChangeGain={eq.setGraphicGain} />
|
||||
<GraphicEQPanel
|
||||
gains={eq.graphicGains}
|
||||
enabled={eq.enabled}
|
||||
spectrumActive={scopeActive && focused}
|
||||
onChangeGain={eq.setGraphicGain}
|
||||
/>
|
||||
</View>
|
||||
) : null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user