Commit Graph

29 Commits (master)

Author SHA1 Message Date
Richard Stanway 270c63a24f Set PE checksum in release builds 2015-03-14 17:06:16 +01:00
Richard Stanway b5b0aea62e Update project files for VS 2013 Update 3 2014-08-22 19:21:29 +02:00
Richard Stanway 9977a22646 Add VS2013 workaround to every project, since they all use static CRT. 2014-04-25 11:28:52 +02:00
palana 03536720fc Convert project to VS2013 and add compiler flag for improved release debugging
See http://blogs.microsoft.co.il/sasha/2011/10/12/debugging-optimized-code-in-visual-studio-11/
for details on the compiler flag
2014-03-12 15:29:44 +01:00
palana f4ed09778e Add RTL-aware wrappers for DialogBox and CreateDialog
This makes previous RTL-changes (except for OBSMessageBox) obsolete
2014-02-26 07:07:13 +01:00
jp9000 f83442633b Replace MessageBox with wrapper for RTL languages 2014-02-24 18:18:21 -07:00
Richard Stanway 2177056297 Don't load NoiseGate audio filter if not enabled 2014-01-07 00:24:20 +01:00
jp9000 3520b15ca4 Allow the option to select sample rate to stream at rather than have it hard coded to 48000hz 2013-09-02 18:40:15 -07:00
Extrems 8b16a48523 Output 48 kHz audio 2013-08-29 11:00:43 -04:00
HomeWorld b9eac74304 Get rid of a small brain fart. 2013-05-29 16:50:21 +03:00
Roy Hill-Percival 87bed8745f Make the custom painted bar Green
because it looks better. The yellow/gold doesn't look too good.
2013-05-28 23:01:30 -04:00
HomeWorld 70e58167a4 Small code cleanup ... 2013-05-29 03:41:49 +03:00
HomeWorld 0e9889967a Custom draw noise gate's volume preview progress bar (avoid theme animations) 2013-05-29 03:17:43 +03:00
jp9000 54e478b89a removed the SSE2 option from compiler settings just because I think it may be causing problems for some people, that and it wasn't necessarily needed I think, so I'm just taking it out for some testing 2013-05-20 11:42:59 -07:00
jp9000 1bd101c792 changed project settings to use SSE2 optimizations by default, and removed SSE2 checks from the app 2013-05-03 19:54:49 -07:00
HomeWorld cfa485ac67 Noise Gate plugin: Use SettingsPane 'Defaults' button instead of it's own 'Reset to defaults' (keep the UI consistent) 2013-04-23 01:39:48 +03:00
jp9000 dd9bd2f75c Added the ability for settings panes to have a "defaults" button, added the button to the "Advanced" section 2013-04-18 08:00:34 -07:00
jp9000 05c6ddb064 fixed a noise gate compile problem. vs2010 sure is strange at times. 2013-04-04 00:37:06 -07:00
Lucas Murray 718519b9f6 Made noise gate UI consistent with everything else and fixed tab stops 2013-03-17 22:12:08 +08:00
Lucas Murray 6b9b671a3d Use SettingsPane for the noise gate settings; Remove HINSTANCE from
the SettingsPane API as it's not needed
2013-03-16 20:01:19 +08:00
Lucas Murray feb496e3ac Save settings to file and tweak the default settings a bit 2013-03-15 21:51:18 +08:00
Lucas Murray fdeaf9e8b7 Made the noise gate config dialog fully operational 2013-03-15 21:15:30 +08:00
Lucas Murray 00ca84d14e Added an "enable noise gate" checkbox; Made the dialog smaller 2013-03-15 16:07:26 +08:00
Lucas Murray 335b09bde4 Load all current settings into the noise gate configuration window 2013-03-14 22:48:19 +08:00
Lucas Murray 8a9f96cbbe Display the current microphone volume in the config window and make the
trackbars display their current value in dB
2013-03-14 22:07:23 +08:00
Lucas Murray 39f3675711 Added the beginning of a configuration dialog to the noise gate plugin 2013-03-10 17:54:54 +08:00
Lucas Murray a4600d4980 Don't use Hungarian notation for class statics either 2013-03-10 14:45:18 +08:00
Lucas Murray 8d45da0aaf Don't use Hungarian notation for class members; Add *.filters file 2013-03-10 14:39:02 +08:00
Lucas Murray bc2171ed6a Moved noise gate code into its own plugin; Removed raw mic volume
variables from main audio loop
2013-03-06 18:40:17 +08:00