From f4cb3e5ac2728ad30728efd3f7c3a3dae2512d0a Mon Sep 17 00:00:00 2001 From: Seth Forsgren Date: Tue, 13 Dec 2022 22:56:53 -0800 Subject: [PATCH] curating beats --- components/Settings.tsx | 39 ++++----------------------------------- 1 file changed, 4 insertions(+), 35 deletions(-) diff --git a/components/Settings.tsx b/components/Settings.tsx index 5344a34..5c6ceba 100644 --- a/components/Settings.tsx +++ b/components/Settings.tsx @@ -160,41 +160,10 @@ export function SeedImageSelector( ) { let selectOptions = [ ["OG Beat", "og_beat"], - - // TODO: remove set of seed defaults based on test results - ["Epic", "epic"], - ['Folksy', 'folksy'], - ['Funk', 'funk'], - ['Hustle', 'hustle'], - ['Latin', 'latin'], - ['Lounge', 'lounge'], - ['Pressure', 'pressure'], - ['Rock', 'rock'], - ['Stomp', 'stomp'], - ['Wild', 'wild'], - - ['Epic_cut', 'cut_epic'], - ['Folksy_cut', 'cut_folksy'], - ['Funk_cut', 'cut_funk'], - ['Hustle_cut', 'cut_hustle'], - ['Latin_cut', 'cut_latin'], - ['Lounge_cut', 'cut_lounge'], - ['Pressure_cut', 'cut_pressure'], - ['Rock_cut', 'cut_rock'], - ['Stomp_cut', 'cut_stomp'], - ['Wild_cut', 'cut_wild'], - - ['Epic_cut32', 'cut32_epic'], - ['Folksy_cut32', 'cut32_folksy'], - ['Funk_cut32', 'cut32_funk'], - ['Hustle_cut32', 'cut32_hustle'], - ['Latin_cut32', 'cut32_latin'], - ['Lounge_cut32', 'cut32_lounge'], - ['Pressure_cut32', 'cut32_pressure'], - ['Rock_cut32', 'cut32_rock'], - ['Stomp_cut32', 'cut32_stomp'], - ['Wild_cut32', 'cut32_wild'], - + ["Agile", "agile"], + ["Marin", "marim"], + ["Motorway", "motorway"], + ["Smooth", "vibes"], ]; let matchedOption = selectOptions.find((x) => x[1] === seedImage);