pouët.net

Go to bottom

[announce] Syntracker 2

category: music [glöplog]
about the device cfg: yes, I know that definitely needs to be improved but since this kind of thing rarely changes I've simply been too lazy to make a UI for that. Look for "audio_device_index" in the config, the complete list of available devices (only ASIO works ATM) is printed on the console during startup (look for "devIdx=")
added on the 2010-09-28 23:45:06 by xyz xyz
How do I set the output device for left/right?

It lists all my 16 possible output channels just fine, but to get a stereo output, I need to output left channel to my "1 Analog MF (1)" and left to "2 Analog MF (1)"
added on the 2010-09-28 23:50:54 by Punqtured Punqtured
(second one should be right, ofcourse) ;)
added on the 2010-09-28 23:51:37 by Punqtured Punqtured
that's what the "audio_out_off" option is for . set it to the 'L' channel offset, the 'R' channel will be "audio_out_off + 1". You can tell the "off" from the console output, for example in my setup it looks like this:

Code: [dbg] Audio::ListDevices: devIdx=0 name="M-Audio Delta ASIO" apiName="ASIO" maxInputCh=24 maxOutputCh=20 defLowInputLatency=0.00266667 defLowOutputLatency=0.00266667 defHighInputLatency=0.00266667 defHighOutputLatency=0.00266667 defSampleRate=48000 [dbg] input channels: [dbg] #0 : "Analog In 1 Delta-1010LT" [dbg] #1 : "Analog In 2 Delta-1010LT" [dbg] #2 : "Analog In 3 Delta-1010LT" [dbg] #3 : "Analog In 4 Delta-1010LT" [dbg] #4 : "Analog In 5 Delta-1010LT" [dbg] #5 : "Analog In 6 Delta-1010LT" [dbg] #6 : "Analog In 7 Delta-1010LT" [dbg] #7 : "Analog In 8 Delta-1010LT" [dbg] #8 : "SPDIF In L Delta-1010LT" [dbg] #9 : "SPDIF In R Delta-1010LT" [dbg] #10 : "Monitor L Delta-1010LT" [dbg] #11 : "Monitor R Delta-1010LT" [dbg] #12 : "Analog In 1 Delta-1010LT" [dbg] #13 : "Analog In 2 Delta-1010LT" [dbg] #14 : "Analog In 3 Delta-1010LT" [dbg] #15 : "Analog In 4 Delta-1010LT" [dbg] #16 : "Analog In 5 Delta-1010LT" [dbg] #17 : "Analog In 6 Delta-1010LT" [dbg] #18 : "Analog In 7 Delta-1010LT" [dbg] #19 : "Analog In 8 Delta-1010LT" [dbg] #20 : "SPDIF In L Delta-1010LT" [dbg] #21 : "SPDIF In R Delta-1010LT" [dbg] #22 : "Monitor L Delta-1010LT" [dbg] #23 : "Monitor R Delta-1010LT" [dbg] output channels: [dbg] #0 : "Analog Out 1/2 L Delta-1010LT" [dbg] #1 : "Analog Out 1/2 R Delta-1010LT" [dbg] #2 : "Analog Out 3/4 L Delta-1010LT" [dbg] #3 : "Analog Out 3/4 R Delta-1010LT" [dbg] #4 : "Analog Out 5/6 L Delta-1010LT" [dbg] #5 : "Analog Out 5/6 R Delta-1010LT" [dbg] #6 : "Analog Out 7/8 L Delta-1010LT" [dbg] #7 : "Analog Out 7/8 R Delta-1010LT" [dbg] #8 : "SPDIF Out L Delta-1010LT" [dbg] #9 : "SPDIF Out R Delta-1010LT" [dbg] #10 : "Analog Out 1/2 L Delta-1010LT" [dbg] #11 : "Analog Out 1/2 R Delta-1010LT" [dbg] #12 : "Analog Out 3/4 L Delta-1010LT" [dbg] #13 : "Analog Out 3/4 R Delta-1010LT" [dbg] #14 : "Analog Out 5/6 L Delta-1010LT" [dbg] #15 : "Analog Out 5/6 R Delta-1010LT" [dbg] #16 : "Analog Out 7/8 L Delta-1010LT" [dbg] #17 : "Analog Out 7/8 R Delta-1010LT" [dbg] #18 : "SPDIF Out L Delta-1010LT" [dbg] #19 : "SPDIF Out R Delta-1010LT"


in my setup, I set the offset to 0 and thereby select "Analog Out 1/2 L Delta-1010LT"

be careful to configure "audio_num_out" so that it is greater or equal to your "audio_out_off"

(yes, yes, hackish, I know.. ;))
added on the 2010-09-28 23:59:37 by xyz xyz
(wait: num_out needs to be at least +2 greater than the offset)
added on the 2010-09-29 00:03:36 by xyz xyz
Have to check that out!
added on the 2010-10-16 12:57:55 by SoDa7 SoDa7
Hi everyone!

I just wanted to let you know that there is a new version available !

The most important news is that you can now use VST instruments and effects.

Here's a simple demosong I made with kb's V2 (multitimbral) synthesizer:

st2-VST-v2_rhodents-17Oct2010.ogg

Future updates will be posted on the ST2 homepage / dev.blog.

Have a nice sunday evening!

Greetings,
Bastian
added on the 2010-10-17 21:26:38 by xyz xyz

login

Go to top