Search found 111 matches

by ocean77
Sun Dec 11, 2022 7:05 am
Forum: Tutorials
Topic: Block- Man Script
Replies: 16
Views: 9149

Re: Block- Man Script

3rd issue: This is a prime example of a bad (very very bad!) code mentioned here in the Hollywood documentation: https://www.hollywood-mal.com/docs/html/hollywood/PrgTUTiming_.html The program runs in a so called "busy loop" without waits, which is very bad coding practise (you can't emph...
by ocean77
Sat Dec 10, 2022 4:18 pm
Forum: Tutorials
Topic: Block- Man Script
Replies: 16
Views: 9149

Block- Man Script

Simple script to make a block move around a 800x600 window using the arrow keys. (Extracted and modified from the "Simple Break-Out Clone" script by: ArtBlink & Figgy/CtZ & amyren, found elsewhere on this forum) @DISPLAY{WIDTH = 800, HEIGHT = 600, MODE = "WINDOWED"} ;Crea...
by ocean77
Fri Sep 16, 2022 12:51 pm
Forum: Newbie questions
Topic: Sliders
Replies: 8
Views: 2909

Re: Sliders

Hi ocean77, Have a look at the post "Simple Cross-Platform Gadgets with string input" there is a slider in there. You can download the demo from the link a few posts down. Cheers Leo Sorry for the late reply. Computer issues. If anyone's interested: on the Linux Fedora side, going the sta...
by ocean77
Wed Aug 31, 2022 2:04 pm
Forum: Newbie questions
Topic: Sliders
Replies: 8
Views: 2909

Re: Sliders

I guess I could further divide each 16 step and have the opacity of the inner box be the visual cue for loudness. But the complexity grows. Sliders seem like a better option now.
by ocean77
Tue Aug 30, 2022 7:38 pm
Forum: Newbie questions
Topic: Sliders
Replies: 8
Views: 2909

Re: Sliders

If I did something like this, which I think is something I can handle with relative ease in Designer: https://drive.google.com/file/d/15natdAaZsX_Pxr0MIwV0UrhnbQkyrK6A/view?usp=sharing Do you think the jumps in volume would be too jarring? Since it is only four levels(16, 32, 48 and 64), plus zero. ...
by ocean77
Tue Aug 30, 2022 3:58 pm
Forum: Newbie questions
Topic: Sliders
Replies: 8
Views: 2909

Re: Sliders

Thanks for replying, guys. I'm working in Designer 6 at the moment. I've had a look at HollyAmp as Flinx suggested. You'd be surprised how difficult these things are to decipher for a non-programmer. Another, perhaps easier, method would be to just use clickable arrow-buttons to set the volume up or...
by ocean77
Mon Aug 29, 2022 9:12 pm
Forum: Newbie questions
Topic: Sliders
Replies: 8
Views: 2909

Sliders

Anyone have some information or a tutorial on how to set up some sliders to affect settings like volume etc?
by ocean77
Sun Aug 14, 2022 2:24 am
Forum: Newbie questions
Topic: Recommended video format
Replies: 7
Views: 2793

Re: Recommended video format

So when I try to make an executable I get this: https://i.ibb.co/XSCJXT7/compiling.jpg Which would indicate everything went fine. But when I try to run the app I get this: https://i.ibb.co/2shG5Pf/error.jpg In the editor itself I see no noticeable difference in playback speed, so I thought an execut...
by ocean77
Sat Aug 13, 2022 7:21 pm
Forum: Newbie questions
Topic: Recommended video format
Replies: 7
Views: 2793

Re: Recommended video format

Okay. So I didn't know you could manually copy the plugins over. Used the installer, but although it reports success the plugin directory contains only a .dummy file. The fpu executable still won't recognize that they are there though.