1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected almost 2 years ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a little bug in CPasteEdit More... over 23 years ago
Forgot to add CRecordSoundClipboard in the previous change More... over 23 years ago
Forgot to add CRecordSoundClipboard in the previous change More... over 23 years ago
Added CRecordSoundClipboard which allows to paste from a live recording I still haven't allowed it to ask the user for recording parameters, they're just hard coded right now Don't like it much, but had to move gSoundFileManager to the backend so that the recording clipboard can call, promptForRecord(). More... over 23 years ago
Added CRecordSoundClipboard which allows to paste from a live recording More... over 23 years ago
Fixed a little bug in CPasteEdit about the default pasteChannels values when no dialog was shown to choose More... over 23 years ago
Fixed a little bug in CPasteEdit about the default pasteChannels values when no dialog was shown to choose More... over 23 years ago
Added a TODO to autoconf More... over 23 years ago
Added a TODO to autoconf More... over 23 years ago
Daggumit.. forgot to add these in the previous change More... over 23 years ago
Daggumit.. forgot to add these in the previous change More... over 23 years ago
Mainly I create the clipboard abstraction that I've been wanting to do. ASoundClipboard is a base class which edits use, and there are will be derivations for various sources. More... over 23 years ago
Mainly I create the clipboard abstraction that I've been wanting to do. ASoundClipboard is a base class which edits use, and there are will be derivations for various sources. So far, I only have CNativeSoundClipboard. I have yet to create a frontend selection for choosing which clipboard to use. Got rid of the cheap-o clipboard stuff that previously existed in AAction. Fixed the problem of the collapsing gaps when you copied from not all the channels. Added some TODO items Fixed a little big in AAction::crossfadeEdgesInner where it needed to skip some of the saved data when crossfading on the stop end and the crossfade was going to be cut short. More... over 23 years ago
Added a TODO item for PoolFile More... over 23 years ago
Added a TODO item for PoolFile More... over 23 years ago
Added ASoundClipboard to Makefile.am More... over 23 years ago
Added ASoundClipboard to Makefile.am More... over 23 years ago
Checking in of initial go at a good clipboard implementation More... over 23 years ago
Checking in of initial go at a good clipboard implementation More... over 23 years ago
Added a document about how I would like to do and am doing clipboard implementations More... over 23 years ago
Added a document about how I would like to do and am doing clipboard implementations More... over 23 years ago
removed a completed item from TODO More... over 23 years ago
removed a completed item from TODO More... over 23 years ago
Tweaked the willResize parameter in AAction More... over 23 years ago
Tweaked the willResize parameter in AAction More... over 23 years ago
cosmetic More... over 23 years ago
cosmetic More... over 23 years ago
Now I have two modes when crossfading the edges, you can either do an outer crossfade or and inner crossfade. More... over 23 years ago
Now I have two modes when crossfading the edges, you can either do an outer crossfade or and inner crossfade. I had to change the frontend's checkbox to a combobox so they could select which type or none at all. More... over 23 years ago
Added some TODO items More... over 23 years ago