tildearrow
7ebc63a514
GUI: implement sample paste
2022-03-22 17:01:06 -05:00
tildearrow
c24ad24a03
Merge pull request #302 from AYCEdemo/petvic
...
Add VIC-20 support
2022-03-22 13:25:21 -05:00
tildearrow
705ba4273b
GUI: sample editor keybinds
...
works
2022-03-22 04:54:01 -05:00
Natt Akuma
feb138cefc
Add VIC-20 support
2022-03-22 14:48:48 +07:00
tildearrow
bfadb3b5cf
OPL: oopsie. 20xx effect doesn't exist
2022-03-22 01:06:26 -05:00
tildearrow
848da5bcc5
VERA: 0 to 3F
2022-03-22 00:13:28 -05:00
tildearrow
16fe199cb2
scale loop when resampling
2022-03-21 23:54:01 -05:00
tildearrow
13eb0f96f1
double facepalm
2022-03-21 23:48:18 -05:00
tildearrow
cec5def347
what?
...
unacceptable.
2022-03-21 21:47:27 -05:00
tildearrow
322981b021
maybe fix possible crash regarding smp loop points
2022-03-21 21:26:36 -05:00
tildearrow
6050fc7208
one more race condition fix
2022-03-21 17:56:48 -05:00
tildearrow
948d585767
Merge pull request #300 from AYCEdemo/petvic
...
Add PET support
2022-03-21 16:20:55 -05:00
tildearrow
1003d9fcb8
GUI: more "modified" status situations
...
fixes #236
2022-03-21 16:17:51 -05:00
tildearrow
8c961f0aae
add backup functionality - UNTESTED
2022-03-21 14:11:28 -05:00
Natt Akuma
c32ea59285
PET: Use wave bits macro instead
2022-03-22 01:37:22 +07:00
Natt Akuma
47c5c34e1c
Add PET support
2022-03-21 21:02:51 +07:00
tildearrow
2df7658fd0
GUI: implement sample sel operations
...
plenty of them
2022-03-21 02:43:52 -05:00
tildearrow
b04e1f2870
GUI: implement sample draw
2022-03-20 18:25:48 -05:00
tildearrow
1941ca3616
fix crash on sample preview at low rate
2022-03-20 13:36:48 -05:00
tildearrow
a0dbc7acaf
Merge pull request #299 from AYCEdemo/x16
...
VERA: Implement PCM playback (again)
2022-03-20 04:40:04 -05:00
tildearrow
34e679d642
Merge pull request #298 from djtuBIG-MaliceX/feature/OPL_SBI_Instrument_Import
...
OPL1/2/3 Instrument Import - SBI and S3I (Adlib only) format
2022-03-20 04:39:52 -05:00
tildearrow
03cb910e93
GUI: sample resampling
2022-03-20 03:14:00 -05:00
James Alan Nguyen
5e005262a5
SEEK_END
is correct - revert accidental change there.
2022-03-20 17:18:54 +11:00
James Alan Nguyen
cbe74b26ad
More #79 - Add S3I Adlib instrument support. Also fix SafeReader SEEK_CUR
handling (wasn't used at all).
2022-03-20 17:12:03 +11:00
tildearrow
90a18611cd
sys flags: don't play when song is stopped
2022-03-19 22:03:12 -05:00
tildearrow
607a347b7a
X1-010: don't pan in mono mode
2022-03-19 21:59:19 -05:00
James Alan Nguyen
629049dea0
Redundant if-statement
2022-03-20 05:50:22 +11:00
James Alan Nguyen
5396889195
Missed feedback for 4op block
2022-03-20 01:04:38 +11:00
Natt Akuma
6df3d1e0df
VERA: Implement PCM playback (again)
2022-03-19 20:59:17 +07:00
James Alan Nguyen
b1a0aa86ef
Instrument File Import support for 2op SBI, 4op SBI, and Freq Monster 801 SBI format (4op portion only).
2022-03-20 00:55:34 +11:00
James Alan Nguyen
e032580639
Started SBI import work (Issue #79 SBI task). Also ensure catch by reference not value.
2022-03-20 00:55:34 +11:00
tildearrow
689ed3bf65
sample editor workkkkkkk
2022-03-19 03:42:44 -05:00
tildearrow
6c5e6c2a0f
Merge pull request #294 from cam900/bubsys
...
Reduce naming confusion in Bubble System Wavetable Sound
2022-03-17 22:03:24 -05:00
tildearrow
07624f6012
fix DPCM to 16-bit
2022-03-17 18:15:44 -05:00
tildearrow
d63f3d311b
fix arpeggio not resetting note to base on 0000
2022-03-17 16:37:49 -05:00
tildearrow
c264678fdc
dev68
2022-03-17 14:35:38 -05:00
tildearrow
90a4fefc76
Revert "change default patch"
...
This reverts commit 5d6bbce916
.
2022-03-17 14:32:01 -05:00
cam900
a7c750a44e
Merge branch 'master' of https://github.com/tildearrow/furnace into bubsys
2022-03-18 03:20:33 +09:00
tildearrow
d6dfe2636a
OPL: implement fixed frequency mode
2022-03-17 02:40:10 -05:00
tildearrow
5d6bbce916
change default patch
...
this makes the patch better on OPL
2022-03-17 02:33:41 -05:00
tildearrow
e6bc0c15e0
default to 2 ops to make OPL happy
...
next up: work on a default patch that is both OPL and other OP friendly
2022-03-17 02:13:45 -05:00
tildearrow
dce68749d6
GUI: work on the drum UI
2022-03-17 02:07:46 -05:00
tildearrow
5579ef2bc1
OPL: even more drums mode work
2022-03-17 01:50:42 -05:00
tildearrow
e7f6290012
OPL: possibly implement drums mode
...
we need a good UI for it
2022-03-17 01:40:03 -05:00
cam900
234c5e9295
Reduce naming confusion in Bubble System Wavetable Sound
...
It means Custom wavetable sound generator logic on Bubble System.
It's wavetable select and volume is controlled by single AY-3-8910 IO for both channels, Another AY-3-8910 IO is used for reading sound status.
Schematics: http://pdf.textfiles.com/manuals/ARCADE/K-R/Nemesis%20[Schematics]%20[English].pdf (Nemesis, derivative of Bubble system)
2022-03-17 10:11:48 +09:00
tildearrow
3163730fe8
prepare for drum kits/sample map
2022-03-16 17:01:44 -05:00
tildearrow
966539bdf5
Genesis: fix sample crash
...
possibly
2022-03-16 13:11:02 -05:00
tildearrow
966d133bf4
OPL: FM macros
2022-03-16 03:44:22 -05:00
tildearrow
cbd5414eee
increase playback tempo precision
...
thanks akumanatt
2022-03-16 02:35:33 -05:00
tildearrow
9322e9467c
GUI: prepare macro editor for OPL op macros
2022-03-16 02:01:44 -05:00