Commit Graph

26 Commits

Author SHA1 Message Date
Robin E. R. Davies 41e0031bdf Update copyrights 2025-09-11 22:30:02 -04:00
Robin E. R. Davies dd8a500891 Alsa device enumeration, Audio Device dialog tuning, minimum buffer size support (gx plugins). 2025-09-11 08:59:49 -04:00
Robin E. R. Davies c5a8345192 Splitio merge checkpoint 2025-09-08 22:56:06 -04:00
Robin E. R. Davies 74b71bb9b1 Merge branch 'splitio_base' of https://github.com/rerdavies/pipedal into dev_splitio_merge 2025-09-08 08:55:44 -04:00
Extremesecrecy d91d278919 alsaDevice_ Check 2025-07-28 13:16:48 -07:00
Extremesecrecy 0532193647 Commit Request - Step 1 Restore Files
Restored files.
2025-07-28 12:31:16 -07:00
Extremesecrecy c753b8fc7f Update JackServerSettings.hpp
Declared Equals as a const method in JackServerSettings so it can be called on const instances without compiler errors

SetJackServerSettings now checks for changes before restarting audio, preventing redundant restarts
2025-07-26 14:20:14 -07:00
Extremesecrecy d2e489cdf4 Reverted
Reverted errors. Tonex is not working becasue proprietary x86 plug‑ins such
  as **IK Multimedia ToneX**.
2025-07-26 12:31:56 -07:00
Extremesecrecy 79c32b5dcd Freq Bug
Temporary default frequency causing crash when the frequency is not available.
2025-07-26 11:01:30 -07:00
Extremesecrecy 56d66ef7db Tabs and check script and dependency
Removed tabs (tabs to spaces). Remove the check_deps.sh. removed libwebsocketpp-dev from dependencies. BTW, this is in cmake.yml.
2025-07-24 20:31:40 -07:00
Extremesecrecy 874d859916 Email Changes - Backwards Compatibility
Introduce legacy alsaDevice_ field in JackServerSettings to preserve compatibility with older configs. Include this field in serialization to allow old config files to load. Add migration logic in Storage::GetJackServerSettings to copy the legacy device value to new separate input/output fields and clear the legacy value after migration.

Update frontend validation so that device selections are only validated when the user presses OK. Improve buffer selection logic to prioritize 32×4, then other x4, x3, or x2 options, falling back to 64×3 if none match.

Use standard MUI styling for device selectors. Labels stay above the field and no longer animate. Dropdown labels now use background padding to prevent underline overlap.

Add a compactWidth flag to adjust layout on narrow screens. Stack device selectors vertically in compact mode while keeping the refresh button on the right. Refreshing ALSA info sets unknown device IDs to a blank value.

Add real-time status updates with a polling timer. Separate Apply and OK handlers so settings can be tested without closing the dialog. Add an Apply button alongside Cancel and OK.

Update the UI summary logic to show “Input → Output” when devices differ and “Not selected” when config is incomplete. Filter out internal devices like HDMI and bcm2835 from the device list.

Retain the legacy alsaDevice_ field in the JSON for backward compatibility, with helper accessors and documentation for legacy constructor behavior. Update latency text calculation to show when sample rate and buffer size are defined, even if the config is invalid.

Removed libsdl2-dev from dependency checking and dependencies.
2025-07-24 19:27:39 -07:00
Extremesecrecy fb974f5af5 Legacy Modifications
Added legacy integration so that upon upgrade, the device does not fail.
2025-07-24 16:59:17 -07:00
Extremesecrecy 43cc758d18 Revise device configuration logic and settings
The ALSA device scanner no longer inserts default sample rates when it cannot read them, preventing invalid frequency choices

Jack server settings now accept independent input and output devices during construction

The latency test utility was updated to handle separate input and output device parameters and display them accordingly

The help text for the latency tool documents the new usage with optional output device specification

Device lists in the configuration dialog are sorted to prefer devices supporting capture and playback, then USB devices, while refresh preserves existing selections
2025-07-24 07:45:02 -07:00
Robin Davies 77d8672ca6 Revert "Split IO" 2025-07-23 22:25:07 -04:00
ExtremesecrecyOne d8043d2041 Separate IO
Initial separation of input and output devices. Assisted by our super friend ChatGpt.
2025-07-22 16:20:30 -07:00
Robin Davies b0107d4490 bug: invalid mono audio device channel selects 2024-10-12 03:53:57 -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 fcc5e813a4 opening slow audio devices on boot 2024-08-11 16:17:29 -04:00
Robin Davies a3847c8184 PiPedal 1.2.33 initial commit 2024-08-08 12:53:02 -04:00
Robin Davies b83ba7ca94 Interim checking, Convolution Reverb 2023-04-05 03:00:51 -04:00
Robin Davies 2133403f7e Tuner display 2022-07-05 09:33:37 -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 4aa179f0b0 Copyright update. 2022-03-02 13:59:58 -05:00
Robin Davies 94c7d406f7 Jack configuration (alpha) 2021-08-29 14:04:59 -04:00
Robin Davies 849001de46 Copyrights, initial deb packaging. 2021-08-23 19:17:38 -04:00
Robin Davies d8a6022947 First commit. 2021-08-15 12:42:46 -04:00