Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Rbz

Pages: [1] 2 3 4 5 6 7 8 ... 95
1
General chat / Re: Scene.Org ID
« on: April 07, 2026 »
For me, luckily my email was valid and I was able to reset my password.
And yes, Pouet is using sceneid API for login.

Maybe you can solve it by contacting scene org  ???
https://id.scene.org/contact/

2
General chat / Re: Logging in
« on: November 22, 2025 »
Quote
2025-11-20 22:15:26
Hi Shockwave, is there a way to get an account here on the site?
i really like purebasic and actually stuff with that. would be great to get some inspriration from others.

thank you in advance

cu
thorsten
Hi Thorsten,
I've created an account for you, you should receive an email with your password.
Welcome on board!

3
General chat / Re: Logging in
« on: September 22, 2025 »
@bikemadness: if you're unable to login now, please use this link below to send a message to us and we'll try to sort it out.

https://www.dbfinteractive.com/dbf_support.php


4
General chat / Re: Logging in
« on: September 21, 2025 »
Hi, I've fixed the form is not secure error msg, let me know if you find any other problem.

5
Did 2 tests, one using Firefox and another on Edge and both works fine.

Maybe something to do with this site is not being a https? Not sure  ???

Another possible problem would be about forum PHP version, there is a post by Shockwave mentioning that this forum uses PHP 5 and host changed to PHP 7 and support for version 5 was going to stop and he said that the upgrade might break a lot of things.
 I did check and this forum still uses PHP 5 :(


6
Projects / Re: New project
« on: March 02, 2023 »
test 2

7
Projects / Re: New project
« on: March 02, 2023 »
test...

8
Purebasic / Re: Hi everybody
« on: November 24, 2021 »
Welcome on board Supix!

9
General chat / Re: New registrations
« on: November 20, 2021 »
KrazyK

I can create a new account for him, just PM me with this data:

Quote
New Username:  Username for the new member
Email Address:   Email address of the member
Password:         a temporarily Password for new member

11
Freebasic / Re: FreeBasic music players
« on: April 18, 2021 »
@Moroboshisan no problem :) , added a new one - cflod41player

12
 C-Flod - Flod 4.1

Here is a FreeBasic compatible library based on C-Flod by rofl0r, tested with latest FreeBasic version.


@Padman, it's done ;) ,  pretty sure you won't have any problems to convert it to your pro lang of choice.



Code: [Select]
C-Flod        version 4.1
2012/05/16
rofl0r

currently done:

- complete flod core
- whittaker player
- future composer
- (ultimate) sound tracker
- pro tracker
- fasttracker 2
- digital mugician
- soundfx
- sidmon 1,2
- bp soundmon
- rob hubbard (only v1)
- "fred editor" player
- jochen hippel and COSO players.
  (there are a few tunes (maybe 3-5 %) that are not working correctly.
   they dont work in uade/original flod either.)
- DeltaMusic 1 & 2
- pseudo barebone flashlib
- libao and wave writer backends.

in my conversion i followed a pretty straight 1:1 approach,
so that the number of bugs introduced is minimized and future enhancement
in flod can be backported easily.

i am currently in the process of translating the remaining players.

my goal is to remove any dynamically allocated memory so it could
be used with a fixed memory usage profile on low end hardware (gba, nds).
since the samples for the fasttracker can be of any size, this needs either
a custom allocator or a pretty huge buffer for each instrument.

the build system should allow to turn off unneeded players and set the size
of buffers manually for the specific need.

also, the code could probably be simplified a lot by removing some of the
classes and using direct memory writes etc.

-------------------------------------------------------------------------------------

Flod          version 4.1
Flod JS       version 2.1
Flip          version 1.2

   2012/04/30
   Christian Corti
   Neoart Costa Rica

   E-Mail: flod@neoartcr.com

This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to
Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.

Flod is free for non commercial user, to use it in any commercial production I'll ask you to
mention the proper credits and to make a donation to: chreil@hotmail.com via PayPal, thank you.

Special thanks to Richard Davey, Mathew Nolan and Andreas Argirakis :)

What's new:
4.1/2.1:
  - some small modules (less than 2150 bytes) were not recognized as valid
  - His Master's Noisetracker, fixed Peggy Go Home null sample pointer
  - His Master's Noisetracker, fixed Ikke Advanced wrong patterns pointers
  - SoundFX, fixed effect 9
  - SoundFX, added support for untouched Operation Stealth modules
  - Soundtrackers, fixed period overflow, portamento up/down
  - FastTracker II, fixed not working master volume
