• Yerevan
  • https://e1lama.ru
  • Fullstack Developer, Digital Nomad and Crypto Enthusiast

  • Joined on 2023-06-03
e1lama merged pull request e1lama/SeeSynth#8 2023-06-18 11:46:21 +00:00
fix: refactor code structure into files
e1lama deleted branch fix/code-7 from e1lama/SeeSynth 2023-06-18 11:46:21 +00:00
e1lama pushed to master at e1lama/SeeSynth 2023-06-18 11:46:21 +00:00
7eb6a1755d fix: refactor code structure into files (#8)
e1lama created pull request e1lama/SeeSynth#8 2023-06-18 11:45:41 +00:00
fix: refactor code structure into files
e1lama commented on issue e1lama/SeeSynth#7 2023-06-18 11:42:50 +00:00
[code] Refactor code structure into files

Decided to not exclude Synth code from main as it would be better to keep there for experimenting with the Oscillator UI. Maybe will move some parts from Oscillator library into main also…

e1lama pushed to fix/code-7 at e1lama/SeeSynth 2023-06-18 11:40:27 +00:00
bb3f12c737 fix: remove unused gui from main
e1lama pushed to fix/code-7 at e1lama/SeeSynth 2023-06-18 11:27:52 +00:00
c67ceca6c2 feat: explicit export wav functions
e1lama pushed to fix/code-7 at e1lama/SeeSynth 2023-06-18 10:51:21 +00:00
c3e6687281 feat: explicit oscillator-related code
e1lama pushed to fix/code-7 at e1lama/SeeSynth 2023-06-18 10:32:21 +00:00
9ec3a3dc20 feat: SynthSound moved to utils
e1lama pushed to fix/code-7 at e1lama/SeeSynth 2023-06-18 10:25:52 +00:00
e871d49364 feat: explicit ring buffer file
e1lama pushed to fix/code-7 at e1lama/SeeSynth 2023-06-18 10:08:12 +00:00
e1lama created branch fix/code-7 in e1lama/SeeSynth 2023-06-18 10:08:12 +00:00
e1lama opened issue e1lama/SeeSynth#7 2023-06-18 10:06:37 +00:00
[code] Refactor code structure into files
e1lama opened issue e1lama/SeeSynth#6 2023-06-18 10:02:13 +00:00
[gui] Oscillator GUI
e1lama pushed to master at e1lama/SeeSynth 2023-06-18 09:54:04 +00:00
97c743100a feat: playing notes in keypress (#5)
e1lama merged pull request e1lama/SeeSynth#5 2023-06-18 09:54:03 +00:00
feat: playing notes in keypress
e1lama closed issue e1lama/SeeSynth#3 2023-06-18 09:54:03 +00:00
[gui] Workflow to play notes on a button press
e1lama created pull request e1lama/SeeSynth#5 2023-06-18 09:52:20 +00:00
feat: playing notes in keypress
e1lama pushed to feature/gui-3 at e1lama/SeeSynth 2023-06-18 09:45:22 +00:00
2c3df4baed fix: buffer length parameters change
e1lama pushed to feature/gui-3 at e1lama/SeeSynth 2023-06-17 23:25:35 +00:00
aeeab6977f refactor: minor changes in the code