Commit Graph

  • 29823e5bd1 (file) Removed PEEK2 macros Devine Lu Linvega 2024-01-04 09:44:46 -0800
  • 22af2ba9c3 (screen) Cache the content of the auto byte Devine Lu Linvega 2024-01-03 09:19:09 -0800
  • 011662e1dd (screen) cache elements of the auto byte Devine Lu Linvega 2024-01-03 09:05:16 -0800
  • 163d48ec34 Removed extra variable Devine Lu Linvega 2024-01-03 08:44:31 -0800
  • 6ba21f8470 (screen) Cache temp values Devine Lu Linvega 2024-01-03 08:30:36 -0800
  • 1796eb938f Removed unused variable Devine Lu Linvega 2024-01-02 20:24:42 -0800
  • 02f7add4ac Housekeeping Devine Lu Linvega 2024-01-02 19:20:16 -0800
  • 78526d56e3 Make uxn instance public Devine Lu Linvega 2024-01-02 11:54:12 -0800
  • 8c212fed3e Housekeeping Devine Lu Linvega 2024-01-02 11:29:02 -0800
  • a4f4eb7460 Minor optimization in system Devine Lu Linvega 2024-01-02 09:55:52 -0800
  • 3f252c0ee3 Fixed crash from missing dev page neauoire 2023-12-25 14:39:29 -0800
  • 7ec95315ce Fix audio device regression Bad Diode 2023-12-20 09:20:22 +0100
  • 8ca6c75e29 Removed old screen.flip example neauoire 2023-12-19 11:16:10 -0800
  • 5fa8fb8401 Removed old system.catch example neauoire 2023-12-19 11:12:23 -0800
  • 6e45b5700f (screen.auto) Added a auto port testing file neauoire 2023-12-19 10:52:15 -0800
  • b952a2417b (screen) Fixed issue with blending modes neauoire 2023-12-18 17:47:24 -0800
  • a62fce6316 Faster screen drawing routines neauoire 2023-12-18 14:44:36 -0800
  • 14bf95ba39 (console.tal) Improved example neauoire 2023-12-05 11:55:46 -0800
  • 94f6627145 (816.uf1) Added font neauoire 2023-11-25 15:52:59 -0800
  • e016461263 (screen) Fixed pixel fill bug neauoire 2023-11-18 10:56:34 -0800
  • 86c46be310 (Screen) Removed unused variable neauoire 2023-11-12 17:05:46 -0800
  • efd70d34be (Screen) Pass addr to sprite neauoire 2023-11-12 17:01:16 -0800
  • f744a95a70 (Screen) Cached row only written when visible neauoire 2023-11-12 16:54:19 -0800
  • 94f314280c (Screen) Cache row during sprite drawing neauoire 2023-11-12 16:46:44 -0800
  • d6a966e113 (Screen) Faster sprite drawing neauoire 2023-11-12 12:38:43 -0800
  • 99c492d385 Store instance device in Uxn itself neauoire 2023-11-11 20:57:28 -0800
  • 0d055306a8 (screen) Added fill() function neauoire 2023-11-11 20:44:15 -0800
  • dd1f3e0725 Housekeeping neauoire 2023-11-11 20:32:52 -0800
  • 228a951f22 (screen.pixel) Added pixel testing program by @aw neauoire 2023-11-10 14:47:51 -0800
  • f9de13652c Redraw on resize neauoire 2023-11-09 14:45:51 -0800
  • d0a521745a (mouse.tal) Improved implementation neauoire 2023-11-09 14:01:11 -0800
  • 6bdb6ca168 Optimized core neauoire 2023-11-09 13:46:10 -0800
  • fa6d62c70a (screen.blending) Draw foreground sprites too neauoire 2023-11-08 09:30:49 -0800
  • 9924af3593 (screen.blending.tal) Added 1bpp demo neauoire 2023-11-05 11:07:56 -0800
  • 76732db18a (uxnasm.c) Add check for missing output file Capital 2023-11-03 19:31:42 -0400
  • 798ebafdc8 Fix potential out of bounds when doing tuning lookup Bad Diode 2023-10-23 11:10:03 +0200
  • 6381ebb545 (audio-test) Loop melody neauoire 2023-10-23 05:08:41 -0400
  • f1d903c775 (audio-test) Fixed durations neauoire 2023-10-21 11:10:33 -0400
  • 6a091365a2 Take pitch into account when computing duration. d_m 2023-10-20 19:38:01 -0400
  • dbf1c72f21 Detect duration for note_off as well as note_on. d_m 2023-10-20 12:24:39 -0400
  • 87d6798593 Formatting neauoire 2023-10-20 11:54:25 -0400
  • c4ec4a6340 (audio.c) Default duration is sample length neauoire 2023-10-20 11:51:17 -0400
  • 328f52128b (piano.tal) Support new volume port neauoire 2023-10-20 10:52:13 -0400
  • c26c27a730 Add dei ports 0x2 and 0x4 to audio devices Bad Diode 2023-10-19 19:41:52 +0200
  • 9c8ae94825 Change sdl audio to not play until the first pitch is sent Bad Diode 2023-10-19 12:06:47 +0200
  • 1d7c96dd3d Update default envelope Bad Diode 2023-10-17 21:17:07 +0200
  • 8f3d7b9020 Add minimum decay/release of 10ms Bad Diode 2023-10-17 21:01:18 +0200
  • d1c156d56c Fix uxncli missing device pointer Bad Diode 2023-10-17 20:43:49 +0200
  • e1074c9018 Increase base volume 4x (1 channel max -12dB) Bad Diode 2023-10-17 20:34:10 +0200
  • ae11965898 Update audio-tests.tal example Bad Diode 2023-10-17 20:25:44 +0200
  • 0f3b070313 Try to avoid audio callback from working after free Bad Diode 2023-10-17 20:16:47 +0200
  • 2c3f9f0f47 Fix wrong freeing of memory Bad Diode 2023-10-17 20:12:07 +0200
  • 56c500f25e Restore sample stretching behaviour Bad Diode 2023-10-17 20:04:15 +0200
  • 41b143b8e0 Update audio-tests to use proper sine function Bad Diode 2023-10-17 18:22:11 +0200
  • 6569c9d749 Add per-cent tuning and change note-off to #00 Bad Diode 2023-10-17 18:10:56 +0200
  • b2e67c0319 Make sure device memory is freed Bad Diode 2023-10-17 17:26:46 +0200
  • e6cf770d2e Fix memory bug and restore previous looping behaviour Bad Diode 2023-10-17 17:12:31 +0200
  • 4b64ced669 Restore audio port layout and use 0x5 for duration Bad Diode 2023-10-16 15:35:46 +0200
  • 9d1013d3bf Make sure ADSR uses the audiobuf macros Bad Diode 2023-10-10 17:04:27 +0200
  • c6713b6d1b Reduce the detuning/pitch table for now Bad Diode 2023-10-10 16:28:09 +0200
  • 88ba7a8623 Cleanup warnings Bad Diode 2023-10-10 16:12:47 +0200
  • 32853ce8f7 Fix xfading issues Bad Diode 2023-10-10 16:06:17 +0200
  • 9437c4e520 Add sample duration handling Bad Diode 2023-10-10 15:39:47 +0200
  • 49eda85851 Add initial WIP sample player for new audio device Bad Diode 2023-10-10 14:54:44 +0200
  • 632816a58e (uxn.c) Housekeeping neauoire 2023-11-01 20:37:46 -0700
  • d28f4f8165 (uxn.c) Simpler switch argument neauoire 2023-11-01 19:14:31 -0700
  • 5c79d2813a (uxn.c) Wrap zero-page neauoire 2023-11-01 09:54:57 -0700
  • be438b40c6 (uxn.c) Ram wrapping for LDZ neauoire 2023-11-01 09:35:38 -0700
  • 7dfcd2b579 (uxn.c) Wrap RAM on LDA/STA neauoire 2023-11-01 09:25:39 -0700
  • 8e976310d3 Improved cli stack debugger neauoire 2023-10-31 11:24:00 -0700
  • 81a3dbee5e Better on-screen stack debugging neauoire 2023-10-31 11:17:33 -0700
  • 2e32545a8b (cube3d.tal) Optimizations neauoire 2023-10-30 15:32:02 -0700
  • 8b2d16ffea (uxn.c) Reconnected tnl core without device masks neauoire 2023-10-30 15:12:25 -0700
  • 3d9408e605 (uxn.c) Removed useless mask neauoire 2023-10-30 14:22:19 -0700
  • b35bded3e4 (uxn.c) Reconnected old abc core neauoire 2023-10-30 14:14:02 -0700
  • 5abea12b46 Made a backup of tnl core neauoire 2023-10-30 11:35:46 -0700
  • d167b88996 (uxncli) Zeroing Uxn neauoire 2023-10-30 11:24:04 -0700
  • 0189721956 (uxn.c) Fix pointer wrapping issues Remko Tronçon 2023-10-30 18:54:45 +0100
  • f1f1babd47 (uxn.c) Removed used of stack pointer for circular arithmetic neauoire 2023-10-30 09:29:40 -0700
  • bb99a02bf7 (build.sh) Remove special handling of SDL2 library on macOS. Remko Tronçon 2023-10-29 21:18:22 +0100
  • 6e96b22e36 (move.tal) Minor optimizations neauoire 2023-10-28 10:17:10 -0700
  • a0fa9ca9a3 (move.tal) Housekeeping neauoire 2023-10-28 10:08:01 -0700
  • b513014fa8 (screen.blending.tal) Fixed issue with sprite position neauoire 2023-10-27 19:53:42 -0700
  • 85d22bbb90 (uxnasm) Date neauoire 2023-10-27 08:43:48 -0700
  • cff5746e03 (uxnasm.c) Support outputting to stdout using `-` Remko Tronçon 2023-10-27 09:32:27 +0200
  • 187f92d31d (console.write.tal) Added output example to /error port neauoire 2023-10-26 11:29:49 -0700
  • 413f3a82f8 Fixed warnings neauoire 2023-10-25 15:25:32 -0700
  • 5babd72e6a Clear screen on debugger toggle neauoire 2023-10-25 15:23:56 -0700
  • d97fa9e8b8 Added F12 to toggle borderless neauoire 2023-10-25 14:16:23 -0700
  • 7cc77a47f4 Formatted neauoire 2023-10-25 11:24:37 -0400
  • b57554a098 (uxnemu) add fullscreen mode and improve argument handling Leonora Tindall 2023-10-24 20:22:05 -0500
  • 249829c614 Update builds to new hostnames. Andrew Alderwick 2023-10-23 15:48:02 +0100
  • 6e52b5c5ee Fix potential out of bounds when doing tuning lookup audio Bad Diode 2023-10-23 11:10:03 +0200
  • 5a658bd124 (audio-test) Loop melody neauoire 2023-10-23 05:08:41 -0400
  • ee046477b9 (audio-test) Fixed durations neauoire 2023-10-21 11:10:33 -0400
  • defa627f8a Take pitch into account when computing duration. d_m 2023-10-20 19:38:01 -0400
  • b1fc24d731 Detect duration for note_off as well as note_on. d_m 2023-10-20 12:24:39 -0400
  • 0d0a76c4b7 Formatting neauoire 2023-10-20 11:54:25 -0400
  • 4eef68bbf5 (audio.c) Default duration is sample length neauoire 2023-10-20 11:51:17 -0400
  • 94c57e9bc5 (piano.tal) Support new volume port neauoire 2023-10-20 10:52:13 -0400