0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/obs
fryshorts 3fea6997a7 obs: Use new fader from libobs for volume control
This replaces the code for volume control with a newer version that
uses the new fader implementation in order to control the fader/slider
position and source volume.
The volume label will now indicate the gain in dB instead of percent,
mainly because it looks cool and is easy to do.
Due to libobs saving the multiplier option for the source instead of
the slider/fader positon, existing volume levels will (mostly) stay
the same with only the slider beeing at a different position.
This is of course within the resolution of the slider (100 steps).
2014-11-26 20:07:26 +01:00
..
data Add latest translations from CrowdIn 2014-10-31 21:02:47 -04:00
dist Add .desktop file for obs on linux 2014-08-05 21:15:31 +02:00
forms Fix "Remove" shortcut (Del) to work for both scenes and sources 2014-10-19 19:16:04 +02:00
CMakeLists.txt Add UI for remuxing recordings via FFmpeg 2014-10-12 19:56:52 +02:00
display-helpers.hpp Ensure sizes passed to OBS are actual pixel sizes 2014-04-16 22:39:05 +02:00
obs-app.cpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
obs-app.hpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
platform-osx.mm Move config values from the commandline to obsconfig.h 2014-07-26 14:07:14 +02:00
platform-windows.cpp Move config values from the commandline to obsconfig.h 2014-07-26 14:07:14 +02:00
platform-x11.cpp Move config values from the commandline to obsconfig.h 2014-07-26 14:07:14 +02:00
platform.hpp Add platform specific locale priority enumeration 2014-07-13 19:10:39 +02:00
properties-view.cpp Move properties loading to OBSPropertiesView 2014-10-01 15:39:57 +02:00
properties-view.hpp Move properties loading to OBSPropertiesView 2014-10-01 15:39:57 +02:00
qt-display.hpp Mark method as override 2014-01-25 07:23:57 +01:00
qt-wrappers.cpp Adjust OBSErrorBox severity 2014-07-13 15:23:26 +02:00
qt-wrappers.hpp Use only one widget for preview 2014-03-07 10:19:03 -07:00
sparkle-updater.mm sparkle-updater: Enable delta update failure fallback 2014-11-01 03:06:26 +01:00
volume-control.cpp obs: Use new fader from libobs for volume control 2014-11-26 20:07:26 +01:00
volume-control.hpp obs: Use new fader from libobs for volume control 2014-11-26 20:07:26 +01:00
window-basic-interaction.cpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
window-basic-interaction.hpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
window-basic-main.cpp Fix Qt unregistered datatype messages 2014-10-29 16:06:18 +01:00
window-basic-main.hpp Open source properties on double click 2014-10-19 19:16:04 +02:00
window-basic-preview.cpp Do not draw selected item outline if selected item is invisible 2014-10-14 02:42:30 +02:00
window-basic-preview.hpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
window-basic-properties.cpp Handle 'update_properties' signal in window-basic-properties 2014-10-01 15:39:58 +02:00
window-basic-properties.hpp Handle 'update_properties' signal in window-basic-properties 2014-10-01 15:39:58 +02:00
window-basic-settings.cpp Move properties loading to OBSPropertiesView 2014-10-01 15:39:57 +02:00
window-basic-settings.hpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
window-basic-source-select.cpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
window-basic-source-select.hpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
window-basic-status-bar.cpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
window-basic-status-bar.hpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
window-basic-transform.cpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
window-basic-transform.hpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
window-license-agreement.cpp Add license agreement dialog 2014-07-13 11:40:47 -07:00
window-license-agreement.hpp Add license agreement dialog 2014-07-13 11:40:47 -07:00
window-log-reply.cpp Add help menu with log file uploading 2014-05-18 17:44:10 -07:00
window-log-reply.hpp Add help menu with log file uploading 2014-05-18 17:44:10 -07:00
window-main.hpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
window-namedialog.cpp Auto suggest scene and source names. 2014-05-12 15:01:51 -04:00
window-namedialog.hpp Auto suggest scene and source names. 2014-05-12 15:01:51 -04:00
window-remux.cpp Fix memory leak when opening and closing remux window without remuxing 2014-10-13 20:09:44 +02:00
window-remux.hpp Add UI for remuxing recordings via FFmpeg 2014-10-12 19:56:52 +02:00