1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 1 year ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now the CRanMacroAction objects are added to each affected sound's undo stack even if the macro doesn't complete successfully More... over 20 years ago
Now the CRanMacroAction objects are added to each affected sound's undo stack even if the macro doesn't complete successfully More... over 20 years ago
Now that macros can affect more than just the active sound, the undoing of a macro has to be per action sound that was affected by the macro. More... over 20 years ago
Now that macros can affect more than just the active sound, the undoing of a macro has to be per action sound that was affected by the macro. So, whenever a macro affects a sound more than once, a CRanMacroAction object is "run" (which does nothing but return true) and consequently added to the undo stack so that the undo method of CRanMacroAction can undo either one of all of the actions that that macro caused More... over 20 years ago
Added a method to AAction that can be overridden to make it not restore the isModified flag after undo (necessary for undoing macros) More... over 20 years ago
Added a method to AAction that can be overridden to make it not restore the isModified flag after undo (necessary for undoing macros) More... over 20 years ago
Now the crossfade settings are backed up with the macro data More... over 20 years ago
Now the crossfade settings are backed up with the macro data More... over 20 years ago
Made the cancel button on the CMacroActionParamsDialog actually cancel the action that is to be performed More... over 20 years ago
Made the cancel button on the CMacroActionParamsDialog actually cancel the action that is to be performed More... over 20 years ago
Now the start position is allowed to be relative to the stop position when the maco is played back (but not both relative to each other) More... over 20 years ago
Now the start position is allowed to be relative to the stop position when the maco is played back (but not both relative to each other) Also fixed a bug in the calculation of proportionate times More... over 20 years ago
minor.. doing ceil of stop position to handle last sample when the stop position is set proportional More... over 20 years ago
minor.. doing ceil of stop position to handle last sample when the stop position is set proportional More... over 20 years ago
made it possible to change the active sound while a macro is recording.. at playback the file loaded into the same position will be selected More... over 20 years ago
made it possible to change the active sound while a macro is recording.. at playback the file loaded into the same position will be selected More... over 20 years ago
cosmetic fix for macro playback dialog More... over 20 years ago
cosmetic fix for macro playback dialog More... over 20 years ago
Added ASoundFileManager::setActiveSound() More... over 20 years ago
Added ASoundFileManager::setActiveSound() More... over 20 years ago
cosmetic fix/kludge More... over 20 years ago
cosmetic fix/kludge More... over 20 years ago
Implemented macros.. now sequences of actions can be recorded and played back More... over 20 years ago
Implemented macros.. now sequences of actions can be recorded and played back There is now a registry of most AActionFactories for use by the macro player New AActionFactory flags: requiresALoadedSound and selectionPositionsAreApplicable Now AActionFactory can be made not to require a loaded sound so that it can work for file operations like open and new Actions now take a pointer to a CActionSound rather than a value because now it can be NULL. This affected a lot of code. New, Open, Save, SaveAs, SaveAsMultipleFiles and SaveSelectionAs are now AActions and all live in the src/backend/File directory. This was necessary for them to be recordable my a macro. Moved several of the file-type actions from src/backend/Edits to src/backend/File since it now exists FXComboTextParamValue can now more sensically do integer and string values. Changed CActionParameters to be derived from CNestedDataFile so that it can be read/written to a file easily. This made the implementation much smaller. However I still need to go back and change the set...Parameter/get...Parameter methods to getValue<> and setValue<> calls in a later modification. Implemented readFromFile and writeToFile methods of CLFODescription, CGraphParamValueNodes and CPluginMapping CNestedDataFile::createValue() was renamed to setValue() so all instances of that were changed Fixed a bug with the --enable-alsa configure flag More... over 20 years ago
Added CNestedDataFile::asString() and it doesn't have to have a filename necessarily anymore. Added CNestedDataFile::writeToFile() and readFromFile() so that parts of a CNestedDataFile could be read or written Restructured some internal stuff as a result. More... over 20 years ago
Added CNestedDataFile::asString() and it doesn't have to have a filename necessarily anymore. More... over 20 years ago
added istring::searchAndReplace() More... over 20 years ago
added istring::searchAndReplace() More... over 20 years ago
updated the play from left edge of screen icon More... over 20 years ago
updated the play from left edge of screen icon More... over 20 years ago