Search found 526 matches

by tgstgs
Tue Feb 13, 2024 8:33 pm
Forum: Announcements
Topic: Shoutout for DAWMAN
Replies: 17
Views: 34714

Re: Shoutout for DAWMAN

scope4live took the lead again
said to hear;
we all will follow him on this path sometme
good vibes
by tgstgs
Sun Feb 11, 2024 3:29 pm
Forum: Announcements
Topic: Shoutout for DAWMAN
Replies: 17
Views: 34714

Re: Shoutout for DAWMAN

still dont get if he left planetz or the planet . .

i will remember him fixing his torn away trouser leg with power tape right before entering stage in anaheim california

good vibes
from vienna
by tgstgs
Thu Feb 08, 2024 5:50 pm
Forum: Announcements
Topic: Shoutout for DAWMAN
Replies: 17
Views: 34714

Re: Shoutout for DAWMAN

too buisy to check here for some time
what happen vibes?
by tgstgs
Tue Dec 05, 2017 9:23 am
Forum: Announcements
Topic: Scope 7
Replies: 312
Views: 4056711

Re: Scope 7

nice to see progress
good vibes
by tgstgs
Thu Oct 27, 2016 7:22 am
Forum: Ocean Swift Synthesis
Topic: Ocean Swift Insane Bundle Upgrades and Autumn Specials! XoXo
Replies: 70
Views: 78516

Re: Ocean Swift Insane Bundle Upgrades and Autumn Specials!

i didnt get any pm from you catscratch back then;
if i wouldnt have red this thread to see the fantastic work from faxinadu i wouldnt know you at all;
i got once mails to support with a similar vibe;
im not in sc developement as well as all the money goes to sc;
but this should be easy to correct ...
by tgstgs
Thu Oct 27, 2016 12:17 am
Forum: Announcements
Topic: KERWAX REPLICA @ AES in Los Angeles
Replies: 6
Views: 7026

Re: KERWAX REPLICA @ AES in Los Angeles

very nice
by tgstgs
Mon Aug 08, 2016 2:12 am
Forum: General Scope Discussion
Topic: fft dsp module request
Replies: 23
Views: 6821

Re: fft dsp module request

we were using c++ and sharc asm a lot to bring new stuff new code to the platform;
there is in fact no gostdevice out not having new lines of code inside;
good vibes from vienna
by tgstgs
Sun Jul 31, 2016 9:35 pm
Forum: General Scope Discussion
Topic: fft dsp module request
Replies: 23
Views: 6821

Re: fft dsp module request

no myth you need the dongle to crypt
good vibes from vienna
by tgstgs
Fri Oct 30, 2015 2:19 am
Forum: Scope and XITE Development
Topic: The big question, SDK 6 and PCI
Replies: 46
Views: 27594

Re: The big question, SDK 6 and PCI

put a fader to sync in 0 for frequency
apply rangetext to the inputs 1 and 2
set 0 to index rangetext
set whatever value to assign to array[0];
set 1 to index rangtext
set value for array[1]
and so on;
no overflow errorcorrection (this would cost resources)
so never index below 0 or aboth 511 ...
by tgstgs
Thu Oct 29, 2015 8:45 am
Forum: Scope and XITE Development
Topic: The big question, SDK 6 and PCI
Replies: 46
Views: 27594

Re: The big question, SDK 6 and PCI

float2int to the input and
int2float output vibes
by tgstgs
Thu Oct 29, 2015 4:28 am
Forum: Scope and XITE Development
Topic: The big question, SDK 6 and PCI
Replies: 46
Views: 27594

Re: The big question, SDK 6 and PCI

well you can put in 512 values of 32 bit integer each;
more than 1024bytes
a wtbl is a lookuptbl;
as i said it is what you are asking for;
by tgstgs
Thu Oct 29, 2015 3:12 am
Forum: Scope and XITE Development
Topic: The big question, SDK 6 and PCI
Replies: 46
Views: 27594

Re: The big question, SDK 6 and PCI

if you put 2 or more dsp files on same dsp they share the dataarray;
means you just had to fill it once with different readouts;
for example:
if you fill with a sinus and the 2 dsp atoms are on same dsp;
you can have 2 or more sinuses output at different frequency at same time;
how much you can put ...
by tgstgs
Thu Oct 29, 2015 3:06 am
Forum: Scope and XITE Development
Topic: The big question, SDK 6 and PCI
Replies: 46
Views: 27594

Re: The big question, SDK 6 and PCI

ive made a variable wavetable some time ago;
should be what youre looking for;
still you would need a dll to fill the array data sync;

inputs are
frequency put a sync frequ here
array data[512]
index from 0 to 511

output is the wave

good vibes
by tgstgs
Tue Oct 20, 2015 3:36 am
Forum: Scope and XITE Development
Topic: The big question, SDK 6 and PCI
Replies: 46
Views: 27594

Re: The big question, SDK 6 and PCI

you need a dongle from sc to write dsp atoms;
they are in asm so you need to have knowledge in the sharc architecture as well as xite and/or pci boards;

good vibes from vienna
by tgstgs
Tue Aug 11, 2015 12:18 am
Forum: XITE
Topic: LATENCY: XITE VERSUS PCI CREAMWARE CARD?
Replies: 17
Views: 6775

Re: LATENCY: XITE VERSUS PCI CREAMWARE CARD?

i fact you have different latency between dsps on xite;
old pci boards have 2 samples between each dsp where the 2 samples are samplerate dependant;
on xite you have
old to old;
new to old;
new to new on same slot;
new to new on different slot;
a nightmare for big devices__
in combination with the ...
by tgstgs
Tue Mar 31, 2015 4:13 am
Forum: General Scope Discussion
Topic: Travel back to creamware.de
Replies: 93
Views: 28485

Re: Travel back to creamware.de

_
by tgstgs
Tue Mar 31, 2015 4:12 am
Forum: General Scope Discussion
Topic: Travel back to creamware.de
Replies: 93
Views: 28485

Re: Travel back to creamware.de

back in 99
by tgstgs
Fri Jan 09, 2015 6:03 am
Forum: Problem Solving
Topic: Mixing in Scope - Device latencies/phase problems
Replies: 156
Views: 34103

Re: Mixing in Scope - Device latencies/phase problems

read a bit through the post;
maybe some background . .
sharc asm is cool and uses more than 32 bit for internal processing;
the outputvalues are 32 bit but the calculations are higher_

for sync signals there is no delay from out to inport on same dsp;
there is a delay between 2 dsps;
the amount of ...
by tgstgs
Mon Oct 27, 2014 8:57 am
Forum: Device/Module Wishlist
Topic: Standalone Mod IV simulator program
Replies: 25
Views: 43505

Re: Standalone Mod IV simulator program

the sun is made to shine for 24/7 (24 hours 7 days on)_
but it could be any pc with a pci slot;
hw = hardware;
synth, verbs connected to xite controlable via midi for example;
http://windows.microsoft.com/de-AT/windows7/products/features/remote-desktop-connection
you just need a connection to ...
by tgstgs
Mon Oct 27, 2014 4:31 am
Forum: Device/Module Wishlist
Topic: Standalone Mod IV simulator program
Replies: 25
Views: 43505

Re: Standalone Mod IV simulator program

put the xite in a server at home;
xite works great in a sun fire;
so you have full access via remote;
you can even record and stream back the audiooutput;
or use hw connected to xite;
good vibes