mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-29 08:23:01 +01:00
[Summary] Making SterreoPanner not available and letting use of MonoPanner instead of Stereo one.
This commit is contained in:
parent
5603c6a503
commit
707f743bc3
1 changed files with 5 additions and 2 deletions
|
|
@ -5,8 +5,11 @@ import os
|
|||
# Mandatory variables
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
panners = [ '2in2out', '1in2out', 'vbap', 'stereobalance' ]
|
||||
# This is for Ardour:
|
||||
#panners = [ '2in2out', '1in2out', 'vbap', 'stereobalance' ]
|
||||
#
|
||||
#As this is for TRACKS:
|
||||
panners = [ '1in2out', 'vbap', 'stereobalance' ]
|
||||
|
||||
def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue