Commit Graph

28 Commits

Author SHA1 Message Date
df7b886526 refactor: formatting 2023-09-05 23:47:55 +04:00
54c4e540ac feat: adsr gui 2023-09-05 23:45:16 +04:00
a0514bad98 fix: key bindings for note release 2023-09-05 22:10:09 +04:00
fd67e7b843 fix: remove unused variables 2023-09-05 03:17:09 +04:00
de31b73673 fix: apply format 2023-09-05 03:15:08 +04:00
564955c911 fix: vscode debugging build 2023-09-05 03:09:10 +04:00
ef40eaf7ef fix: ADSR logic 2023-09-04 23:25:54 +04:00
d883bbbf12 wip: adsr with ramp 2023-09-04 22:30:37 +04:00
73aae9a490 refactor: remove unused parts 2023-08-14 12:27:19 +04:00
c6c2956ac0 fix: retriggering phase problem 2023-08-13 01:13:54 +04:00
635de894ad wip: play notes only on press 2023-08-13 00:55:47 +04:00
c16447f30e wip: continious sound 2023-08-09 23:13:08 +04:00
c63db4fa07 wip: ADSR 2023-08-09 01:38:40 +04:00
64fa6396bc [refactor]: names 2023-08-08 23:35:05 +04:00
268103d7da [refactor]: formatting 2023-08-08 23:24:26 +04:00
a445fc44b3 [refactor]: c++ implementation (#13)
implemented in c++ to improve readability and simplify maintenance

Co-authored-by: HiveBeats <e1lama@protonmail.com>
Reviewed-on: #13
2023-08-08 22:08:18 +03:00
bcb75a65f9 feat: phase-based oscillators (#12)
Co-authored-by: HiveBeats <e1lama@protonmail.com>
Reviewed-on: #12
2023-08-06 20:17:16 +03:00
2e4dc2c179 feat: update synth version v0.2 2023-06-18 22:02:35 +04:00
aaec53cfea feat: Oscillator GUI (#9)
Waveshape and volume implemented. Added Signal drawing

Todo: explore possibility to separate ui and applying state changes

Co-authored-by: HiveBeats <e1lama@protonmail.com>
Reviewed-on: #9
2023-06-18 19:14:30 +03:00
7eb6a1755d fix: refactor code structure into files (#8)
closes #7

Co-authored-by: HiveBeats <e1lama@protonmail.com>
Reviewed-on: #8
2023-06-18 14:46:20 +03:00
97c743100a feat: playing notes in keypress (#5)
closes #3

Co-authored-by: HiveBeats <e1lama@protonmail.com>
Reviewed-on: #5
2023-06-18 12:54:03 +03:00
320a3cc8e0 feat: raylib and it's window added (#4)
Co-authored-by: HiveBeats <e1lama@protonmail.com>
Reviewed-on: #4
2023-06-17 14:31:18 +03:00
a93278f705 feat: adsr documentation 2023-06-17 00:19:16 +04:00
46ac7c9bba feat: phase accum documentation 2023-06-17 00:12:56 +04:00
90e2c72a89 fix(code): rearrange code 2023-06-15 23:32:04 +04:00
a53ffc4ebf fix(project): remove eclipse configurations 2023-06-15 21:27:39 +04:00
4760257aff fix(sound): init samples corrected 2023-06-15 19:10:28 +04:00
2a409a6de1 initial commit 2023-06-15 01:21:56 +04:00