BeZo
613d721c88
Fixing build
2 years ago
BeZo
cf03de9f88
Upstream Dexed
2 years ago
BenZonneveld
1902c47d64
Update rebuild.sh
2 years ago
BenZonneveld
637bcec24f
Update rebuild.sh
2 years ago
Ben Zonneveld
b87fd74bf9
Merge branch 'SysExControl' of https://github.com/BenZonneveld/MiniDexed into SysExControl
2 years ago
BeZo
92d5f4c4b6
This should fix the build issues
2 years ago
BeZo
cb0f524255
Moving Sysex check to mididevice.cpp
2 years ago
probonopd
6351fdcbcb
Restore build.sh
...
Revert changes unrelated to the PR
2 years ago
probonopd
fd345d8bba
Restore build.yml
...
Revert changes unrelated to the PR
2 years ago
BenZonneveld
d10c7849df
Update build.yml
...
Update
2 years ago
BenZonneveld
5ed8b18f92
Update build.yml
2 years ago
BeZo
d944ec48dd
This should fix the builds
2 years ago
BeZo
959b123f45
Added extra files
2 years ago
BeZo
65ebb88a5f
Forgot to add these files
2 years ago
BeZo
d8316fd2ca
Small sysex changes
2 years ago
BeZo
6d189f84e5
More sysex
2 years ago
BeZo
31c52b3bc2
More midi
2 years ago
BeZo
d62cbb724f
More sysex implementations
2 years ago
BeZo
bbd3db359c
Sysex implemented
2 years ago
BeZo
b13c1f2705
Patches to support TG settings using sysex.
2 years ago
BeZo
a1c9ec0e76
Sysex patches
2 years ago
BenZonneveld
44d9c7e432
Update build.yml
...
Minor update to build yaml
2 years ago
BenZonneveld
85a663ac21
Update build.yml
...
Update build.yml
2 years ago
Holger
0a5ec7d529
Fix for garbled device name in debug output, closes #265
...
Thanks @dcoredump
3 years ago
arsamus
60ab4a562b
Switchable performance files and saving all voice data parameters. ( #228 )
3 years ago
Holger
c00ed09398
Fixes for SYSEX channel messages / Added master volume method (also for SYSEX) ( #249 )
...
* Fix for using the right MIDI channel for SYSEX.
Fix for SYSEX MIDI dump output.
* Small fixes for recognizing MIDI channel in SYSEX.
Disabled printing of MIDI data in incoming serial data.
Added some mor debug output.
* Reenabled showing incomfing MIDI data when MIDI-DUmp is enabled.
Fix for using MIDI channel for SYSEX.
* Several fixes for SYSEX handling.
* Code for sending a voice dump via MIDI started.
* Fix for sending SYSEX voice dump to all interfaces.
* Sending voice data via SYSEX when voice is changed.
Adding master volume and changing master volume when SYSEX master volume is triggered.
* Forgot to initialize nMasterVolume - just added it.
* Merge.
* Added a SpinLock around MIDI message processing.
* Added notesOff() when changing algorithm parameter (can be extended later for other parameters).
Co-authored-by: Holger Wirtz <wirtz@parasitstudio.de>
3 years ago
probonopd
2f044b6fcb
Fix Save Performance ( #238 )
...
Closes #151
Thanks @rsta2
3 years ago
arsamus
85a4d9953b
Support for Portamento and Pitch Bender parameters ( #206 )
...
Thanks @arsamus
3 years ago
probonopd
cdd28503fc
i2c
...
[ci skip]
3 years ago
probonopd
e026ea1948
Initial support for I2C HD44780 displays ( #225 )
...
Initial support for I2C HD44780 displays, closes #169
Thanks @diyelectromusic
3 years ago
Holger
52b8900293
Fix for Serial Midi In double triggering notes ( #216 )
...
Thanks @dcoredump
3 years ago
Holger
6d14da8604
Less CPU consuming setting for panorama values ( #212 )
...
Values (with sin()/cos() functions) for the panorama are only calculated once when setting them instead of calculating them on every run for calculation of an audio block
3 years ago
probonopd
282391342c
Voices can be edited over MIDI
...
[ci skip]
3 years ago
Holger
b6df892a44
Fixing linear internal mixer to non-linear (x^4) / Fixing linear pan to non-linear (sin/cos) #182 ( #210 )
3 years ago
Holger
3894cb3b21
Support for Yamaha DX7 SysEx commands ( #195 )
...
SysEx handling for parameter changes
Co-authored-by: Holger Wirtz <wirtz@parasitstudio.de>
Co-authored-by: probonopd <probonopd@users.noreply.github.com>
3 years ago
probonopd
984e77f000
Update pinout
...
[ci skip]
3 years ago
probonopd
76620d1576
Change default pinout ( #189 )
3 years ago
probonopd
4850c3a19d
Support Running Status MIDI messages ( #194 )
...
Reference: https://www.lim.di.unimi.it/IEEE/MIDI/SOT5.HTM#Running-
https://github.com/probonopd/MiniDexed/discussions/170#discussioncomment-2663922
Thanks @arsamus
3 years ago
probonopd
0721b608f9
adafruit
...
[ci skip]
3 years ago
probonopd
42a79dc699
getsysex.sh
...
[ci skip]
3 years ago
probonopd
363c28710f
Reinstate MIDI_CC_DETUNE_LEVEL ( #171 )
...
Accidentally got reverted
https://github.com/probonopd/MiniDexed/pull/150#issuecomment-1108599164
3 years ago
probonopd
5ba274cfed
FAT16
...
[ci skip]
3 years ago
probonopd
e3df1dcdbd
Make it possible to disable MIDI Program Change messages ( #159 )
...
MIDIRXProgramChange parameter
3af6cb5331
Thanks @fp64lib
3 years ago
probonopd
addbd45282
Add WM8960 support ( #133 )
...
Patch in WM8960 support by using Circle ae22928 from the develop branch
Thanks @matemaciek and @rsta2
3 years ago
probonopd
901151a001
Submodule updated ( #150 )
3 years ago
probonopd
c003b3d62c
Fix .zip.zip suffix for artefacts
3 years ago
probonopd
3c5fa8c139
CC 94 level 0 = no detune ( #141 )
...
CC 94: "0 to 127, with 0 being no celeste (detune) effect applied at all."
469ef79fa5 (commitcomment-71889738)
Thanks @ChKK1963
3 years ago
probonopd
c5343931d0
Keep all build artifacts for 90 days ( #142 )
...
* Keep all build artifacts
Also those on the master branch
https://github.com/probonopd/MiniDexed/issues/140#issuecomment-1106752484
* Include git hash in filename
3 years ago
probonopd
469ef79fa5
Scale more CCs ( #135 )
...
https://github.com/probonopd/MiniDexed/pull/122#issuecomment-1105686599
3 years ago
probonopd
75e2970474
Increase reboot timeout to 120 seconds
...
https://github.com/probonopd/MiniDexed/issues/134
3 years ago