Commit Graph

  • 1e183b1a3f
    Add files via upload Luca 2023-05-01 22:10:43 +0200
  • 6b1f0b3661
    Delete userBank.syx Luca 2023-05-01 22:10:25 +0200
  • 24429504fa
    Merge branch 'main' into main Luca 2023-04-30 22:35:47 +0200
  • 5006c62072
    Merge branch 'main' into getsysex.sh Luca 2023-04-30 22:35:28 +0200
  • e0ec1dde30
    Merge branch 'main' into setVelocityScale Luca 2023-04-30 22:34:44 +0200
  • 0d30aa301f Update performances by @Banana71 probonopd 2023-04-30 22:09:37 +0200
  • 0fa1e17dda
    Changed numbering on userBank.syx Luca 2023-04-28 19:54:45 +0200
  • 9395d7b5c8 Removing double level computation and simplified PAN management Vincent GAUCHE 2023-04-28 00:16:47 +0200
  • 00ab3957d0 start MixingConsole fixing Vincent GAUCHE 2023-04-27 02:14:47 +0200
  • 104c3a5a1f incremental MixingConsole integration fix Vincent GAUCHE 2023-04-26 00:52:47 +0200
  • 60070f9378
    Merge branch 'main' into getsysex.sh Luca 2023-04-18 21:58:23 +0200
  • 00e2f101bb
    If running on a RPI 1 or single core Pi then default to the TG1 menu as the home menu. (#481) Kevin 2023-04-18 20:45:04 +0100
  • 43b07c44eb
    Changed shell to sh Luca 2023-04-18 21:32:33 +0200
  • 18effd0d76
    Add Synth_Dexed to the submodules update Luca 2023-04-18 21:12:12 +0200
  • b13dd882b5
    Merge branch 'probonopd:main' into main Luca 2023-04-18 20:15:02 +0200
  • 44f3e68444
    Update build.yml Luca 2023-04-18 20:14:50 +0200
  • a552ba54ac
    Update getsysex.sh Luca 2023-04-18 19:52:41 +0200
  • 0b2a0be31c
    Add files via upload Luca 2023-04-18 19:51:49 +0200
  • b39278e191
    Merge branch 'main' into setVelocityScale Luca 2023-04-17 22:34:04 +0200
  • 61b4e48ed3
    Merge branch 'main' into getsysex.sh Luca 2023-04-17 22:33:21 +0200
  • 16b4658a71 If running on a RPI 1 or single core Pi then default to the TG1 menu as the home menu. #481 diyelectromusic 2023-04-17 20:50:49 +0100
  • 582c740741
    Expand Program Change messages across banks (#464) Kevin 2023-04-17 17:54:59 +0100
  • 278bf6de8e Merge branch 'probonopd-main' into fx2 Vincent Gauché 2023-04-17 00:55:27 +0200
  • 361d6c3063 Merge from main project Vincent GAUCHE 2023-04-17 00:29:39 +0200
  • fdd84b1d6d fixing bugs in menu but still no sound Vincent GAUCHE 2023-04-16 23:53:54 +0200
  • 3e7d28e7c7
    Merge branch 'probonopd:main' into main Vincent Gauché 2023-04-10 09:03:20 +0200
  • f0e653fafe
    Merge branch 'main' into getsysex.sh Luca 2023-04-08 14:04:45 +0200
  • f3e5bc9dcf
    Also pin Synth_Dexed probonopd 2023-04-07 23:32:59 +0200
  • c7a4e1b700
    Merge branch 'main' into ExpandPCAcrossBanks #464 Kevin 2023-04-07 22:30:49 +0100
  • 0bceec648f
    Merge branch 'main' into setVelocityScale probonopd 2023-04-07 23:23:26 +0200
  • 7e0251eee5
    Use script to checkout correct versions of submodules (#475) probonopd 2023-04-07 23:21:38 +0200
  • 6f5d488545
    Use script to checkout correct versions of submodules #475 probonopd 2023-04-07 23:10:38 +0200
  • 7d3a01707f
    Merge branch 'main' into ExpandPCAcrossBanks Kevin 2023-04-07 21:40:56 +0100
  • 3a51fd74a7
    Skip empty voices while scrolling (#466) Luca 2023-04-07 22:27:14 +0200
  • 9a09f2a65a
    Merge branch 'main' into ExpandPCAcrossBanks Kevin 2023-04-07 21:21:34 +0100
  • 579be63653
    Merge branch 'main' into skipEmptyVoices #466 probonopd 2023-04-07 21:47:33 +0200
  • c4dca86b1b
    Filter out "EMPTY " probonopd 2023-04-07 21:47:18 +0200
  • edd22ba8c6
    Support for subdirectories in the SysEx voices directory (#473) Kevin 2023-04-07 20:00:48 +0100
  • 2bc226301a
    Added more cases where the voice is empty Luca 2023-04-06 22:21:55 +0200
  • 6c77b369f7 Update to fix bank numbers. Bank file numbers now start from 00001 and show as 1-indexed in the UI. But internally and via MIDI are still 0-indexed as per MIDI spec. #473 diyelectromusic 2023-04-06 14:53:54 +0100
  • 7d2b2e035d Fix bank number in UI to match the numbers from the bank files. diyelectromusic 2023-04-06 13:54:18 +0100
  • 58f947ffff Limit nesting of subdirectories to open diyelectromusic 2023-04-06 10:19:55 +0100
  • 6064dcec93 Reinstate headerless SysEx file loading after subdirectory change diyelectromusic 2023-04-05 18:09:48 +0100
  • 72bec02d09 Initial attempt at supporting loading SysEx files from subdirectories which seems to speed up loading significantly. diyelectromusic 2023-04-05 16:26:34 +0100
  • 8f3b794f7f Fix for issue #424 create a build script to check out the correct versions of sub libraries. diyelectromusic 2023-04-04 18:39:14 +0100
  • 9fd908b84d First attempt with new menu Vincent GAUCHE 2023-04-04 03:18:46 +0200
  • 4c67dbb838
    Merge branch 'main' into ExpandPCAcrossBanks Kevin 2023-04-03 22:27:42 +0100
  • 07fbcad4fb
    Merge branch 'main' into setVelocityScale probonopd 2023-04-03 23:19:01 +0200
  • 09651404d5
    Merge branch 'main' into skipEmptyVoices probonopd 2023-04-03 23:18:03 +0200
  • be594f53ef
    Fix for Issue #468 - introducing Bank MSB/LSB messed up the UI parameter handling. (#469) Kevin 2023-04-03 22:17:31 +0100
  • c95bb731a7 Fix for Issue #468 - introducing Bank MSB/LSB messed up the UI parameter handling. #469 diyelectromusic 2023-04-03 21:33:00 +0100
  • 3745bb4070
    Merge branch 'main' into ExpandPCAcrossBanks Kevin 2023-04-02 21:12:25 +0100
  • 1e2e9a32a7
    Reverted to an older approach Luca 2023-04-02 22:11:42 +0200
  • eab294d563
    Merge branch 'probonopd:main' into setVelocityScale Luca 2023-04-02 22:03:06 +0200
  • ee210ac7d7
    Merge branch 'probonopd:main' into getsysex.sh Luca 2023-04-02 22:02:54 +0200
  • cea084ede3
    Merge branch 'main' into skipEmptyVoices probonopd 2023-04-02 21:29:59 +0200
  • cfd2a24804
    Support for headerless SysEx Voice Banks (#463) Kevin 2023-04-02 20:29:42 +0100
  • 426b001605
    Merge branch 'main' into ExpandPCAcrossBanks Kevin 2023-04-01 22:37:50 +0100
  • ab79216ebf
    Merge branch 'main' into hdrlessSysEx #463 Kevin 2023-04-01 22:33:59 +0100
  • a273a7896c
    Fixed an oversight Luca 2023-04-01 17:41:51 +0200
  • a1ab1c2427
    Made it easier to add links Luca 2023-04-01 17:37:13 +0200
  • d6a1cb3a79
    Merge branch 'probonopd:main' into getsysex.sh Luca 2023-04-01 17:21:03 +0200
  • b77a941782
    Merge branch 'main' into skipEmptyVoices Luca 2023-04-01 17:19:33 +0200
  • 63e1184f97
    Skip empty voices while scrolling Luca 2023-04-01 17:06:30 +0200
  • ff70607119
    Merge branch 'main' into setVelocityScale probonopd 2023-04-01 17:05:29 +0200
  • 73a80a93cb
    Fix some of the issues with bank handling (#461) Kevin 2023-04-01 16:04:47 +0100
  • 35fa23cbf1 Implement option to allow MIDI Program Change messages to select aross four consecutive banks as discussed in Issue #391. Note: It does not check if consecutive banks are loaded. That is down to the user. The default is "enabled". diyelectromusic 2023-04-01 15:35:00 +0100
  • e03e7011db Fix for Issue #459 Added config option for headerless SysEx voice banks. diyelectromusic 2023-04-01 14:36:34 +0100
  • 19467a64d2 Fix for Issue #459 Initial support for loading of headerless SysEx voice banks as a configuraton option diyelectromusic 2023-04-01 14:34:54 +0100
  • 70bc5eb41f Firm up bank validity handling slightly. #461 diyelectromusic 2023-03-31 22:32:53 +0100
  • d3b68dc264 Fix for Issue #458 to not show blank banks in the menus. Also handles MIDI bank select messages and won't change banks if the final selected bank isn't loaded. diyelectromusic 2023-03-31 22:03:12 +0100
  • 65159b014e Fix for Issue #460 implements MIDI Bank Select MSB/LSB based on PR #395 submitted by @abscisys diyelectromusic 2023-03-31 20:50:05 +0100
  • c487ffd28f Fix for Issue #457 - changed m_nNumLoadedBanks to be m_nNumHighestBank and updated functionality in menus accordingly. diyelectromusic 2023-03-31 20:03:55 +0100
  • 10be1f3c79
    Merge 3505dafcbe into 43c0cd3dd6 #405 Vincent Gauché 2023-03-29 17:14:24 +0200
  • 792ae0e007
    Merge branch 'probonopd:main' into setVelocityScale Luca 2023-03-29 17:06:02 +0200
  • e9808f1a70
    Merge branch 'probonopd:main' into getsysex.sh Luca 2023-03-29 17:05:51 +0200
  • 483092e172
    Merge branch 'probonopd:main' into main Luca 2023-03-29 17:05:31 +0200
  • 43c0cd3dd6
    Comment out "MIDI message is shorter than 2 bytes!" probonopd 2023-03-26 18:33:54 +0200
  • 85d36a875b Merge branch 'main' of github.com:probonopd/MiniDexed probonopd 2023-03-25 22:57:55 +0100
  • 26bcd876fb Remove performances as requested by @Banana71 probonopd 2023-03-25 22:57:10 +0100
  • 5fde376f62
    MaxVoiceBankID = 16383 probonopd 2023-03-25 22:16:55 +0100
  • 2bb0297a4c Update performances by @Banana71 probonopd 2023-03-25 22:12:24 +0100
  • e891ec8d2e
    Update Synth_Dexed.mk Luca 2023-03-22 16:31:50 +0100
  • 8a503255db
    Update build.yml Luca 2023-03-22 16:19:33 +0100
  • c14f34d267
    Fix missing \ probonopd 2023-03-21 20:16:27 +0100
  • d4f70435d7
    ...but add EngineMsfa.o here probonopd 2023-03-21 20:15:50 +0100
  • 9df651e20a
    Don't add EngineMsfa.o here... probonopd 2023-03-21 20:15:03 +0100
  • 9f97c41b97
    Add EngineMsfa.o to Makefile probonopd 2023-03-21 19:48:58 +0100
  • 07b9b15789
    Synth_Dexed deb0905 probonopd 2023-03-21 19:08:08 +0100
  • 21d21cac3d
    Update Synth_Dexed to a908f78 probonopd 2023-03-19 17:03:10 +0100
  • 0d3ed2ba3e
    Update Synth_Dexed to 8c67f73 probonopd 2023-03-05 17:44:19 +0100
  • 20e26d9c11
    Update Synth_Dexed to 8c67f73 probonopd 2023-03-05 17:43:34 +0100
  • 54b5e3a4bc fix the declaration of Mixer abscisys 2023-03-05 01:13:16 +0100
  • 6d8bb2edbd
    Merge pull request #8 from abscisys/fx Vincent Gauché 2023-03-04 20:11:54 +0100
  • 73a430b52e
    Merge branch 'main' into fx #409 Vincent Gauché 2023-03-04 20:01:14 +0100
  • 398d11ec75 fixing unit tests + change default delay flutter to 0 abscisys 2023-03-04 19:36:33 +0100
  • f92878fcb1 Remove debug information during unit tests and cleanup abscisys 2023-03-04 19:03:40 +0100
  • 23ab355c02 Changing the LFO to the new FastLFO2 abscisys 2023-03-04 18:34:35 +0100
  • 5b194adaae
    Update build.yml donluca 2023-03-03 19:44:05 +0100
  • b6778f8e7d
    Update build.yml donluca 2023-03-03 19:41:36 +0100