Skip to content

Releases: space928/QPlayer

1.6.4

07 Dec 04:56
Compare
Choose a tag to compare

Waveforms & OSC:

  • Added custom audio waveform renderer control to cues to help with trimming: (Show Tested)
    • Added In and Out point draggable markers to the waveform to make it easier to set the start time and duration of clips
    • Added transport controls to the waveform window
    • Added a playback marker to the waveform
  • Fixed some bugs with the volume slider and fades
  • Fixed a bug where if no fade out was specified the sound cue wouldn't respect it's duration field
  • Fixed some threading issues
  • Improved mouse capturing
  • Added OSC support (Receive only at the moment) (Show Tested)
    • Added OSC commands to play/stop/pause/unpause any cue in the cue stack
    • Added OSC commands to select a cue, play/stop/pause/etc the selected cue
  • Refactored code to meet modern C# standards
  • Upgraded project to dotnet 8 (end users will be required to install the .net 8 runtime)
  • Added keyboard shortcut to create cues (ctrl+T)
  • QID, name, and delay fields can now be double clicked in the cue stack to be edited
  • Fixed order-of-operations bug which resulted in a workaround making the cue editor text boxes difficult to use
  • Added drag-and-drop support for adding new audio cues
  • Fixed Go and Stop button tooltips being too big
  • Cue list header is now sticky and can been seen when scrolling down the cue list
  • Many internal refactorings and fixes

Full Changelog: 1.4.1...1.6.4

Development Build

29 Mar 07:30
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • c1e8168: Waveforms are now more useful: (Thomas Mathieson)

1.4.1

01 Mar 22:46
Compare
Choose a tag to compare

SHOW TESTED: This version of QPlayer has been used in a real show environment

Added Volume Cues:

  • Added volume cues, allowing the volume of a sound cue to be faded after it's started, fixes #13
  • Added new fade curves
  • Bugfixes related to fading
  • Fixed path resolution bugs

Full Changelog: 1.3.3...1.4.1

1.3.3

20 Feb 00:50
Compare
Choose a tag to compare

Preloading & Small improvements:

  • Added the ability to preload a cue to a given time
  • Fixed StartTime related bugs in SoundCues
  • Changed behaviour of pause/unpause to make it global
  • Added (readonly) keyboard shortcut list to the settings window
  • Other minor changes

Full Changelog: 1.3.2...1.3.3

1.3.2

19 Feb 15:26
Compare
Choose a tag to compare

Fixed some keyboard shortcut bugs.

Full Changelog: 1.3.1...1.3.2

v1.3.1

19 Feb 14:50
Compare
Choose a tag to compare

Full Changelog: 1.2.1...1.3.1

v1.2.1

18 Feb 03:54
Compare
Choose a tag to compare