1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-12-02 10:24:09 +03:00
Commit Graph

129 Commits

Author SHA1 Message Date
Nodeful
59990df83b UI workarounds, had to move the deployment target to 10.12 (meh didnt work on lower either way :/) 2021-06-14 21:16:40 +03:00
Nodeful
ff29ba8651 refactoring, refactoring, refactoring 2021-06-14 02:03:40 +03:00
Nodeful
f727701b7f checking driver version semantically 2021-06-12 19:02:13 +03:00
Nodeful
8b35633572 small fixes to the Driver flags code 2021-06-12 03:36:04 +03:00
Nodeful
962f28eb30 removed some latency 2021-06-12 02:02:01 +03:00
Nodeful
94b0ed0258 removed unnecessary log 2021-06-10 10:47:00 +03:00
Nodeful
9be9fd1b36 fixed output callback memory leak, tuned PID, replace ring buffer 2021-06-10 10:45:11 +03:00
Nodeful
c8b15d935f using circular buffer as swift package 2021-06-08 15:45:41 +03:00
Nodeful
6d334f27c0 asking for maudio capture perm perm on launch, other refactors 2021-06-07 23:42:51 +03:00
Nodeful
3ccde61cfc refactoring 2021-06-06 02:13:59 +03:00
Nodeful
bb15c079eb fixed Mic permission stall, UI manipulations being done not on the main thread, Aggregate device channel count 2021-06-03 02:07:28 +03:00
Nodeful
f1147eafe9 added debug entitelment and signing with adhoc to run in debug 2021-06-02 02:58:22 +03:00
Nodeful
226f6b2c06 Merge branch 'master' of github.com:bitgapp/eqMac into components-module 2021-05-31 15:06:12 +03:00
Nodeful
4bf622fcb7 disabled os sound effects when pressing keys 2021-05-31 14:43:01 +03:00
Roman Kisil
0192011584
Fix Acoustic typo 2021-05-26 20:38:22 +03:00
Nodeful
9498bc509a showing/hiding UI only on main thread 2021-05-18 23:47:31 +03:00
Nodeful
428c1698d3 added a better way of tracking UI loading state 2021-05-18 23:23:09 +03:00
Nodeful
412f1e5d91 added loading listeners to UI class 2021-05-18 22:45:59 +03:00
Nodeful
1a584c8a0c moved crash report setup to the very top 2021-05-10 01:27:26 +03:00
Nodeful
4d5b88e332 sending eq type change event to ui, storing previous eq type, little refactor of Application.swift code 2021-05-10 01:24:19 +03:00
Nodeful
9455b59cd2 removed unnecessary DataBusEven file, added middleware to databus, showing warning toast on all unsuccessful databridge calls, improvement to toast 2021-05-08 00:20:22 +03:00
Nodeful
9bb9f0c312 moved to UInts on some timing logic 2021-05-07 01:29:01 +03:00
Nodeful
4aec66fd06 killing only eqMac.app process during debug instead of node instances 2021-05-01 01:04:44 +03:00
Nodeful
dfe032b20d replaced Reachability with Connectivity 2021-04-05 03:43:58 +03:00
Nodeful
4e066b6ac9 moving files around 2021-04-05 00:54:29 +03:00
Nodeful
36549aac43 skipping update check if cannot access internet 2021-04-05 00:07:01 +03:00
Nodeful
f48a44f99b updated site Angular version to 11 and redid the routing 2021-03-22 15:20:07 +02:00
Nodeful
c592c894a3 added ability to overwrite existing presets 2021-03-07 20:56:09 +02:00
Nodeful
21d4c4c782 added some UI occlusion logic 2021-03-06 10:33:58 +02:00
Nodeful
724ab6f77f moved to a better way of showing privacy window 2021-03-06 10:00:59 +02:00
Nodeful
740b86448e commenting out unnecessary log 2021-02-27 11:02:52 +02:00
Nodeful
32e86920a3 changed effect attached to engine event callback 2021-02-27 10:57:55 +02:00
Nodeful
5e74e361b1 added attachedTo engine hook to effect 2021-02-23 16:15:22 +02:00
Nodeful
6aec733df4 removed redundant files 2021-02-23 01:57:27 +02:00
Nodeful
67f718b71a fixed webview losing focus in window mode, fixed jumpy volume bug 2021-02-17 15:51:29 +02:00
Nodeful
52895e3c7c fixed apublic utility build error connected to arm arch 2021-02-17 12:58:56 +02:00
Nodeful
587001e748 fixed uninstall driver script 2021-02-17 12:44:13 +02:00
Nodeful
ee063bc84e removed dangling gitignore 2020-12-05 13:18:20 +02:00
Nodeful
56b6818745 moved volume related manipulation to a background thread to improve UI responsiveness 2020-11-29 17:49:57 +02:00
Nodeful
2629019f68 removing and not tracking embedded driver and ui 2020-11-29 14:27:19 +02:00
Nodeful
35642328b7 version bump 2020-11-23 00:17:46 +02:00
Nodeful
ee18ffd219 made universal build and also added support for macOS 10.10 2020-11-22 16:27:43 +02:00
Valerii Pavlov
632dfadb5f fixed popover show/hide calls to get rid of blinks 2020-10-31 13:44:46 +02:00
Nodeful
c457760d62 changes 2020-10-31 12:48:33 +02:00
Nodeful
60640c6f11 release v0.3.6 2020-10-28 01:27:20 +02:00
Nodeful
349fc645c7 v0.3.5 2020-10-25 21:20:13 +02:00
Nodeful
97c0dc9ae2 working on uninstaller 2020-10-25 20:53:11 +02:00
Nodeful
6fad587780 made the UI work on macOS 10.12 2020-10-18 19:25:41 +03:00
Andrey Bezpalenko
afcff2fd09 Output format fixed (finally found a way to make working all devices with all sample rates and without crashes) 2020-10-18 00:15:40 +03:00
Nodeful
6978f64525 Merge branch 'master' of github.com:bitgapp/eqMac 2020-10-18 00:07:26 +03:00