Build 1482+
Posted: Sun May 05, 2013 4:00 pm
1483
1482
Thanks UNZ and Mantratronic. 
Code: Select all
- wavetable stuff by antonio and mtronic:
- 0.5 samples selected bug fixed
- the correct layer is selected after edit command
- 0 line doesn't get black when you use left/right keys on keyboard
- nudging the selection with arrow keys while fully zoomed doesn't move the start/end when crossing over from one side to the other
- don't allow cursor and selection to go out of range when moving with arrow keys
- no more drawing artefacts
- increased visual fidelity of waveform display
- show selection length as text, not just start and end
- cursor and selection are movable independantly, do not reset selection just because cursor moves etc
- auto-convert all layers to a common format (all float if bitdepth differs, all stereo if channel count differs)
- click the start or end of selection (AdjustmentTarget ) to decide which one to move with shift-arrowkeys
- visualize the AdjustmentTarget with a line
- insert silence command
- gain command
- double click to select all of wave
Code: Select all
- wavetable bugfixes by antonio and mtronic:
- fixed negative loopstart bug
- changed copy/paste behaviour on the wavetable slots
- internal copy/paste copies the entire waveslot (loop points etc)
- fixed mono bug with external paste
- improved mouse selection of wave, will go right to left now
- fixed delete, trim, and saveselection commands
- format is kept after edit (keep samplerate and loop points if possible)
- fixed selection events (right to left works properly now)
- added WaveformCommandHelpers class
- added WaveClip class (for serializing waveslot into clipboard)
- cleaned up a lot of wavetable code to make it easier to extend
