processing/p5.sound.js

Suppress Tone.js console logs on start: `%c * Tone.js v15.0.2 * background: #000; color: #fff`

Open

#54 aberto em 18 de abr. de 2025

Ver no GitHub
 (13 comments) (0 reactions) (0 assignees)JavaScript (22 forks)auto 404
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (52 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

When using p5.sound, the following message is logged to the console on start:

%c * Tone.js v15.0.2 * background: #000; color: #fff

This comes from Tone.js and can be silenced by setting window.TONE_SILENCE_LOGGING = true (see https://github.com/Tonejs/Tone.js/issues/155).

I suggest silencing this log to avoid confusion, especially for new users to the library.

Guia do colaborador