tildearrow
3c1b1b69fc
GUI: define sample edit texture
2022-03-17 03:43:02 -05:00
tildearrow
d09aa778d9
prepare to rewrite sample editor - DO NOT USE!
2022-03-16 18:40:11 -05:00
tildearrow
fb68d2e5cb
GUI: add option to toggle visualizer in settings
2022-03-16 13:31:42 -05:00
tildearrow
492533e5c0
GUI: add option to view Hz as base tempo
2022-03-16 01:27:34 -05:00
tildearrow
790c4345d9
GUI: add ability to view Hz as base tempo
2022-03-15 23:43:24 -05:00
tildearrow
02e9edbad9
unlock the power of DECIMAL HZ!
2022-03-15 23:30:15 -05:00
tildearrow
0a307fc4a6
MOD import: more improvements
...
- prepare for old Soundtracker MOD import
- add "bypass limits" flag - dope.mod plays correctly now
- automatic channel names
2022-03-15 18:32:15 -05:00
tildearrow
bfae208a24
GUI: change default layout
2022-03-14 17:40:22 -05:00
tildearrow
8012676993
MOD import: crash fix
2022-03-14 17:16:43 -05:00
Natt Akuma
91e856c61e
Merge branch 'master' of https://github.com/tildearrow/furnace into mod-import
2022-03-15 03:08:37 +07:00
Natt Akuma
c7fb5df206
Merge branch 'master' of https://github.com/tildearrow/furnace into mod-import
2022-03-14 21:57:54 +07:00
Natt Akuma
87f225074c
.mod import
2022-03-14 21:50:52 +07:00
cam900
2c6267bd6b
Merge branch 'master' of https://github.com/tildearrow/furnace into scc
2022-03-14 19:22:31 +09:00
cam900
69aeb7dd58
Add Bubble System Support
...
Bubble System 2 channel Wavetable sound generator logic is configuration with K005289, 4 bit PROM and DAC.
K005289 controls pitch and 5 bit address generator per channel, Waveform select and Volume control is tied to AY-3-8910 ports. (each port for per channels)
these configuration is better known as K005289, the part of logic.
furnace emulates this configurations as single system, waveform format is 15 level and 32 width.
2022-03-14 19:22:12 +09:00
tildearrow
e009fc64f2
allow instrument change during slides
2022-03-14 01:23:31 -05:00
tildearrow
a96fd5727e
GUI: begin working on unified ins/wave/sample list
2022-03-14 00:26:27 -05:00
tildearrow
f56f4c80d1
GUI: move to system file dialog
...
default setting will be selected by a poll
2022-03-13 23:10:43 -05:00
tildearrow
0874d58fb8
damn it
2022-03-13 22:02:50 -05:00
tildearrow
5e77b47467
system file picker anyone? DO NOT COMPILE!
2022-03-13 18:32:35 -05:00
tildearrow
d607f35aa2
Merge pull request #279 from cam900/intv_alt
...
Add AY-3-8914 support as configurable in AY-3-8910
2022-03-13 11:17:36 -05:00
tildearrow
a41736cc89
GUI: partially implement note input latch
...
the UI for it is missing
2022-03-13 04:51:05 -05:00
tildearrow
6167feaf18
GUI: implement shrink and expand!
...
yay ONE MORE THING!!!!! then O P L
2022-03-13 03:13:11 -05:00
tildearrow
cd42a8b9f3
GUI: implement flip
2022-03-13 02:36:52 -05:00
tildearrow
bd705d837d
interpolate now works on notes
2022-03-12 21:13:42 -05:00
tildearrow
a0c658f1d3
GUI: implement interpolate values
2022-03-12 21:06:47 -05:00
tildearrow
adafb49be7
GUI: prepare for interpolate
2022-03-12 15:12:39 -05:00
tildearrow
7971b7323b
GUI: add nibble mode to randomize
2022-03-12 03:40:56 -05:00
tildearrow
de604bdf01
GUI: add gradient/fade edit option
2022-03-12 03:04:34 -05:00
tildearrow
1f058ac653
GUI: add move cursor by edit step on insert option
2022-03-12 02:32:02 -05:00
tildearrow
a6eec9f7c4
GUI: implement randomize
2022-03-12 02:24:23 -05:00
tildearrow
3e890a391b
GUI: operation mask
...
this means transpose also works on non-note columns!
2022-03-12 02:13:15 -05:00
tildearrow
f52d919240
GUI: implement paste overflow
2022-03-11 23:50:59 -05:00
tildearrow
fe9b379ca9
GUI: implement paste mix
2022-03-11 23:47:16 -05:00
tildearrow
cf07e1861e
add "auto-insert one tick gap" option
2022-03-11 23:01:18 -05:00
tildearrow
2a0aa19b2b
fix broken DAC mode
...
adds new compat flag
2022-03-11 22:11:33 -05:00
tildearrow
07d15643c2
GUI: implement paste flood
2022-03-11 17:56:10 -05:00
tildearrow
5fadcf4891
GUI: fix transpose octave range
2022-03-11 16:53:46 -05:00
cam900
3ac1dce3fe
Add AY-3-8914 support as configurable in AY-3-8910
...
Previous PR (https://github.com/tildearrow/furnace/pull/278 ) is closed due this, but archived for info.
It's AY with 4 level envelope volume per channel and different register format.
2022-03-12 03:30:54 +09:00
tildearrow
74a23b3ec5
GUI: begin work on some of the new actions
2022-03-11 01:31:21 -05:00
tildearrow
0700ba7e65
GUI: start with the pattern view focused
2022-03-10 22:10:52 -05:00
tildearrow
bbca8b260b
Merge pull request #243 from cam900/gui_systems
...
Add various system, Minor corrections
2022-03-10 18:31:23 -05:00
tildearrow
c6fda7a156
Merge branch 'x1_010' of https://github.com/cam900/furnace into cam900-x1_010
2022-03-10 18:24:52 -05:00
tildearrow
a9f80b841c
VERA: add ins color and reset
2022-03-10 17:46:40 -05:00
tildearrow
85b9f340a9
Merge branch 'x16' of https://github.com/AYCEdemo/furnace into x16
2022-03-10 14:35:33 -05:00
cam900
406faaeeea
Gamate
...
Handheld game console by Taiwanese Bit Corporation that supports stereo headphone, with had a AY-3-8910 based sound.
2022-03-11 04:07:11 +09:00
cam900
3b6559a5a1
Merge branch 'master' of https://github.com/tildearrow/furnace into gui_systems
2022-03-11 03:53:51 +09:00
cam900
a969694b2b
Merge branch 'master' of https://github.com/tildearrow/furnace into x1_010
2022-03-11 02:46:46 +09:00
tildearrow
93b3e16213
i need to go
...
TODO:
- EDIT LATCH
- EDIT MASK
2022-03-09 18:03:15 -05:00
tildearrow
b80b33ac8e
GUI: demand scroll X in more situations
2022-03-09 16:42:15 -05:00
tildearrow
2fb6ea021b
GUI: this menu is packed with features
...
that DON'T WORK YET
2022-03-09 15:43:30 -05:00