Robin Davies
2b13dc1c96
Clean shutdown, stability
2024-09-21 13:18:00 -04:00
Robin Davies
951a7a73de
Update mDNS service announcements when name changes.
2024-09-19 11:19:24 -04:00
Robin Davies
f52e50b29a
Updater: Property throttle Github API requests.
2024-09-15 10:39:17 -04:00
Robin Davies
2a851dbd4b
Alsa head corruption in error handling.
2024-09-15 06:30:16 -04:00
Robin Davies
3057d78efe
Refuse to install on buster.
2024-09-13 06:13:57 -04:00
Robin Davies
448979e7fe
Auto hotspot implementation
2024-09-11 00:06:52 -04:00
Robin Davies
fecd860a3b
No build of profilePlugin on Github action servers.
2024-09-03 05:31:55 -04:00
Robin Davies
1bd0d27915
Profiling tools
2024-09-03 02:08:39 -04:00
Robin Davies
f30d773251
Signing of update packages.
2024-08-28 07:17:01 -04:00
Robin Davies
06ebfb0bce
Persist all configuration settings across upgrades. Restart wifi-p2p if neccessary.
2024-08-27 14:55:48 -04:00
Robin Davies
179d1aa025
Dummy audio thread to keep display responsive when no audio device.
2024-08-26 22:42:15 -04:00
Robin Davies
6280d415ed
web ui Update feature complete.
2024-08-25 18:36:50 -04:00
Robin Davies
b989ac5c92
Update dialog
2024-08-25 00:20:48 -04:00
Robin Davies
be0568e374
#119 Refresh available LV2 plugins whenever an LV2 plugin is installed.
2024-08-20 20:03:00 -04:00
Robin Davies
fa3d8815cd
v1.2.38 Fix for locale issues on non-en-US locales.
2024-08-19 00:27:28 -04:00
Robin Davies
1f95908d34
TooB ML support for large model. .zip file uploads.
2024-08-17 23:09:04 -04:00
Robin Davies
7bd4479bda
Toob ML Uploadable models, auto-provision resource directories.
2024-08-16 17:47:39 -04:00
Robin Davies
eea60f4434
Large file uploads to temporary file
2024-08-15 13:57:30 -04:00
Robin Davies
3ef263a16e
File Property Dialog Rewrite (phase 1)
2024-08-14 07:30:11 -04:00
Robin Davies
a3847c8184
PiPedal 1.2.33 initial commit
2024-08-08 12:53:02 -04:00
Robin Davies
7e0ef9ceb1
File browser compatibility, NAM
2023-06-24 13:49:11 -04:00
Robin Davies
a3dca9fa5c
Toob Flanger, Stereo Reverb, bug fixes
...
- support state in factory presets.
- Use uncompressed json for settings files.
- Set current plugin preset name to last loaded plugin preset.
- Append plugins after start node, before end node fixed.
- Correctly release web socket when web app goes idle.
- Fit and finish issues.
2023-06-07 04:57:13 -04:00
Robin Davies
37426d9047
v1.1.20 Release
2023-04-20 15:27:18 -04:00
Robin Davies
845af2ee47
Alpha
2023-04-16 01:13:03 -04:00
Robin Davies
b83ba7ca94
Interim checking, Convolution Reverb
2023-04-05 03:00:51 -04:00
Robin Davies
3ab431779a
Interim commit for COnvolutionReverb
2023-03-21 06:55:48 -04:00
Robin Davies
ff8ed6b733
v1.0.18
...
- MIDI Program/Bank select.
- MIDI next/previous program.
2023-01-13 20:59:43 -05:00
Robin Davies
6f6f33573b
Build break.
2022-08-19 08:30:09 -04:00
Robin Davies
b6ea1fd72b
Doc edits/VST3 Build fixes.
2022-08-18 22:21:57 -04:00
Robin Davies
553ae2a3f7
Initial VST3 Support (disabled)
...
Disabled until Steinberg licensing compliance can be sorted out.
2022-08-15 18:14:49 -04:00
Robin Davies
fa9888914d
refactor service.conf
2022-07-12 21:10:49 -04:00
Robin Davies
5cfe179007
Merge branch 'main'
2022-07-01 21:22:28 -04:00
Robin Davies
0a67b39103
0.9.11-rc-2
...
Switch from JACK to ALSA audio.
2022-07-01 21:15:57 -04:00
Robin Davies
774a9f0a74
Fixes uninstall problems.
2022-05-19 10:00:56 -04:00
Robin Davies
604bf2cdbe
Wi-Fi Direct alpha
2022-04-23 07:27:39 -04:00
Robin Davies
7f058b6ed9
Wi-Fi Direct cmdline
2022-04-22 02:20:44 -04:00
Robin Davies
64d5dc00b2
pipedalconfig Wifi Direct configuration
2022-04-18 23:37:05 -04:00
Robin Davies
d9db32bebb
Capture lilv messages to log files.
...
Fixes dev-build warnings and build-machine errors.
2022-03-18 02:20:45 -04:00
Robin Davies
80d0712614
Debug Chorus and Delay.
2022-03-17 23:08:09 -04:00
Robin Davies
2b2e82730c
Automated Build Tests
...
Fixes #34
2022-03-16 00:18:17 -04:00
Robin Davies
c3da75ba34
Change Shutdown service name to PiPedalSupervisor
...
Fixes #17
2022-03-11 12:06:32 -05:00
Robin Davies
0ca1eb11d6
To C++ 20
2022-03-10 12:57:42 -05:00
Robin Davies
8ad2de8c72
Configurable CPU Governor (fixed)
...
modified: .vscode/launch.json
modified: react/CMakeLists.txt
modified: react/public/var/config.json
new file: react/src/GovernorSettings.tsx
modified: react/src/JackHostStatus.tsx
new file: react/src/ListSelectDialog.tsx
modified: react/src/PiPedalModel.tsx
modified: react/src/SettingsDialog.tsx
modified: react/tmp.txt
modified: src/BeastServer.cpp
modified: src/BeastServer.hpp
modified: src/CMakeLists.txt
modified: src/ConfigMain.cpp
new file: src/CpuGovernor.cpp
new file: src/CpuGovernor.hpp
new file: src/GovernorSettings.cpp
new file: src/GovernorSettings.hpp
new file: src/Ipv6Helpers.cpp
new file: src/Ipv6Helpers.hpp
modified: src/JackHost.cpp
modified: src/PiPedalModel.cpp
2022-03-09 23:02:40 -05:00
Robin Davies
01a9f957ae
libstdc++-10 linkage errors. Spell check~
2022-03-07 23:03:43 -05:00
Robin Davies
36fefbaf23
Install ToobAmp files; uninstall cleanup.
2022-03-04 20:53:06 -05:00
Robin Davies
2869ec0e00
Plugin Presets.
2022-03-02 13:26:59 -05:00
Robin Davies
5cf10b0154
NeuralPi bug fixes.
2022-02-11 11:22:20 -05:00
Robin Davies
01b6f801e9
White toolbar, load optimizations.
2022-02-07 07:32:09 -05:00
Robin Davies
caa2aa1312
CPU Use
2022-02-01 18:51:38 -05:00
Robin Davies
416f9ff3cf
Startup crash; crash when no audio device
2021-10-18 14:57:10 -04:00