0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 11, 2023 — May 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implementation of Nyquist parser (based on Audacity source).
Ori
as Ori Lahav
More... over 13 years ago
Added a 'Skip Backwards' button to the player.
Ori
as Ori Lahav
More... over 13 years ago
Changed the volume dial to a slider.
Ori
as Ori Lahav
More... over 13 years ago
Many random fixes. Added player waveform.
Ori
as Ori Lahav
More... over 13 years ago
Fixed a stability issue. Added 'Additional Dependencies', required for expressions and loops 'Wave' node Hz can be dynamically changed w/o ruining the sound Improved save format. If we don't have a node, the file will still be openable
Ori
as Ori Lahav
More... over 13 years ago
Expressions are now much more powerful. Writing nodes is easier with macros.
Ori
as Ori Lahav
More... over 13 years ago
Major expression enhancement. Expression is being called once, returns an array. Can access oter node's properties. Next update: Add support for reading port contents.
Ori
as Ori Lahav
More... over 13 years ago
Added nodes: Clip, Flanger, Normalize, Reverse and Samplerate converter. Plus many more changes.
Ori
as Ori Lahav
More... over 13 years ago
Big update. Added 5 new nodes: Append, Cut, Fade, Noise and Repeat. Better support for multi-chanel, node colors changed. Minor fixes.
Ori
as Ori Lahav
More... over 13 years ago
Some lock corrections. Flanger is now much more stable.
Ori
as Ori Lahav
More... over 13 years ago
Added fade out to Wave and volume variation to Random Placer.
Ori
as Ori Lahav
More... over 13 years ago
Added a new node - Random Placer.
Ori
as Ori Lahav
More... over 13 years ago
Removed EventsManager completely, using signals and slots now. Much more stable.
Ori
as Ori Lahav
More... over 13 years ago
Changed the syncronization method.
Ori
as Ori Lahav
More... over 13 years ago
Changed a few icons.
Ori
as Ori Lahav
More... over 13 years ago
Added documentation to nodesmanager.cpp and nodesmanager.h. The most important components are documentated.
Ori
as Ori Lahav
More... over 13 years ago
Commented computer.cpp and computer.h. Also moved settings into ~/.config/Flanger/
Ori
as Ori Lahav
More... over 13 years ago
Removed Flanger.docbook
Ori
as Ori Lahav
More... over 13 years ago
Waveform now shows 2 to -2 instead of 1 to -1
Ori
as Ori Lahav
More... over 13 years ago
Continuing commenting operation. DefaultDisplayer h and cpp files, as well as searchlineedit.h is now commented.
Ori
as Ori Lahav
More... over 13 years ago
Commented node.cpp and Flanger is now GPL.
Ori
as Ori Lahav
More... over 13 years ago
Commenting node.h.
Ori
as Ori Lahav
More... over 13 years ago
Removed the class diagram files.
Ori
as Ori Lahav
More... over 13 years ago
Cleaned the main window code and added comments.
Ori
as Ori Lahav
More... over 13 years ago
Finished the Wave node, and added waveform :)
Ori
as Ori Lahav
More... over 13 years ago
Incomplete implementation of Wave node. Various changes to the expressions engine and widget.
Ori
as Ori Lahav
More... over 13 years ago
Arithmetic node now shows operation type in the node displayer.
Ori
as Ori Lahav
More... over 13 years ago
Small fix for the port window.
Ori
as Ori Lahav
More... over 13 years ago
Basic implementation of port information window.
Ori
as Ori Lahav
More... over 13 years ago
Showing an icon instead of 'V' and 'E' in the expression widget.
Ori
as Ori Lahav
More... over 13 years ago