Commit Graph

332 Commits

Author SHA1 Message Date
Devine Lu Linvega 02f7add4ac Housekeeping 2024-01-02 19:20:16 -08:00
Devine Lu Linvega 8c212fed3e Housekeeping 2024-01-02 11:29:02 -08:00
Devine Lu Linvega a4f4eb7460 Minor optimization in system 2024-01-02 09:55:52 -08:00
neauoire b952a2417b (screen) Fixed issue with blending modes 2023-12-18 17:47:24 -08:00
neauoire a62fce6316 Faster screen drawing routines 2023-12-18 14:44:36 -08:00
neauoire e016461263 (screen) Fixed pixel fill bug 2023-11-18 10:56:34 -08:00
neauoire 86c46be310 (Screen) Removed unused variable 2023-11-12 17:05:46 -08:00
neauoire efd70d34be (Screen) Pass addr to sprite 2023-11-12 17:01:16 -08:00
neauoire f744a95a70 (Screen) Cached row only written when visible 2023-11-12 16:54:19 -08:00
neauoire 94f314280c (Screen) Cache row during sprite drawing 2023-11-12 16:46:44 -08:00
neauoire d6a966e113 (Screen) Faster sprite drawing 2023-11-12 12:38:43 -08:00
neauoire 0d055306a8 (screen) Added fill() function 2023-11-11 20:44:15 -08:00
neauoire dd1f3e0725 Housekeeping 2023-11-11 20:32:52 -08:00
neauoire f9de13652c Redraw on resize 2023-11-09 14:45:51 -08:00
Bad Diode 798ebafdc8 Fix potential out of bounds when doing tuning lookup 2023-11-02 17:30:14 -07:00
d_m 6a091365a2 Take pitch into account when computing duration. 2023-11-02 17:30:14 -07:00
d_m dbf1c72f21 Detect duration for note_off as well as note_on. 2023-11-02 17:30:14 -07:00
neauoire 87d6798593 Formatting 2023-11-02 17:30:14 -07:00
neauoire c4ec4a6340 (audio.c) Default duration is sample length 2023-11-02 17:30:14 -07:00
Bad Diode c26c27a730 Add dei ports 0x2 and 0x4 to audio devices 2023-11-02 17:30:14 -07:00
Bad Diode 9c8ae94825 Change sdl audio to not play until the first pitch is sent 2023-11-02 17:30:14 -07:00
Bad Diode 1d7c96dd3d Update default envelope 2023-11-02 17:30:14 -07:00
Bad Diode 8f3d7b9020 Add minimum decay/release of 10ms 2023-11-02 17:30:14 -07:00
Bad Diode e1074c9018 Increase base volume 4x (1 channel max -12dB) 2023-11-02 17:30:14 -07:00
Bad Diode 56c500f25e Restore sample stretching behaviour 2023-11-02 17:30:14 -07:00
Bad Diode 6569c9d749 Add per-cent tuning and change note-off to #00 2023-11-02 17:30:14 -07:00
Bad Diode e6cf770d2e Fix memory bug and restore previous looping behaviour 2023-11-02 17:30:14 -07:00
Bad Diode 4b64ced669 Restore audio port layout and use 0x5 for duration 2023-11-02 17:30:14 -07:00
Bad Diode 9d1013d3bf Make sure ADSR uses the audiobuf macros 2023-11-02 17:30:14 -07:00
Bad Diode c6713b6d1b Reduce the detuning/pitch table for now 2023-11-02 17:30:14 -07:00
Bad Diode 88ba7a8623 Cleanup warnings 2023-11-02 17:30:14 -07:00
Bad Diode 32853ce8f7 Fix xfading issues 2023-11-02 17:30:14 -07:00
Bad Diode 9437c4e520 Add sample duration handling 2023-11-02 17:30:14 -07:00
Bad Diode 49eda85851 Add initial WIP sample player for new audio device 2023-11-02 17:30:14 -07:00
neauoire 8e976310d3 Improved cli stack debugger 2023-10-31 11:24:00 -07:00
neauoire 81a3dbee5e Better on-screen stack debugging 2023-10-31 11:17:33 -07:00
Sigrid Solveig Haflínudóttir f8c7e44ea1 console: add a newline at eof 2023-09-21 17:13:17 +00:00
neauoire a323cb5c56 (screen.c)Fixed redraw issue 2023-09-02 18:34:04 -07:00
neauoire fb892e4329 Uxn can no longer error 2023-09-02 13:51:03 -07:00
neauoire 3b526bbed6 (screen.c) Always cache value before PEEK/POKE 2023-08-30 12:06:04 -07:00
neauoire 107a25295b (mouse.c) Do not use POKE2 macro 2023-08-30 11:25:15 -07:00
neauoire a18f8697f0 (uxn.c) Removed unnecessary negation 2023-08-25 13:05:45 -07:00
neauoire 1b1c9fc710 Make emu_masks globals 2023-08-25 09:38:03 -07:00
neauoire d3081fd93d Zero ram on reboot 2023-08-19 07:58:44 -07:00
neauoire 15d09cf15b Added stack pointer accessors to system device 2023-08-19 07:34:14 -07:00
neauoire c6a628e6ae Pre-process dei/deo masks 2023-08-17 09:25:24 -07:00
neauoire 5a77c3e1e3 Removed unused ports from system deo mask 2023-08-16 20:46:24 -07:00
neauoire 63d5dd681a Tightened screen debugger redraw 2023-08-16 14:33:45 -07:00
neauoire d3371d1f73 Muted warnings 2023-08-16 13:53:31 -07:00
neauoire 13bd3ce2d8 Made debugger private to screen 2023-08-16 13:46:07 -07:00