Merge branch '2.4.x' into 2.4.x-saas
This commit is contained in:
commit
18bb477845
14
changelog
14
changelog
|
@ -1,3 +1,17 @@
|
|||
2.4.0 - June 18th, 2013
|
||||
* New features
|
||||
* Show linking
|
||||
* Repeating shows on every nth week of the month (2nd Monday etc)
|
||||
* Waveform Editor (for cues/fades)
|
||||
* Global crossfade setting, separate global fade in/fade out setting
|
||||
* Library view shows which tracks are scheduled and/or in playlist
|
||||
* Opus and AAC/AAC+ output support
|
||||
|
||||
* Improvements/Bug Fixes
|
||||
* Show creation overhaul
|
||||
* Library view re-ordering columns issue fixed
|
||||
* Improved track length detection
|
||||
|
||||
2.3.1 - March 19th, 2013
|
||||
* Bug fixes
|
||||
* Security fixes with running unescaped shell commands
|
||||
|
|
|
@ -41,9 +41,9 @@ source_id = ref 0
|
|||
|
||||
def create_source()
|
||||
l = request.equeue(id="s#{!source_id}", length=0.5)
|
||||
l = cue_cut(l)
|
||||
|
||||
l = audio_to_stereo(id="queue_src", l)
|
||||
l = cue_cut(l)
|
||||
l = amplify(1., override="replay_gain", l)
|
||||
|
||||
# the crossfade function controls fade in/out
|
||||
|
|
Loading…
Reference in New Issue