Search found 5 matches

by knut_the_dude
Wed Jul 13, 2022 1:58 pm
Forum: Tricks 'n' Tips
Topic: PureSoX (audio synthesis, editing and augmentation)
Replies: 15
Views: 6794

Re: PureSoX (audio synthesis, editing and augmentation)

Thank you so much, Seymour :) I got some of the code examples running. Some not. Guess I have to dive deeper into the structure of your code. That's what I will do. Your lib is extremely helpful.
by knut_the_dude
Mon Jul 11, 2022 11:48 am
Forum: Tricks 'n' Tips
Topic: PureSoX (audio synthesis, editing and augmentation)
Replies: 15
Views: 6794

Re: PureSoX (audio synthesis, editing and augmentation)

Hello Seymour,

thank you very much, I just saw your reply :) I will give you feedback later, when I had the opportunity to try your new libs.

Best regards,
Knut

EDIT:
When I run (on Windows 10) either the very first or the very last piece of demo code you supplied in this thread, I keep getting ...
by knut_the_dude
Thu Jul 07, 2022 4:23 pm
Forum: Announcement
Topic: Ascii - CMD Prompt Games 2 of 5 : ROADPOCALYPSE
Replies: 7
Views: 23785

Re: Ascii - CMD Prompt Games 2 of 5 - RoadWarrior ASCII

I'm not too much into games any more, but I have to say that this looks really impressive 👍
by knut_the_dude
Mon Jul 04, 2022 7:04 pm
Forum: Tricks 'n' Tips
Topic: PureSoX (audio synthesis, editing and augmentation)
Replies: 15
Views: 6794

Re: PureSoX (audio synthesis, editing and augmentation)

Hello Seymour,

this is pretty helpful! I just managed to work with SoX from out of PureBasic using RunProgram(), and then I found your post here. This is much more elegant :o

Unfortunately, the 2 files Envelope.pbi and WavFiles.pbi are no longer available where you uploaded them. Is there any ...
by knut_the_dude
Sun Jul 03, 2022 5:20 pm
Forum: Announcement
Topic: Pixelsorting in PureBasic
Replies: 0
Views: 1177

Pixelsorting in PureBasic

Hello forum,

I am new to PureBasic, coming from BlitzBasic, with a long time of no Basic coding at all in between. I wanted to experiment a little bit with with pixelsorting. I searched the web for existing PureBasic functions dealing with this topic, but I didn't find any. So I adapted a little ...