0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
All the user to configure the transparency of layer windows. More... over 14 years ago
Expose ELScriptEngine JSCocoa instance. ELScript instances must now be initialized with an ELScriptEngine. JavascriptCallback instances compile & execute within the JS context of an ELScriptEngine. Initialization of scripts now passes the ELScriptEngine from the root ELPlayer object. More... over 14 years ago
Updated to 1.0.1 More... over 14 years ago
ELPlayer now declared an ELScriptEngine property that is initialized with the player. More... over 14 years ago
Removed JSCocoa shared controller initialization from ElysiumController. Added ELScriptEngine which handles initializing a (non-shared) JSCocoa instance. ELScriptEngine loads the userlib and also default.js which is an embedded resource. More... over 14 years ago
Added ELMutexGroup. Added mutexGroup member to ELToken. More... over 14 years ago
Fixed type in method declaration to silence compiler warning. More... over 14 years ago
Commented out logging. Added useful -description method. When setting minimum or maximum clip value if necessary. More... over 14 years ago
When copying a random oscillator copy the current value as well. More... over 14 years ago
Commented out some logging. More... over 14 years ago
Commented out some logging. More... over 14 years ago
Commented out some logging. More... over 14 years ago
Undid my screwup with BWToolkitFramework. More... over 14 years ago
Replaced duplicate synthesized proeprty with lookup to silence compiler. Error handling code can no longer write to null pointer. More... over 14 years ago
Replaced duplicated synthesized property with dynamic property lookup. More... over 14 years ago
Fixed type in definition of method to silence compiler warning. More... over 14 years ago
When printing Sin LFO description include the current value. More... over 14 years ago
During ramp oscillator start set the value to the appropriate end of the ramp. More... over 14 years ago
Added error description to MIDI trigger error logging. More... over 14 years ago
Commented out assignment in 3rd party code to keep CLang analyzer happy. More... over 14 years ago
Updated LMDial framework. More... over 14 years ago
Updated BWToolkit. More... over 14 years ago
Fix for the problem of generators that don't fire (because of 'p' settings) falling behind the beat count and never firing again. More... over 14 years ago
Simplified bindings of the note inspector using bind-macro methods. More... over 14 years ago
When a generator token is added to a running layer it's initial value for nextTriggerBeat must be calculated relative to the current beat count of the layer. More... over 14 years ago
Exposed readonly property 'isRunning' from the layer. More... over 14 years ago
Inspector title now includes noteName of any selected cell. More... over 14 years ago
Added method to get a cell note name (adjusted for layer key). Refactored cell note display to use -noteName. More... over 14 years ago
Updated credits Updated version to 0.9.9.1 (1.0RC7 on macdeveloper.net) More... over 14 years ago
Updated property definitions. More... over 14 years ago