Search found 421 matches

by jerohm
Sun Dec 12, 2021 8:45 am
Forum: G-Force General Discussion
Topic: Writing (or coding) waveshapes
Replies: 108
Views: 51986

Re: Writing (or coding) waveshapes

The version of Slither that was ultimately distributed, bears little resemblance to my original work. I modified my original and replaced lines(CONB=1), with Dots(CONB=0). // Slither - jrm // 10Sept2015 rewrite(um, reorganized - Optimized???) // 10Dec2021 changed lines(ConB == 1) to dots(ConB == 0) ...
by jerohm
Mon Dec 06, 2021 10:41 pm
Forum: WhiteCap General Discussion
Topic: What am I paying for?
Replies: 19
Views: 5156

Re: What am I paying for?

Hey Brian hope you are doing okay. If this is IT, and installation requires licensing validation, what happens when THAT fails to work (i.e. the whole site just disappears)?? I hope they address this situation before they completely abandon ship. Even though I haven't written any new code in a while...
by jerohm
Mon Sep 27, 2021 9:52 am
Forum: G-Force General Discussion
Topic: Gforce toolbar shortcuts?
Replies: 2
Views: 467

Re: Gforce toolbar shortcuts?

as long as the GF screen is/remains in focus (left click in GF screen), 'p' and 'P' works (verified) on a Windows environment. 'h' should list all of the shortcuts. If you are using multiple displays, you can also use the task bar to establish focus
by jerohm
Wed Sep 01, 2021 7:41 am
Forum: G-Force How-To's
Topic: Can FlowField animations be smoother?
Replies: 12
Views: 737

Re: Can FlowField animations be smoother?

GF is, for all practical purposes, solely CPU intensive; the GPU isn't exploited whatsoever. Your hardware should be more than capable. I took a look at your video, and the only thing I noticed, was it appeared to use a MPEG clip (Sprite). Those are handled by an Apple process that is also pretty CP...
by jerohm
Sun Nov 15, 2020 9:42 am
Forum: G-Force General Discussion
Topic: Craving new G-Force Visuals?
Replies: 0
Views: 875

Craving new G-Force Visuals?

I have a decade's worth of my efforts that are every bit as good, as any of my code that has been released into the general public. I also feel I have contributed my fair share, to add value to the G-Force experience, and it is time to reap some kind monetary benefit. If you feel otherwise, it is ti...
by jerohm
Sun Oct 11, 2020 9:18 am
Forum: G-Force General Discussion
Topic: G-Force not working?
Replies: 8
Views: 1682

Re: G-Force not working?

do you use multiple displays? You will have problems if you close/quit G-Force on a display that is no longer available when you try to restart it. I have an switched HDMI line to my TV, for source select (Computer1, Computer2, Cable, DVD). If this is your issue, just make sure the display is attach...
by jerohm
Fri Jul 24, 2020 10:35 am
Forum: G-Force General Discussion
Topic: PC sound device not appearing as a source option
Replies: 2
Views: 700

Re: PC sound device not appearing as a source option

Start->Settings->(Find a setting:)Sound->(Show all results: )Manage input devices->Stereo Mix
Disabled by default, click to enable
maybe?!?
by jerohm
Sun Mar 22, 2020 9:05 pm
Forum: G-Force General Discussion
Topic: Forum Back Up And Running Again
Replies: 2
Views: 883

Thanks, I was wondering if we were going to return. Here is a short documentary that you may find entertaining (while sheltering in place), https://www.youtube.com/watch?v=wle0eqBwtL8 (I grew up in the time of the Radio Shack offerings. Kinda makes you glad G-Force came along) WHY IS HTML OFF??: <a ...
by jerohm
Sat Jan 11, 2020 5:11 pm
Forum: G-Force General Discussion
Topic: Writing (or coding) waveshapes
Replies: 108
Views: 51986

20th Anniversary of G-Force initial release (right??)

how time flies... (Particle, Oldie... I write smarter code now, but this should still work) //* Time Pieces (JRM) 2009Nov15 JRM - Creation Original trajectory code by David Tryse (DT - ZoomPlanet.txt) */ Stps="trunc(Num_S_Steps/12)*12" NUM="1 + round(rnd(4))" ...
by jerohm
Fri Nov 29, 2019 6:44 am
Forum: G-Force General Discussion
Topic: Blank toolbar
Replies: 12
Views: 2065

As far as "I" know, the toolbar has NEVER worked with the 64bit version of GF (even though there is at least one forum member who claims it does :? ) I have had no problem using the toolbar with the 32bit GF and 32bit plugins. I tried JRiver, (32bit 25.0.114) and it also seems to work.
by jerohm
Sun Nov 24, 2019 7:30 am
Forum: G-Force General Discussion
Topic: Aaaaand We're Back!
Replies: 3
Views: 1136

this is great!
Good Job - :D
by jerohm
Sun Nov 17, 2019 9:13 am
Forum: G-Force General Discussion
Topic: Updates
Replies: 8
Views: 2118

^^^^^^

:idea: Maybe some of these observations can be incorporated in subsequent GF distributions. Of course these are my own opinions (but I am right :roll: ) Machines now-a-daze[SIC], really have enough horsepower to ALWAYS run BOTH a Particle and WaveShape concurrently... albeit at different slideshow p...
by jerohm
Thu Jun 06, 2019 3:10 pm
Forum: G-Force General Discussion
Topic: I TUNES
Replies: 5
Views: 1937

FYI - I heard a few daze [SIC] ago that ITunes is going away and being replaced with Apple Music. Since I tend to keep my distance with Apple, I am not sure how it is going to affect 'disciples'... but maybe you guys already know this. j (I just saw another reference by 'iflip92' over on the WhiteCa...
by jerohm
Sat Oct 06, 2018 7:35 am
Forum: G-Force General Discussion
Topic: Function Question: (sqwv)
Replies: 3
Views: 1693

Aspc=1 // so it is visible in frame ConB=1 // sqwv(x) : // return 1 if abs(X) <= 1.0, otherwise 0 // or MORE ACCURATELY a square PULSE [-1 ... 1] A0="(2*s-1)*2" // [-2 ... 2], inclusive X0="A0" Y0="sqwv(A0)/2" // divided by 2 so it is visible in frame Vers=500 Aspc=1...
by jerohm
Sat Sep 22, 2018 12:05 am
Forum: G-Force General Discussion
Topic: Trying to Resurrect an old Waveshape/Particle
Replies: 4
Views: 1551

Since I don't know what you remember... I will only suggest a GUESS. >>> REMOVE ALL the comma's EXCEPT contained within the "META=..." statement. <<< (See how nicely the BLUE shows up! :P ) The COMMA can act as a statement delimiter (in lieu of the more commonly used 'NEWLINE'), allowing you to put ...