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

  • Joined on 2023-06-03
e1lama pushed tag v0.2 to e1lama/SeeSynth 2023-06-18 18:05:00 +00:00
e1lama pushed to master at e1lama/SeeSynth 2023-06-18 18:04:55 +00:00
2e4dc2c179 feat: update synth version
e1lama opened issue e1lama/SeeSynth#10 2023-06-18 16:17:02 +00:00
[oscillator] Implement phase-based oscillators
e1lama commented on issue e1lama/SeeSynth#6 2023-06-18 16:15:43 +00:00
[gui] Oscillator GUI

First part done in aaec53cfea Todo:

  • explore possibility to separate ui and applying state changes
e1lama merged pull request e1lama/SeeSynth#9 2023-06-18 16:14:30 +00:00
feat: Oscillator GUI
e1lama deleted branch feature/gui-6 from e1lama/SeeSynth 2023-06-18 16:14:30 +00:00
e1lama pushed to master at e1lama/SeeSynth 2023-06-18 16:14:30 +00:00
aaec53cfea feat: Oscillator GUI (#9)
e1lama created pull request e1lama/SeeSynth#9 2023-06-18 16:14:00 +00:00
feat: Oscillator GUI
e1lama pushed to feature/gui-6 at e1lama/SeeSynth 2023-06-18 16:04:02 +00:00
5730f0b68d feat: ui for oscillator
e1lama pushed to feature/gui-6 at e1lama/SeeSynth 2023-06-18 14:29:31 +00:00
cea20608ea feat: synth operations through single object
a6816e33ca fix: rename oscillator struct
Compare 2 commits »
e1lama pushed to feature/gui-6 at e1lama/SeeSynth 2023-06-18 11:57:51 +00:00
e1lama created branch feature/gui-6 in e1lama/SeeSynth 2023-06-18 11:57:51 +00:00
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 closed issue e1lama/SeeSynth#7 2023-06-18 11:46:21 +00:00
[code] Refactor code structure into files
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