Commit Graph

202 Commits

Author SHA1 Message Date
xenakios
93f011be28 Rename the menu member 2018-11-13 22:20:12 +02:00
xenakios
6de7d3fd14 While probably not REALLY necessary, implemented the Settings popup menu as an async version 2018-11-13 22:18:05 +02:00
xenakios
06ded7d011 Comments and readme addition 2018-11-08 21:55:30 +02:00
xenakios
bcc3290582 Rename capture enabled parameter constant. Implemented incredibly nasty hack to prevent hosts like Reaper from enabling the capture when recalling undo states. Even this doesn't fully work, additional undo history states are still added, but at least it looks like the capture enabled state won't be recalled... 2018-11-08 21:48:51 +02:00
xenakios
ce0f06ee03 Added keyboard handling and shortcut for import file 2018-10-07 14:29:50 +03:00
xenakios
08d80338bd Moved about dialog code to separate function 2018-10-07 14:13:53 +03:00
xenakios
f487f8d4f2 More work on the AudioFilePreviewComponent, need to add samplerate conversions, volume control etc... 2018-09-26 19:19:10 +03:00
xenakios
ab76ba2987 Initial work to add an audio file preview component for the audio file open dialog 2018-09-26 18:55:58 +03:00
xenakios
dde24a89ed Revert back to the old play cursor... 2018-09-20 02:26:11 +03:00
xenakios
d9e3935a8b A few compiler warning fixes 2018-09-20 00:58:24 +03:00
xenakios
40a2665db5 hmm 2018-09-18 03:18:52 +03:00
xenakios
eace6f6d53 Playcursor tweaks but still wonky 2018-09-13 14:04:56 +03:00
xenakios
cabf6de7c3 Another attempt at getting the play cursor to update more often. Looks like getting somewhere with that but needs more work. 2018-09-13 13:47:19 +03:00
xenakios
c691d6358d Place stretch amount and dry playrate parameter components at the same position and switch visibility with non stretched mode 2018-08-21 12:13:04 +03:00
xenakios
3a321c7d96 Disable/enable dry playrate slider according to stretch bypass state 2018-08-20 15:57:59 +03:00
xenakios
8d008e5d2e Support resampled playrate changes for non stretched playback 2018-08-20 15:49:51 +03:00
xenakios
d0f912ba1f foo 2018-08-08 00:10:27 +03:00
xenakios
e92f69e2a9 Renamed envelope component members 2018-07-08 14:38:50 +03:00
xenakios
251d030f75 foo 2018-06-29 20:53:34 +03:00
xenakios
5c900ee9b6 Attempt to store and recall current GUI tab index but not working... 2018-06-29 15:13:49 +03:00
xenakios
22e59efb0e Removed free filter envelope parameters from main parameters GUI 2018-06-29 14:53:22 +03:00
xenakios
dae05fdccf Added parameter components to FreeFilterComponent 2018-06-29 14:49:11 +03:00
xenakios
2d6dce9572 Initial work to move the free filter parameter components to the free gilter tab page 2018-06-29 14:23:48 +03:00
xenakios
4f203de39a Civilized code doesn't use global variables accessed via extern 2018-06-27 13:44:36 +03:00
xenakios
24cac9b5c1 Change and add license texts to apply for GPL3 2018-06-04 22:04:53 +03:00
xenakios
c5e4f78d0f Add option to mute audio when capturing 2018-06-01 16:31:31 +03:00
xenakios
1f8f57666d Use convenience method to create components 2018-05-31 13:21:35 +03:00
xenakios
eabcd891b3 Calculate disk sample read count. Increase disk read cache 4x. 2018-05-19 15:03:30 +03:00
xenakios
db7a15d161 Made rewind a parameter. Attempts to fix the time range not being recalled properly in hosts because the time range parameters may be quickly changed when the plugin is initializing and doing the sound source smoothing fades. etc 2018-05-18 16:20:51 +03:00
xenakios
11e61f8cfd Attempt to draw the points in the audio file where the FFTs are taken but of course it doesn't work like this because of the looping 2018-05-11 16:45:34 +03:00
xenakios
5b64b8c779 Add rewind button 2018-05-09 14:02:22 +03:00
xenakios
28f14ddf7a Add looping enabled parameter 2018-05-09 12:33:06 +03:00
xenakios
44114a7f2c Calloutbox tweak 2018-05-07 20:47:17 +03:00
xenakios
7c9e4ac88d Added render settings component 2018-05-07 20:43:27 +03:00
xenakios
29bc7bd5ee Initial work to implement offline render in stand alone build 2018-05-07 20:21:42 +03:00
xenakios
0859d8cdb4 Remove useless code. Read me change. 2018-05-07 15:51:50 +03:00
xenakios
35b3203d4e Draw pitch band numbers in ratiomixer 2018-05-02 13:14:02 +03:00
xenakios
fa2564f908 Added dedicated timer for perf meter component 2018-05-01 18:35:00 +03:00
xenakios
60293c6a84 Calculate smoothed prebuffering available amount in the processor 2018-05-01 18:22:21 +03:00
xenakios
d42971e09f Added simple signal smoother class. Use that to smooth out the buffer amount component display. 2018-05-01 17:54:20 +03:00
xenakios
c4b2ead50d Avoid creating parameter components that are needed in the main GUI 2018-04-29 18:48:28 +03:00
xenakios
2f4c8d4075 foo 2018-04-29 17:04:21 +03:00
xenakios
c8f865dd4a Almost getting there but some still is still messed up... 2018-04-26 23:07:08 +03:00
xenakios
2d5064743c Comment out inactive code 2018-04-19 22:57:47 +03:00
xenakios
9f7b288fd6 Readme. Remove the octave mixer sliders from the main GUI. It's kind of nasty creating the parameter components for all the parameters even when they are not visible in the GUI. Should probably redesign how all that is handled... 2018-04-13 15:24:18 +03:00
xenakios
266f2b8e61 GUI tweak 2018-04-03 22:04:10 +03:00
xenakios
f45c914c51 GUI tweak 2018-04-03 18:54:28 +03:00
xenakios
08398392ca Implement more ratiomixer parameters etc 2018-04-03 18:32:53 +03:00
xenakios
941ebf31a5 Initial work to change octave mixer spectral module to a more generic ratio mixer module that has more shifters and allows changing the shift ratios. Also added a separate tab page in the GUI for it. 2018-04-03 16:34:20 +03:00
xenakios
890c568155 Attempt implementing seek while frozen, doesn't work too well like this...Don't use opengl stuff at all if the opengl module isn't set available. 2018-04-02 20:07:55 +03:00