4.0/2.0:
  - new David Whittaker player
  - new FredEd player
  - new Jochen Hippel player (regular and COSO formats, 4 voices only)
  - new Rob Hubbard player
  - added DigiBooster Pro 2.18 detection to the XM player
  - Delta Music 1.0, fixed wrong sustain value
  - Delta Music 2.0, fixed Warfalcons-Intromusik 2 crash
  - Delta Music 2.0, fixed wrong restart pointer
  - Digital Mugician, fixed sample loop pointer (fixes Hoi Level 4)
  - Future Composer (Flod only), 1.0/1.3 was using the wrong waves
  - SoundFX, fixed effect 7/8 [step down/up] (fixes Forever Tonight)
  - SidMON 2, fixed effect C/F [volume and speed] (fixes Cool Module)
  - SidMON 2 was processing effects at tick 0, it shouldn't :)
  - SidMON 2, fixed adsr sustain volume
  - SoundMon, fixed buffer restore, most modules didn't play at all
  - ProTracker/NoiseTracker fixed vibrato depth value not set at the beginning
  - Fixed and updated Flip/Unzip
3.0/1.0:
  - Flod XM is now part of Flod base code
  - Lots of bugs fixed
  - Flod JS source code released

Supported Formats:
  - Brian Postma's SoundMon 1.0/2.0/3.0
  - David Whittaker
  - Delta Music 1.0
  - Delta Music 2.0/2.2
  - Digital Mugician
  - Digital Mugician 7 voices
  - D.O.C. Soundtracker 9/2.0
  - FastTracker II XM (PC)
  - FredEd
  - Future Composer 1.0/1.3
  - Future Composer 1.4
  - His Master's NoiseTracker
  - Jochen Hippel
  - Jochen Hippel COSO
  - NoiseTracker 1.0/1.1/2.0
  - ProTracker 1.0/1.1/1.2
  - Rob Hubbard
  - SidMON
  - SidMON II
  - SoundFX 1.0/1.8/1.9/2.0
  - Soundtracker 2.3/2.5
  - Ultimate Soundtracker, The (Karsten Obarski)


13
Hi there,

Not sure if there's still interest on this player for people here, anyway I did a another look at it and successfully  made a port for windows.

Attached the compiled player with some modules for anyone who would like to test and see if it's worth making a lib for other programming languages.

14
General chat / Re: The Welcoming Committee
« on: March 27, 2021 »
 :hi:

15
I've only a lib for VS2015 and attached it here for you to test.

Also added original source code for latest version of the player -  1.27.



16
Welcome xaby!

Try looking at browser javascript mod players, it might be a bit easier to convert to your prog language, here one example:
https://github.com/gasman/jsmodplayer


17
ASM / Re: Future Composer + VGM player source for MASM
« on: January 28, 2021 »
Hi r0gerica,

For future composer the only that I know is in C code that I found here -> 16-bits.org
Attached it here because 16-bits site is offline right now.

For VGM player, I don't know.

Hope that helps :cheers:

18
Freebasic / Re: CopperMaster - [FB] Source code
« on: January 19, 2020 »
Just updated Nzo's CopperMaster source code to the latest Freebasic version 1.07.1

 :cheers:

19
Freebasic / FreeBasic music players
« on: January 18, 2020 »
Here is a compilation of music players that have been made for FreeBasic on this forum during several years, and now I've converted to the newest FB version 1.07.1  (2019-09-28).

Added a macro "incarray.bi" found <here> to include binary files since the old method using bin2bas doesn't working anymore.

Libraries:

  • FC14PLAY v1.27 - 8th of November 2019 - https://16-bits.org
  • Hvlplay replayer by Mudlord and Xeron/IRIS's
  • libv2 1.5 - Farbrausch Consumer Consulting's famous tiny synthesizer
  • MiniFMOD 1.70 (c) FireLight Multimedia 2000.
  • Reality ADlib Player - Version 2.0a
  • sc68 Library  (C) 2001 Ben(jamin) Gerard <ben@sashipa.com>
  • cflod41player - C-Flod by rofl0r - flod4.1 by Neoart

20
Other languages / Re: [delphi]adlib(rad) music player
« on: January 18, 2020 »
Thanks STos  :kewl:

Pages: [1] 2 3 4 5 6 7 8 ... 95