Commit Graph

  • 32288ac3f4
    Remove libwpa_supplicant.a in Rules.mk probonopd 2025-04-21 17:14:19 +0200
  • 4d882fa2fa
    Downgrade components probonopd 2025-04-21 17:10:42 +0200
  • 6b41427c4f
    Update build.sh probonopd 2025-04-21 16:57:16 +0200
  • e0881c342a
    Test build with networking libs probonopd 2025-04-21 16:55:32 +0200
  • 5cfefb33b3 Conditional instantiation probonopd 2025-04-21 15:27:42 +0200
  • 77a13a5b22
    Add m_Scheduler #863 test-scheduler probonopd 2025-04-21 14:54:41 +0200
  • 68c8356d26
    Build 32-bit and 64-bit in parallel probonopd 2025-04-21 14:04:55 +0200
  • 5f8389905d Fix line endings probonopd 2025-04-21 13:47:58 +0200
  • 69b78e1b04
    Use the same versions of everything as in main to see if that solves crackle probonopd 2025-04-21 11:18:20 +0200
  • 1e2f0ab8da
    Comment out -o USE_SDHOST to see if it causes crackle probonopd 2025-04-21 11:04:43 +0200
  • 35244ebb94
    Comment out scheduler to see if crackle goes away probonopd 2025-04-21 10:44:12 +0200
  • 7f63fe7188
    Comment out scheduler.h [ci skip] probonopd 2025-04-21 10:43:31 +0200
  • 992ad3a7a4
    Reinstate original CMiniDexed::Process to see if crackle goes away probonopd 2025-04-21 10:29:43 +0200
  • cccd6513ec Call yield less often to hopefully prevent crackle probonopd 2025-04-21 10:03:19 +0200
  • e916934214 Reduce verbosity, don't start networking on RPi 1 probonopd 2025-04-21 00:28:26 +0200
  • c63ceaae7b Add scheduler to the kernel private members probonopd 2025-04-21 00:03:08 +0200
  • 5d3588ea83
    Undo changes in mididevice.cpp probonopd 2025-04-20 23:38:53 +0200
  • c524d30f6a
    Don't show "Reverb-Send" on RPi Zero/1 #861 fix-no-reverb-send-rpi1 probonopd 2025-04-20 22:15:33 +0200
  • d4ccaaa2d7
    Make naming more consistent probonopd 2025-04-20 20:01:14 +0200
  • 9db0b22fe9
    Receive TX216/TX816 performances over MIDI probonopd 2025-04-20 19:50:02 +0200
  • ce9e9c826f
    Confirmation for Overwrite #858 probonopd-overwrite probonopd 2025-04-20 19:34:38 +0200
  • 9b46ee3e01
    circle-stdlib for circle Step49 probonopd 2025-04-20 19:02:16 +0200
  • c451e670ef
    Use ./sdcard directory probonopd 2025-04-20 18:45:47 +0200
  • e650f4b137
    Merge 7a2a501909 into 5bc489574d #565 Holger 2025-04-20 18:37:29 +0200
  • be17e87e52
    Update build.yml probonopd 2025-04-20 18:34:46 +0200
  • dc7c9933a5
    Create kernels directory probonopd 2025-04-20 18:29:25 +0200
  • 821c21eace
    Update build.yml probonopd 2025-04-20 18:24:29 +0200
  • 6cd7b63ca4
    Merge branch 'main' into newer-net probonopd 2025-04-20 17:54:14 +0200
  • 28cb4f739a
    Update build.yml probonopd 2025-04-20 17:52:52 +0200
  • fd9e133c79
    Build 32-bit and 64-bit separately probonopd 2025-04-20 17:51:05 +0200
  • 2a2ec34c28
    Comment out 64-bit builds probonopd 2025-04-20 17:43:40 +0200
  • cf55bedf44
    Also delete *.d probonopd 2025-04-20 17:30:53 +0200
  • 877ffc5c39
    rm -rf ./gcc-* || true probonopd 2025-04-20 17:11:27 +0200
  • 504bf9f1f4
    || true probonopd 2025-04-20 17:03:37 +0200
  • baeb60bbe9
    find . -type d -name 'aarch64-none-elf' probonopd 2025-04-20 17:03:00 +0200
  • 37732af034
    grep -r 'aarch64-none-elf' . probonopd 2025-04-20 16:58:51 +0200
  • 635ead005b
    echo, not print probonopd 2025-04-20 16:47:31 +0200
  • 508046ffdb
    Update build.sh probonopd 2025-04-20 16:42:21 +0200
  • 5bc489574d
    Export variables probonopd 2025-04-20 16:37:26 +0200
  • 8f368d4d03
    Clean target [ci skip] probonopd 2025-04-20 16:35:28 +0200
  • 7dd99767b0
    git clean -f src/ probonopd 2025-04-20 16:28:24 +0200
  • d7a955e193
    Mark continuous builds as prerelease probonopd 2025-04-20 16:25:30 +0200
  • 6910f3ddd4
    Whitespace probonopd 2025-04-20 16:18:12 +0200
  • bdb4cb6855
    Downgrade circle-stdlib probonopd 2025-04-20 16:15:09 +0200
  • cf3a3ec0c6
    Downgrade circle-stdlib probonopd 2025-04-20 16:09:53 +0200
  • bc066874dc
    Clean up [ci skip] probonopd 2025-04-20 16:01:19 +0200
  • 067f8fd529
    Remove wrong INCLUDE probonopd 2025-04-20 15:59:45 +0200
  • 54e38b7057
    git clean -f probonopd 2025-04-20 15:53:50 +0200
  • 827d9cd7d3
    rv_time = rv_time_k * (48000.0f / m_samplerate); #838 fix-reverb probonopd 2025-04-20 15:33:31 +0200
  • 1e9f9e35dc Always show both arrows in the bank selector menu #855 Gergo Koteles 2025-01-09 19:43:12 +0100
  • 1e6ca14c63 pass the MIDI Type to UIMIDICmdHandler() Gergo Koteles 2025-04-19 22:55:04 +0200
  • c1b3bf2857 move MIDI defines to midi.h Gergo Koteles 2025-04-19 21:56:30 +0200
  • f3231e568b
    INCLUDE += -I../circle-stdlib/libs/circle-newlib/newlib/libc/include probonopd 2025-04-19 19:51:42 +0200
  • 60324ede0f
    find . -name 'stdint.h' probonopd 2025-04-19 19:39:21 +0200
  • 62ec6b2671
    ls -lh (...)/stdint.h # For debugging (can be removed later) probonopd 2025-04-19 19:33:13 +0200
  • 8eefc5ceea
    Update Rules.mk probonopd 2025-04-19 15:21:08 +0200
  • 3abebc15c1 fix ARM_MATH_NEON defines Gergo Koteles 2025-04-18 23:19:50 +0200
  • 137f4656b5 use SoundFormatSigned24_32 format instead of SoundFormatSigned16 Gergo Koteles 2025-04-18 23:19:15 +0200
  • 0eef0b9e02 fix ARM_MATH_NEON defines Gergo Koteles 2025-04-18 23:19:50 +0200
  • 0a5e9f94dd use SoundFormatSigned24_32 format instead of SoundFormatSigned16 Gergo Koteles 2025-04-18 23:19:15 +0200
  • fbc70fc91f Try to build probonopd 2025-04-19 13:37:18 +0200
  • a916857367 Network #848 probonopd 2025-04-19 11:42:30 +0200
  • 8efb3b0c20
    Try to fix build #783 probonopd 2025-04-19 09:03:12 +0200
  • 1d341c62b2
    Merge branch 'network' into network probonopd 2025-04-19 08:58:52 +0200
  • cc424e4424 Increase verbosity network probonopd 2025-04-19 08:57:01 +0200
  • 417819d7f4
    Merge branch 'network' into network probonopd 2025-04-19 08:53:57 +0200
  • 14653d6142 Try to fix logging probonopd 2025-04-19 08:46:55 +0200
  • 5843866834 Try to fix logging probonopd 2025-04-19 08:44:51 +0200
  • ed911f77da
    runs-on: ubuntu-22.04 probonopd 2025-04-19 08:29:29 +0200
  • c80048dda6
    Use smart pointer for CSysLogDaemon probonopd 2025-04-19 08:27:28 +0200
  • 0583421138
    add saturation for arm_float_to_q23 neon implementation (#845) soyer 2025-04-19 02:39:04 +0200
  • 47f7adcb28 add saturation for arm_float_to_q23 neon implementation #845 Gergo Koteles 2025-04-19 01:48:00 +0200
  • 76a62cf876
    Credit @soyersoyer probonopd 2025-04-19 00:32:37 +0200
  • 003410393c
    use SoundFormatSigned24_32 format instead of SoundFormatSigned16 (#844) soyer 2025-04-19 00:22:31 +0200
  • c918b59852 fix ARM_MATH_NEON defines #844 Gergo Koteles 2025-04-18 23:19:50 +0200
  • 3a6aed416f use SoundFormatSigned24_32 format instead of SoundFormatSigned16 Gergo Koteles 2025-04-18 23:19:15 +0200
  • 53c00590bb
    Merge branch 'main' into performance-menu probonopd 2025-04-18 23:18:46 +0200
  • 6cbdab5f89
    Introduce MasterVolume (#842) probonopd 2025-04-18 23:18:31 +0200
  • e8602178c1
    Merge branch 'main' into performance-menu probonopd 2025-04-18 23:05:58 +0200
  • 0e413810f3 Only load performance when changed probonopd 2025-04-18 22:47:36 +0200
  • 34168c17ff
    Merge 3588f688a3 into 98a31df28d #708 probonopd 2025-04-18 16:21:48 -0400
  • 2f7c9bc99c Merge branch 'performance-menu' of https://github.com/probonopd/MiniDexed into performance-menu probonopd 2025-04-18 22:17:07 +0200
  • d7188a391e
    Update uimenu.cpp probonopd 2025-04-18 22:08:09 +0200
  • 0a20bed341 Load performance after 500ms probonopd 2025-04-18 22:06:25 +0200
  • 69b93ce042
    Merge branch 'main' into master-volume #842 probonopd 2025-04-18 22:05:26 +0200
  • 98a31df28d
    Prevent PCM510x has a zero-data detect from kicking in (#843) probonopd 2025-04-18 22:05:10 +0200
  • 8e8f7e898d
    Comments #843 probonopd 2025-04-18 22:04:30 +0200
  • 720fd15819
    Prevent power save from kicking in probonopd 2025-04-18 21:49:33 +0200
  • 9b5560d523
    Update uimenu.cpp probonopd 2025-04-18 21:36:23 +0200
  • 8bcd92e8b3 Apply logarithmic scaling probonopd 2025-04-18 21:34:33 +0200
  • 5ea35d04cb Load performances after 500ms probonopd 2025-04-18 21:26:19 +0200
  • 46b7174e47 Introduce MasterVolume probonopd 2025-04-18 20:58:13 +0200
  • 7293c886dc Load performances like voices probonopd 2025-04-18 20:40:34 +0200
  • 9b211c1c01
    Show bank:voice number for voices (#840) probonopd 2025-04-18 20:22:00 +0200
  • 9965d896fb
    Update uimenu.cpp #840 probonopd 2025-04-18 20:12:04 +0200
  • 839f0b5f22
    Format: 000:000 TG1 probonopd 2025-04-18 19:55:05 +0200
  • a10e61b781
    Merge branch 'main' into display-bank probonopd 2025-04-18 19:35:57 +0200
  • 969d0f1a52
    Show bank:voice number for voices probonopd 2025-04-18 19:35:17 +0200
  • 2e7ce26669
    Update (#839) probonopd 2025-04-18 19:32:17 +0200
  • 8dbf1607f8
    Use 48 kHz for the scaling probonopd 2025-04-18 19:24:01 +0200