probonopd
|
41f95023e6
|
Update README.md
[ci skip]
|
3 years ago |
probonopd
|
b9d0d896ce
|
Add script to populate sysex directory
https://github.com/probonopd/MiniDexed/issues/11
|
3 years ago |
probonopd
|
79fe4aabbf
|
Load voices from .syx files in /sysex/voice directory
https://github.com/probonopd/MiniDexed/issues/11#issuecomment-1052239623
Thanks @rsta2
|
3 years ago |
probonopd
|
6291c234ca
|
Fix link
[ci skip]
|
3 years ago |
probonopd
|
bc9a4dabba
|
Raspberry Pi Zero tested
[ci skip]
|
3 years ago |
probonopd
|
d40051c7c2
|
Fix Program Change numbering and voice name printing
https://github.com/probonopd/MiniDexed/issues/11
|
3 years ago |
probonopd
|
cdd603091b
|
Add define `PROFILE` and code to show CPU usage
https://github.com/probonopd/MiniDexed/issues/12#issuecomment-1051853664
Thanks @rsta2
|
3 years ago |
probonopd
|
997d1c9f5f
|
Use 'char buf_name[11];' and 'setName()'
https://github.com/probonopd/MiniDexed/issues/11#issuecomment-1051315444
Thanks @rsta2
|
3 years ago |
probonopd
|
c7599c5511
|
Support multiple voices through Program Change MIDI messages
[ci skip]
|
3 years ago |
probonopd
|
29acc02891
|
React to Progam Change MIDI messages, part of #11
Thanks @rsta2
Possibly to be moved to Synth_Dexed @dcoredump?
|
3 years ago |
probonopd
|
2203a5703a
|
Fix message [ci skip]
|
3 years ago |
probonopd
|
1617763a92
|
Output MIDI messages for debugging and development
https://github.com/probonopd/MiniDexed/issues/8#issuecomment-1050231502
Closes #8
Thanks @rsta2
|
3 years ago |
probonopd
|
e28da3de6e
|
Add 'usbspeed=full', fixes USB MIDI keyboard issues
Closes #26
https://github.com/probonopd/MiniDexed/issues/26#issuecomment-1049244747
Thanks @rsta2
|
3 years ago |
probonopd
|
4d6bf142f2
|
Enable REALTIME system option to see whether this fixes USB 'Transaction failed' errors
https://github.com/probonopd/MiniDexed/issues/26#issuecomment-1049188568
|
3 years ago |
probonopd
|
eebd6f6d68
|
Update README.md
[ci skip]
|
3 years ago |
probonopd
|
08be352d24
|
Move RPi code from Synth_Dexed to MiniDexed, thanks @rsta2
Move the Raspberry Pi specific code from the classes AudioSynthDexed* from the Synth_Dexed project to the MiniDexed project
https://github.com/probonopd/MiniDexed/issues/8#issuecomment-1048590076
|
3 years ago |
probonopd
|
1648a06612
|
Merge pull request #25 from dcoredump/main
Ignoring *.img in git commit.
|
3 years ago |
Holger Wirtz
|
aea79c35e0
|
Ignoring *.img in git commit.
Small fixes for documentation of building an image in README.txt.
|
3 years ago |
probonopd
|
0a4c01536d
|
cmdline.txt
61ec9da180 (commitcomment-67209481) [ci skip]
|
3 years ago |
probonopd
|
8c9fc8bc2a
|
Add default cmdline.txt
61ec9da180 (commitcomment-67209481)
|
3 years ago |
probonopd
|
a7dc263ceb
|
Remove key that does not belong into this file
61ec9da180 (commitcomment-67209481) [ci skip]
|
3 years ago |
probonopd
|
6990a4240c
|
rm -rf armstub
|
3 years ago |
probonopd
|
fdb04d1816
|
Add details to Usage section
[ci skip]
|
3 years ago |
probonopd
|
cd87fb7a88
|
Update README.md
[ci skip]
|
3 years ago |
probonopd
|
61ec9da180
|
Combine config.txt for 32-bit and 64-bit models
Use 64-bit for RPi 3, 4, 400 and Zero 2, and 32-bit for all other models
No more renaming of config.txt by the user required
https://github.com/probonopd/MiniDexed/issues/23#issuecomment-1047481397
Thanks @rsta2
|
3 years ago |
probonopd
|
46d64c7ecf
|
Combine config.txt for 32-bit and 64-bit models
Use 64-bit for RPi 3, 4, 400 and Zero 2, and 32-bit for all other models
No more renaming of config.txt by the user required
Thanks @rsta2 [ci skip]
|
3 years ago |
probonopd
|
a00bf55eea
|
Allow selecting the sound interface, thanks @rsta2
Using sounddev=sndpwm | sndi2s | sndhdmi in the file cmdline.txt
https://github.com/probonopd/MiniDexed/issues/17#issuecomment-1047473012
|
3 years ago |
probonopd
|
709482fc5e
|
Update TODO
[ci skip]
|
3 years ago |
probonopd
|
6c54aba903
|
Do not delete sdcard/config32.txt
It is needed for 32-bit Raspberry Pi systems
|
3 years ago |
probonopd
|
02d328713b
|
Raspberry Pi 1 and 2 [ci skip]
|
3 years ago |
probonopd
|
205df631f7
|
Build for Raspberry Pi 1
https://github.com/probonopd/MiniDexed/issues/23
|
3 years ago |
probonopd
|
9e51b08bfe
|
cp ../kernels/* . || true
https://github.com/probonopd/MiniDexed/issues/23
|
3 years ago |
probonopd
|
daa0378694
|
cp ../kernels/* ./circle-stdlib/libs/circle/boot/ || true
|
3 years ago |
probonopd
|
1fa4500e49
|
Copy kernels in place
|
3 years ago |
probonopd
|
b924df4464
|
set -ex
|
3 years ago |
probonopd
|
49b7a33c5c
|
Preserve various kernels
https://github.com/probonopd/MiniDexed/issues/23
|
3 years ago |
probonopd
|
4820e51709
|
Preserve various kernels
https://github.com/probonopd/MiniDexed/issues/23
|
3 years ago |
probonopd
|
7f1d36a2bc
|
Add 'make clean || true' for MiniDexed
https://github.com/probonopd/MiniDexed/issues/23
|
3 years ago |
probonopd
|
1afd35957b
|
Fix toolchain for Raspberry Pi 3
|
3 years ago |
probonopd
|
f5ee1fa836
|
Remove extra steps [ci skip]
|
3 years ago |
probonopd
|
d2d6b6a70b
|
Try to build for Build for Raspberry Pi 2
https://github.com/probonopd/MiniDexed/issues/23#issuecomment-1046315470
|
3 years ago |
probonopd
|
ee7645a411
|
'make mrproper || true' in circle-stdlib
https://github.com/probonopd/MiniDexed/issues/23#issuecomment-1046315470
[ci skip]
|
3 years ago |
probonopd
|
bd5a6c4acd
|
Update Synth_Dexed git submodule
|
3 years ago |
probonopd
|
b1df2ef63c
|
Support Serial MIDI
https://github.com/probonopd/MiniDexed/issues/20#issuecomment-1046300598
Thanks @rsta2
|
3 years ago |
probonopd
|
868496f904
|
Do not build for Raspberry Pi 2
Until we find out how
https://github.com/probonopd/MiniDexed/issues/23
|
3 years ago |
probonopd
|
f3eaef49da
|
Try 'make clean' in build/circle-newlib/aarch64-none-circle/newlib
https://github.com/probonopd/MiniDexed/issues/23
|
3 years ago |
probonopd
|
d2febcba8b
|
cd build/circle-newlib/ ; make mrproper
https://github.com/probonopd/MiniDexed/issues/23#issuecomment-1046291245
|
3 years ago |
probonopd
|
d06aab6ccd
|
Transpose one octave less
[ci skip]
|
3 years ago |
probonopd
|
756881cdfe
|
Use '--prefix "${TOOLCHAIN_PREFIX}"'
|
3 years ago |
probonopd
|
be64fa2f74
|
Try to build for Raspberry Pi 2
|
3 years ago |