Commit Graph

201 Commits

Author SHA1 Message Date
Robin Davies 7a2f4ee9a4 Gallery 2022-03-12 02:12:34 -05:00
Robin Davies 733415ab1f Gallery 2022-03-12 02:11:38 -05:00
Robin Davies 4f203186b2 bug: selection after control change w/ split. 2022-03-11 20:15:28 -05:00
Robin Davies 85cb85e377 Handle missing plugins
fixes #24
2022-03-11 18:10:51 -05:00
Robin Davies 7a6adf0f84 Delete reloads preset if required. 2022-03-11 13:34:08 -05:00
Robin Davies 968203f93f Merge pull request #31 from rerdavies/rerdavies/issue24
Handle missing plugins.
2022-03-11 13:04:53 -05:00
Robin Davies 118600204d Handle missing plugins.
Fixes #24
2022-03-11 12:52:49 -05:00
Robin Davies 98b091a33b Merge pull request #29 from rerdavies/rerdavies/issue17
Change Shutdown service name to PiPedalSupervisor
2022-03-11 12:19:24 -05:00
Robin Davies d56f644c4b Fix tsx warnings. 2022-03-11 12:10:27 -05:00
Robin Davies c3da75ba34 Change Shutdown service name to PiPedalSupervisor
Fixes #17
2022-03-11 12:06:32 -05:00
Robin Davies f60c85070d Merge branch 'main' of https://github.com/rerdavies/pipedal 2022-03-11 11:41:25 -05:00
Robin Davies 5e98d28e75 BUG: Pedalbaord selection 2022-03-11 11:41:17 -05:00
Robin Davies 9d2d56eef8 Update GxPlugins.md
Convert download address to link into releases.
2022-03-10 15:42:53 -05:00
Robin Davies dce9a60f58 Update GxPlugins.md 2022-03-10 15:35:17 -05:00
Robin Davies 13ee4f4306 Link GxPlugin install into docs. 2022-03-10 15:31:49 -05:00
Robin Davies 542f52c387 Merge branch 'main' of https://github.com/rerdavies/pipedal 2022-03-10 15:29:20 -05:00
Robin Davies c6d3b49231 Install GxPlugins. 2022-03-10 15:29:12 -05:00
Robin Davies 8b85a2e476 Include GxPlugins.lv2 installer. 2022-03-10 15:28:36 -05:00
Robin Davies 044665feec Update UsingLv2Plugins.md 2022-03-10 14:35:28 -05:00
Robin Davies 3044650ddf Update UsingLv2Plugins.md 2022-03-10 14:34:34 -05:00
Robin Davies e4965fb23a Update Configuring.md 2022-03-10 14:32:36 -05:00
Robin Davies fa51118a14 Update UsingLv2Plugins.md 2022-03-10 14:30:29 -05:00
Robin Davies 96bf03f177 Update Configuring.md 2022-03-10 14:27:37 -05:00
Robin Davies c710bea0ee Update Configuring.md 2022-03-10 14:24:02 -05:00
Robin Davies b01b2160ec Update Configuring.md 2022-03-10 14:14:42 -05:00
Robin Davies 379a248f34 Update Configuring.md 2022-03-10 14:13:54 -05:00
Robin Davies 84b021eb29 Update Configuring.md 2022-03-10 14:12:12 -05:00
Robin Davies 82d876b3e5 Merge branch 'main' of https://github.com/rerdavies/pipedal 2022-03-10 13:11:21 -05:00
Robin Davies 64b069299a Fluffed merge. 2022-03-10 13:11:11 -05:00
Robin Davies c4439c71fe Merge pull request #28 from rerdavies/rerdavies/issue21
Rerdavies/issue21
2022-03-10 13:08:04 -05:00
Robin Davies 373d31f2fa Merge branch 'main' into rerdavies/issue21 2022-03-10 13:01:18 -05:00
Robin Davies 0ca1eb11d6 To C++ 20 2022-03-10 12:57:42 -05:00
Robin Davies 613f19a69b Switch to c++20, pipedal
Fixes #21
2022-03-10 12:57:03 -05:00
Robin Davies 0ff4e27411 Merge pull request #26 from rerdavies/rerdavies/issue19
Home directory for pipedal_d required.
2022-03-10 12:44:25 -05:00
Robin Davies 3299c6b29b Home directory for pipedal_d required.
Fixes #19
2022-03-10 12:30:09 -05:00
Robin Davies b8192fd0c2 Merge pull request #25 from rerdavies/rerdavies/issue22
Select first plugin if no selection.
2022-03-10 12:29:15 -05:00
Robin Davies 5a3ece0784 Select first plugin if no selection.
Fixes #22
2022-03-10 12:02:41 -05:00
Robin Davies a6ea922761 Merge branch 'main' of https://github.com/rerdavies/pipedal 2022-03-10 11:42:05 -05:00
Robin Davies 7b03687304 Hide CPU Governor selection UI. 2022-03-10 11:38:27 -05:00
Robin Davies 046ffff5c0 Merge pull request #23 from rerdavies/rerdavies/issue20
Crash on initial load.
2022-03-10 11:34:30 -05:00
Robin Davies 0319cc0588 Crash on initial load.
Fixes #20
2022-03-10 11:22:42 -05:00
Robin Davies 3737afb52b IPv6, CPU Governor 2022-03-10 10:14:44 -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 5d42ec0753 Readme 2022-03-08 16:42:47 -05:00
Robin Davies 976acdba6b Readme 2022-03-08 16:42:30 -05:00
Robin Davies 63f00188a4 Readme navigation 2022-03-08 15:35:32 -05:00
Robin Davies 368cd1ac12 Merge branch 'main' of https://github.com/rerdavies/pipedal 2022-03-08 15:02:36 -05:00
Robin Davies 77dc232d1e v0.1.5-beta 2022-03-08 15:02:27 -05:00
Robin Davies a038ebab97 Update BuildPrerequisites.md 2022-03-08 14:15:17 -05:00
Robin Davies 1804c983c7 Merge branch 'main' of https://github.com/rerdavies/pipedal 2022-03-08 14:12:13 -05:00