Search found 421 matches

by jerohm
Sun Apr 28, 2024 8:29 am
Forum: G-Force How-To's
Topic: G-Force Toolbar empty
Replies: 7
Views: 121

Re: G-Force Toolbar empty

The 32bit version works (mostly) just fine on Windows 11 (64bits). The are two versions provided in the distribution directory: "C:\Program Files (x86)\SoundSpectrum\G-Force" I exclusively use the 32bit version, because I like the toolbar better than the on-screen menu facility. Make sure you are ex...
by jerohm
Sat Apr 27, 2024 10:35 pm
Forum: G-Force How-To's
Topic: G-Force Toolbar empty
Replies: 7
Views: 121

Re: G-Force Toolbar empty

The toolbar only works with the 32bit version. It has never (??) worked with the 64bit version. The 32bit version works for the most part on Windows 11.
by jerohm
Sun Jun 18, 2023 8:42 am
Forum: G-Force General Discussion
Topic: Fades to black?
Replies: 2
Views: 186

Re: Fades to black?

Re: 2 Fullscreen at Startup Edit: C:\Program Files (x86)\SoundSpectrum\G-Force\Resources\Common\Startup.py and Include directive : import SoundSpectrum vis.SetFullscreen(1) @_time( '0:5' ) def action(): if vis.HOST_NAME == 'VirtualDJ': SoundSpectrum.ShowMessage( "VirtualDJ does not currently offer m...
by jerohm
Sun May 14, 2023 8:16 am
Forum: G-Force General Discussion
Topic: Win 11 re: full screen broken?!
Replies: 14
Views: 1201

Re: Win 11 re: full screen broken?!

Once I switched to the WACUP distribution (based on WinAmp 555), I didn't bother to go back to WinAmp 555. I am reasonably sure that the Alienware Command Center (AWCC) is the real culprit, no matter which 'version' of WinAmp you use. When AWCC was STILL installed, the WACUP distribution of Milkdrop...
by jerohm
Tue May 09, 2023 2:45 pm
Forum: G-Force General Discussion
Topic: Windows 11 and Soundspectrum Apps
Replies: 3
Views: 243

Re: Windows 11 and Soundspectrum Apps

I am running Win11 on an alienware X17r1 (rtx3080) and seem to have NO problem... that is AFTER I uninstalled AWCC, the command control center. There seems to have been a somewhat recent change, in how 'full screen' invocations are handled... which CAN be an issue, since the SS programs haven't been...
by jerohm
Thu Mar 09, 2023 2:23 pm
Forum: G-Force General Discussion
Topic: Anybody figured out how to get G-Force to respond to audio from mic-in?
Replies: 2
Views: 257

Re: Anybody figured out how to get G-Force to respond to audio from mic-in?

Hi I hope you found an answer to your issue, but I am running on an Alienware X17r1/Win11 and I tried both the 32 and 64bit 5.8.3 G-Force versions and was able to get them to respond to the internal microphones, so I would concentrate on the win11 setup System->Sound. Make sure the system sees the m...
by jerohm
Wed Jan 18, 2023 3:36 pm
Forum: G-Force General Discussion
Topic: Writing (or coding) waveshapes
Replies: 108
Views: 51981

Re: Writing (or coding) waveshapes

// tumblers (WaveShape) - jrm // Aspc=1 ConB=1 Num=5 Stps="18*16" // 288 A0="1/(Num_S_Steps-1)" // S_Step_Increment A1="choice({18,36,48})" // S_Steps per division A2="s+ A0*A1/2" // s' (offset by divison/2) A3="Num_S_Steps/A1" A4="trunc(A3*A2)/A3" A5=".5" B0="max(B1*mag(A4), max(B0-B0/(Num*21.5), ...
by jerohm
Sun Nov 27, 2022 3:54 pm
Forum: G-Force General Discussion
Topic: Writing (or coding) waveshapes
Replies: 108
Views: 51981

Re: Writing (or coding) waveshapes

:arrow: replace all occurrences ssssss with select (there is a bug in the board posting software. If you want to replicate the error, make the replacement and try to post the modified code.) Waveshape (but should also work as Particle): /* Ripple (jrm) (dead'icated to Robert Hunter ;0) 16May2012 - j...
by jerohm
Sun Jun 19, 2022 8:27 am
Forum: G-Force General Discussion
Topic: Latest version: Patterns are independent, not in time with music
Replies: 2
Views: 329

Re: Latest version: Patterns are independent, not in time with music

If you seriously want help, you really should reply, when BTT takes an interest. It would also help if you could pick out a specific WaveShape, or two, to limit the scope of the issue. try DECREASING the Toolbar reactivity slider (or editing the preference Audio.Response.Scale to less than 1.0) Ever...
by jerohm
Sat May 07, 2022 10:07 am
Forum: G-Force General Discussion
Topic: Writing (or coding) waveshapes
Replies: 108
Views: 51981

Re: Writing (or coding) waveshapes

Step sine was written and submitted as a PARTICLE. It was modified by SS and released as a waveshape . This is my original work; it represents some of my first attempts to code using the VectorC paradigm. /* 'A' Step Sine (PARTICLE) 2010Sep05 JRM Creation 2011Jul30 JRM reWrite (1-3 Invocations) 2011...
by jerohm
Sun Mar 13, 2022 2:27 pm
Forum: G-Force General Discussion
Topic: Writing (or coding) waveshapes
Replies: 108
Views: 51981

Re: Writing (or coding) waveshapes

// fft w/ single(x/y) - jrm (written @60fps) // ConB=0 Aspc=0 Bnds=16 ColW=512 BndW=200 Stps="Bnds*ColW" A0="(Num_S_Steps -1)" A1="1/A0" A2="A0*s" // Needs more thought! A3="(ColW-BndW)/2" A4="" A5="vectorLR(Bnds, 0, 1)" A6="pos(s-A1)" // A6="vectorLR(A0+1, 0, (1-A1))" B0="B0+1" B1="select(B0%2, B1...
by jerohm
Sun Feb 27, 2022 8:44 am
Forum: G-Force General Discussion
Topic: Win 11 re: full screen broken?!
Replies: 14
Views: 1201

Re: Win 11 re: full screen broken?!

Spoiler: NO! The problem is NOT Windows 11. Back in Dec 2021, I purchased a new performance laptop (alienware x17). It shipped with Windows 11 installed, and none of my other machines have a CPU that met the (Win11) hardware specification, so they remain on Win10 (and Win7). I have had extensive sta...
by jerohm
Tue Dec 14, 2021 1:30 pm
Forum: G-Force General Discussion
Topic: Win 11 re: full screen broken?!
Replies: 14
Views: 1201

Re: Win 11 re: full screen broken?!

Okay boys and girls - I found a group attempting to keep WinAmp 5.666 alive called WACUP . Google it and you can see if you are willing to give it a go. I haven't tried much yet, but I installed the Mar 11, 2021, v1.0.21.7236 Full Preview and I can get the GF plugin to go in and out of full screen. ...
by jerohm
Tue Dec 14, 2021 11:46 am
Forum: G-Force General Discussion
Topic: Win 11 re: full screen broken?!
Replies: 14
Views: 1201

Re: Win 11 re: full screen broken?!

thanks, I also generated a support ticket. The Milkdrop visualization that ships with Winamp (v5.666) also gets
stuck when entering full screen, so I ASSuME it is Windows 11. I just got a new laptop that shipped with 11, so
I don't exactly know if I can roll back to 10 without a new license.
:(
by jerohm
Tue Dec 14, 2021 10:40 am
Forum: G-Force General Discussion
Topic: Win 11 re: full screen broken?!
Replies: 14
Views: 1201

Win 11 re: full screen broken?!

On Windows 11, I can't go into full screen with either 32bit plugin (Winamp) or 64bit Standalone
without locking up the system.
Has anybody been successful?
:(