5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 18, 2025 — Aug 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* gig engine: Use libgig's new method gig::Instrument::GetRegionAt() with More... about 5 years ago
* gig engine: Use libgig's new method gig::File::GetSample() with method More... about 5 years ago
* gig engine: use libgig's new IO-per-thread feature to avoid file I/O More... about 5 years ago
* Preparations for new release (2.2.0). More... over 5 years ago
* Fixed crash on certain MIDI RPN and NRPN messages that occurred if no More... over 5 years ago
* NKSP VM: Fixed dead note events not been removed from user's event groups More... over 5 years ago
ConstCapacityArray class: fix bug in remove() method More... over 5 years ago
* ScriptVM: Fixed crash when handling array results of built-in More... over 5 years ago
* ScriptVM: Fixed incorrect polyphonic data transfer from wrong "note" More... over 5 years ago
Bump year for 2021 More... over 5 years ago
* Allow EffectChain::InsertEffect() as alternative to More... over 5 years ago
* NKSP parser: fixed memory leak; string tokens were allocated as C More... over 5 years ago
* SFZ: Fixed internal opcode 'xfin_hivel' falsely being set by user More... almost 6 years ago
* NKSP VM: Fixed the "release" handler being executed too often under More... almost 6 years ago
* NKSP parser: Fixed crash if unary '-' operator was used on a non-number More... almost 6 years ago
* Test Cases: Fixed deadlock of Condition test on Linux. More... about 6 years ago
NKSP: Fixed built-in exit() function to behave as return statement. More... about 6 years ago
NKSP tests: If a test failed, show the test case's NKSP source More... about 6 years ago
* Fixed rare crash when switching between instruments that had instrument More... about 6 years ago
* NKSP language: emit warning if an array variable was declared with bigger More... about 6 years ago
NKSP: Relaxed array variable declaration. More... about 6 years ago
* Fixed compilation error with Bison >= 3.6.0. More... about 6 years ago
* NKSP: Fixed crash when undefined variable was referenced. More... about 6 years ago
Ref<> class: Use C++ atomics instead of C atomics (as some compilers seem More... over 6 years ago
Ref<> smart pointer class is now thread-safe. More... over 6 years ago
* Ref<> class: prevent compiler error if T == T_Base More... over 6 years ago
Fixed deadlocks (e.g. when restarting engines). More... over 6 years ago
Mutex class: Implemented bug detection and deadlock debugging features. More... over 6 years ago
Thread class: Added new methods (POSIX implementation only yet): More... over 6 years ago
* Implemented global backtraceAsString() function for debugging purposes More... over 6 years ago