This commit is contained in:
@@ -206,12 +206,11 @@ export default function Menu(props) {
|
||||
{/* CONTENEUR DES BOUTONS D'ACTIONS */}
|
||||
|
||||
<div className="my-1 flex flex-col space-y-2">
|
||||
<label htmlFor="midi-in-select" className="text-xs font-bold text-gray-500 uppercase"> TYPE ACTION</label>
|
||||
<label htmlFor="midi-in-select" className="text-xs font-bold text-gray-500 uppercase">DEVICE IMPORT</label>
|
||||
<button
|
||||
className="btn bg-indigo-600 text-white hover:bg-indigo-700 w-full font-semibold"
|
||||
onClick={() => {requestCurrentPatchDump();}}
|
||||
>
|
||||
📥 Import from KORG
|
||||
>📥 Import from KORG
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -284,8 +283,7 @@ export default function Menu(props) {
|
||||
|
||||
<div className="my-1 w-full">
|
||||
|
||||
<div className="text-xs font-semibold text-gray-500 uppercase mb-1">TIMBRES</div>
|
||||
|
||||
<label htmlFor="midi-in-select" className="text-xs font-bold text-gray-500 uppercase">TIMBRES</label>
|
||||
<div className="grid grid-cols-4 gap-1">
|
||||
<button
|
||||
disabled={state.patch.mode === 'Vocoder'}
|
||||
|
||||
Reference in New Issue
Block a user