feat: switch track volume to dB scale with Logic Pro-style fader (−∞dB ~ +12dB)
This commit is contained in:
@@ -63,7 +63,9 @@ export const KEY_SIGNATURE_MAP = {
|
||||
|
||||
export const AUDIO_INTERFACE_CONSTANTS = {
|
||||
DEFAULT_MASTER_VOLUME: 0.8,
|
||||
DEFAULT_TRACK_VOLUME: 0.8,
|
||||
DEFAULT_TRACK_VOLUME: 0, // 0 dB (unity gain)
|
||||
MIN_TRACK_VOLUME_DB: -60, // practical floor; displayed as −∞
|
||||
MAX_TRACK_VOLUME_DB: 12,
|
||||
};
|
||||
|
||||
export const SAMPLER_CONSTANTS = {
|
||||
|
||||
Reference in New Issue
Block a user