1099 Commits (677d4976b2a8a6754a6992f36e5509d78b0d417c)
 

Author SHA1 Message Date
  Jonathan Moore Liles d3fcb162f3 Give each capture a unique name. 17 years ago
  Jonathan Moore Liles 77ff82e9f4 Make the playhead more visible. 17 years ago
  Jonathan Moore Liles 77ac8a2c8e Create track ports with the proper names. 17 years ago
  Jonathan Moore Liles ed813d0c03 Name newly created tracks. 17 years ago
  Jonathan Moore Liles e54f63e605 Massive renames. 17 years ago
  Jonathan Moore Liles feb777a050 Get rid of useless Region_Base class. 17 years ago
  Jonathan Moore Liles d316e8772c Permit adding of tracks from GUI. 17 years ago
  Jonathan Moore Liles 793fb05176 Work on making journal replay at startup. 17 years ago
  Jonathan Moore Liles 714fc8766c Crudely begin to support drawing of timecodes on ruler. 17 years ago
  Jonathan Moore Liles 24fe463579 Move region writing code into region class. 17 years ago
  Jonathan Moore Liles e7c2ac9ecd Begin to support waveform display during capture. 17 years ago
  Jonathan Moore Liles ce69a3b8f0 Cleanup and begin keeping chunksize in peakfile name. 17 years ago
  Jonathan Moore Liles e7b893ca24 Get rid of peakfile headers... Who needs 'em. 17 years ago
  Jonathan Moore Liles 99e93c575e Stream peaks to disk during capture. 17 years ago
  Jonathan Moore Liles ed9a1aaf5b Optimize waveform drawing some. 17 years ago
  Jonathan Moore Liles e86123de78 Improve peak reading efficiency. 17 years ago
  Jonathan Moore Liles 1b5459fe2b Don't waste time deinterleaving peaks. 17 years ago
  Jonathan Moore Liles 9cbc39addd Only fork for peak building when necessary. 17 years ago
  Jonathan Moore Liles c8b872ae41 Don't attempt to draw more peaks than were actually read! 17 years ago
  Jonathan Moore Liles 4543d48c41 Fix a number of problems with region drawing. 17 years ago
  Jonathan Moore Liles 55b2907aec WIP 17 years ago
  Jonathan Moore Liles 3b40b8a093 Fix some bugs in peak reading/drawing. 17 years ago
  Jonathan Moore Liles 642d6d48ea Handle empty peak file as error. 17 years ago
  Jonathan Moore Liles 72a203d18b Fix a number of errors turned up by valgrind. Import new captures. 17 years ago
  Jonathan Moore Liles 4684094f6f Work on improving recording. 17 years ago
  Jonathan Moore Liles fbb4b17dca Split Disk_Stream into a base class and Playback_DS and Record_DS. 17 years ago
  Jonathan Moore Liles fc2ed291aa Optimize fade calculations. 17 years ago
  Jonathan Moore Liles 14330f607d Get rid of unnecessary copying in disk stream. 17 years ago
  Jonathan Moore Liles 928780a820 Move some DSPish code into functions in dsp.c 17 years ago
  Jonathan Moore Liles 424b68f044 Minor cleanup. 17 years ago
  Jonathan Moore Liles 9c2329eb78 Clean up fade drawing issue. 17 years ago
  Jonathan Moore Liles b3a3be6e55 Add context popup menu for regions to set fade-in/out curve. 17 years ago
  Jonathan Moore Liles 81561d6304 Minor cleanup. 17 years ago
  Jonathan Moore Liles d101d5e905 Allow setting of fade in/out durations from GUI. 17 years ago
  Jonathan Moore Liles a10d86ecfd Allow timeline widget to take keyboard focus and pass keyboard events on to children. 17 years ago
  Jonathan Moore Liles 7e28987f99 Add error message for failed imports. 17 years ago
  Jonathan Moore Liles 6f0af6bf3f Make fades render better for crossfades. 17 years ago
  Jonathan Moore Liles 30c19870d6 Clean up fade drawing code. Draw fade outs also. 17 years ago
  Jonathan Moore Liles 19de318aae Work on cleaning up the way fades are displayed. 17 years ago
  Jonathan Moore Liles 26a8067d42 Draw fade shapes on box layer and adjust waveform display to match. 17 years ago
  Jonathan Moore Liles 8e02b99192 Cut down on the number of verticies drawn for fades 17 years ago
  Jonathan Moore Liles af0e75c23c Work on graphical display of fades. 17 years ago
  Jonathan Moore Liles 56b06c267a Fix a few delete's that should have been delete[]'s. 17 years ago
  Jonathan Moore Liles 91abbf543d Prepare to support generalized fade-in/outs. 17 years ago
  Jonathan Moore Liles ee576b7ff7 Use linear curve for declicking fades 17 years ago
  Jonathan Moore Liles eab284dddb Minor cleanup. 17 years ago
  Jonathan Moore Liles f78ea62e70 Implement baics for declicking. 17 years ago
  Jonathan Moore Liles ebc3f8db92 Don't redraw playhead more than necessary. 17 years ago
  Jonathan Moore Liles ab20e03eb2 Make mutlti-region playback and overlapped region playback work. 17 years ago
  Jonathan Moore Liles fb94e119c4 Fix indexing error in deinterleave code. 17 years ago