Commit graph

72 commits

Author SHA1 Message Date
Jean Pierre Cimalando
20d5d93b7e Request all CC slots on file change 2021-02-03 14:41:16 +01:00
Jean Pierre Cimalando
3a70c37d93 Default text for CC labels 2021-02-03 14:37:07 +01:00
Jean Pierre Cimalando
27ec95566a Notify editor of CC changed by MIDI 2021-02-03 14:30:16 +01:00
Jean Pierre Cimalando
4c833b1749 Workaround for knob behavior 2021-02-03 11:48:43 +01:00
Jean Pierre Cimalando
80eb73f4cb Also receive CC default value 2021-02-03 11:39:26 +01:00
Jean Pierre Cimalando
2ede8fd710 User interface with CC knobs 2021-02-03 11:38:07 +01:00
Jean Pierre Cimalando
751e4f96bb Add the reception of CC messages for editor 2021-02-02 20:13:15 +01:00
Jean Pierre Cimalando
2a82e5000b Update SValueMenu display after value change 2021-01-22 03:51:00 +01:00
Jean Pierre Cimalando
7b81a5f86d Make tuning frequency editable by wheel 2021-01-21 22:01:02 +01:00
Jean Pierre Cimalando
445b92a5fa Add copyright headers in source files 2021-01-04 02:04:43 +01:00
Jean Pierre Cimalando
f9185fe990 Use alias sfizz::editor 2020-12-14 11:48:30 +01:00
Jean Pierre Cimalando
6211665120 Use alias for sfizz::messaging 2020-12-14 11:47:09 +01:00
Jean Pierre Cimalando
96a462e20d Use hiir and filesystem as interface libraries 2020-12-14 11:43:47 +01:00
Jean Pierre Cimalando
3a9accba4b Put dependency libraries in namespaces 2020-12-14 08:20:01 +01:00
Jean Pierre Cimalando
b19ab25af3 Use only GNU warnings recognized by compiler 2020-12-13 16:26:17 +01:00
Jean Pierre Cimalando
ccdba9d6c7 Add ability in the editor to change the user directory 2020-12-09 16:36:52 +01:00
Jean Pierre Cimalando
af21c5775d Fix a VSTGUI include which will be needed after update 2020-11-23 01:18:49 +01:00
Jean Pierre Cimalando
722225f9f2 Add OSC and plugin-side communication 2020-11-05 05:48:24 +01:00
Jean Pierre Cimalando
8a1713ccf0 Set NTTDI_VERSION to Windows 10 RS2, needed for MSVC 2020-10-24 05:41:59 +02:00
Jean Pierre Cimalando
1ae14db000 Temporarily allow it to build in MinGW 2020-10-24 04:32:31 +02:00
Jean Pierre Cimalando
b7cad72754 Fix unused variable 2020-10-23 12:15:18 +02:00
Jean Pierre Cimalando
90fce80e64 Rewrite font instantiations and fix ownerships 2020-10-23 12:14:17 +02:00
Jean Pierre Cimalando
a20da028b5 Fix mismatched interfaces when building and using VSTGUI 2020-10-23 12:11:50 +02:00
Jean Pierre Cimalando
82f579bf0a Fix some spacing and alignment issues 2020-10-14 19:02:46 +02:00
Jean Pierre Cimalando
39a4df017e Update the piano 2020-10-14 18:00:36 +02:00
Jean Pierre Cimalando
5cd6a514ae Allow the SFZ label to be clicked like a button 2020-10-13 22:12:16 +02:00
Jean Pierre Cimalando
d1b0750c5b editor: file operations popup 2020-10-13 17:29:31 +02:00
Jean Pierre Cimalando
c3e05b7b98 editor: use a different icon for CC 2020-10-13 13:38:54 +02:00
Jean Pierre Cimalando
d8c3e20d58 editor: reorder UI components [ci skip] 2020-10-13 04:07:39 +02:00
Jean Pierre Cimalando
3f9d6de363 editor: update the icon highlight color [ci skip] 2020-10-13 04:03:32 +02:00
Jean Pierre Cimalando
23f0ae6a13 editor: add the next and previous file buttons 2020-10-13 03:28:17 +02:00
Jean Pierre Cimalando
e2dc18deb6 Prevent the editor from refreshing constantly 2020-10-12 16:01:50 +02:00
Jean Pierre Cimalando
ba2f8ab97f Allow Vstgui to link on MSYS MinGW where find_library fails 2020-10-12 15:17:17 +02:00
Jean Pierre Cimalando
54b24f7cd1 Update the Vstgui source list (win32) 2020-10-11 21:38:31 +02:00
Jean Pierre Cimalando
ecc223947c Link Vstgui to Glib on X11 2020-10-11 21:33:26 +02:00
Jean Pierre Cimalando
9386cd3336 Implement the file drag and drop for X11 2020-10-11 21:12:59 +02:00
Jean Pierre Cimalando
191a232327 Eliminate a warning with win32 format 2020-10-10 17:13:04 +02:00
Jean Pierre Cimalando
0f426786d2 Update vstgui to eliminate the CRect warning 2020-10-10 16:41:50 +02:00
Jean Pierre Cimalando
6af2bc5bc0 Remove some functions no longer used 2020-10-10 16:17:01 +02:00
Jean Pierre Cimalando
9ada1cc210 Modify the UI font generation process, add script 2020-10-05 23:51:48 +02:00
Jean Pierre Cimalando
6494cdac10 Update vstgui to use vfork 2020-09-21 20:19:14 +02:00
Jean Pierre Cimalando
27866af611 Initialize the file chooser with the directory of the current file 2020-09-20 21:27:46 +02:00
Jean Pierre Cimalando
70df2ddd11 Update vstgui for EditorConfig 2020-09-16 18:25:55 +02:00
Jean Pierre Cimalando
5ee5fa85f8 Implement the styled knobs 2020-09-13 16:54:09 +02:00
Jean Pierre Cimalando
24c0ec2780 Adjust sizes and positions of settings boxes 2020-09-11 15:29:52 +02:00
Jean Pierre Cimalando
e8f967c462 Eliminate a redundancy 2020-09-11 15:25:18 +02:00
Jean Pierre Cimalando
c6f7e81b70 STextButton: backup color as a local variable 2020-09-11 14:05:26 +02:00
Jean Pierre Cimalando
be56de72c1 Update vstgui for the new filedialog 2020-09-11 14:02:14 +02:00
Paul Ferrand
3c607046c2 Change modify file glyph 2020-09-11 13:31:33 +02:00
Paul Ferrand
1ea6918cd5 Update the button 2020-09-11 13:26:26 +02:00