openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
R
ReZound
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
over 1 year
ago.
Nov 28, 2022 — Nov 28, 2023
Showing page 8 of 131
Search / Filter on:
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
ddurham
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
ddurham
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.
ddurham
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
ddurham
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)
ddurham
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)
ddurham
More...
over 20 years ago
Now the crossfade settings are backed up with the macro data
ddurham
More...
over 20 years ago
Now the crossfade settings are backed up with the macro data
ddurham
More...
over 20 years ago
Made the cancel button on the CMacroActionParamsDialog actually cancel the action that is to be performed
ddurham
More...
over 20 years ago
Made the cancel button on the CMacroActionParamsDialog actually cancel the action that is to be performed
ddurham
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)
ddurham
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
ddurham
More...
over 20 years ago
minor.. doing ceil of stop position to handle last sample when the stop position is set proportional
ddurham
More...
over 20 years ago
minor.. doing ceil of stop position to handle last sample when the stop position is set proportional
ddurham
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
ddurham
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
ddurham
More...
over 20 years ago
cosmetic fix for macro playback dialog
ddurham
More...
over 20 years ago
cosmetic fix for macro playback dialog
ddurham
More...
over 20 years ago
Added ASoundFileManager::setActiveSound()
ddurham
More...
over 20 years ago
Added ASoundFileManager::setActiveSound()
ddurham
More...
over 20 years ago
cosmetic fix/kludge
ddurham
More...
over 20 years ago
cosmetic fix/kludge
ddurham
More...
over 20 years ago
Implemented macros.. now sequences of actions can be recorded and played back
ddurham
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
ddurham
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.
ddurham
More...
over 20 years ago
Added CNestedDataFile::asString() and it doesn't have to have a filename necessarily anymore.
ddurham
More...
over 20 years ago
added istring::searchAndReplace()
ddurham
More...
over 20 years ago
added istring::searchAndReplace()
ddurham
More...
over 20 years ago
updated the play from left edge of screen icon
ddurham
More...
over 20 years ago
updated the play from left edge of screen icon
ddurham
More...
over 20 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
130
131
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree