This commit is contained in:
Jade (Rose) Rowland 2024-08-31 23:43:07 -04:00
parent 11a07df120
commit ff8ec628be

View File

@ -16,7 +16,7 @@ export function AudioEngineTargetSelector({ target, onChange, isDisabled }) {
<SelectInput isDisabled={isDisabled} options={options} value={target} onChange={onTargetChange} />
{target === audioEngineTargets.osc && (
<div>
<p className='text-sm italic'> Events routed to OSC, audio is silenced! See <a className='text-blue-500' href="https://strudel.cc/learn/input-output/">Docs</a></p>
<p className='text-sm italic'> All events routed to OSC, audio is silenced! See <a className='text-blue-500' href="https://strudel.cc/learn/input-output/">Docs</a></p>
</div>
)}
</div>