Search found 640 matches
- Apr 25, 2020 6:49
- Forum: Projects
- Topic: vocoder in freebasic
- Replies: 3
- Views: 1102
Re: vocoder in freebasic
(25/04/2020) fourier anticlick added
- Apr 22, 2020 8:21
- Forum: Projects
- Topic: vocoder in freebasic
- Replies: 3
- Views: 1102
Re: vocoder in freebasic
(20/04/2020) auto sliders update scan added
- Mar 28, 2020 12:55
- Forum: Projects
- Topic: vocoder in freebasic
- Replies: 3
- Views: 1102
Re: vocoder in freebasic
(28/03/2020) algorythmic voice cloning trial added
- Mar 23, 2020 10:21
- Forum: Projects
- Topic: flightspace_chung free 3D space combat flight simulator
- Replies: 4
- Views: 1807
Re: flightspace_chung free 3D space combat flight simulator
(23/03/2020) moving idle view , explode animation changed , enhanced background spheres (moving, color)
- Mar 01, 2020 11:52
- Forum: Community Discussion
- Topic: question about dir()
- Replies: 6
- Views: 640
Re: question about dir()
that is the problem in fact , that "folder\*.mid" seems to work like "folder\*.mid*"
- Mar 01, 2020 8:31
- Forum: Community Discussion
- Topic: question about dir()
- Replies: 6
- Views: 640
question about dir()
dir("folder\*.mid") does include *.midilist files when calling dir() , is it normal ?
- Mar 01, 2020 7:16
- Forum: Windows
- Topic: midiplay_chung midi folder player with effects using midipiano_dll
- Replies: 0
- Views: 791
midiplay_chung midi folder player with effects using midipiano_dll
midiplay chung is a small free open source midi folder player with effects using midipiano_dll dll (folder, pause, loop, drum, noteonly, delay, resonance, volume) written in freebasic . link => https://chungswebsite.blogspot.com/2020/03/midiplaychung-ismall-midi-folder-player.html
- Feb 22, 2020 4:20
- Forum: Community Discussion
- Topic: problem export functiion ()as string
- Replies: 11
- Views: 1074
Re: problem export functiion ()as string
this should be generated automaticaly , or tell the newbies that it will work only 256 times ...
- Feb 21, 2020 9:51
- Forum: Community Discussion
- Topic: problem export functiion ()as string
- Replies: 11
- Views: 1074
Re: problem export functiion ()as string
you could modify the return string process to return a string from a custom stack you do manage in the compiler something like Dim Shared As String mystring(256) Dim Shared As Integer myistring Function getmidiparamtest Cdecl Alias "getmidiparamtest" ()As String Ptr Export myistring+=1:If ...
- Feb 21, 2020 6:30
- Forum: Community Discussion
- Topic: problem export functiion ()as string
- Replies: 11
- Views: 1074
Re: problem export functiion ()as string
for now , untill the problem is fixed , i return a "double" from the dll (as there are all numbers) and convert it as a string in the calling main program to keep the same syntax .
- Feb 20, 2020 22:44
- Forum: Community Discussion
- Topic: problem export functiion ()as string
- Replies: 11
- Views: 1074
problem export functiion ()as string
i have a problem to export a function(param as string)as string export in a dll it works 256 times but after returns "" (or null) heres the source #Inclib "midipiano_dll" Declare Function getmidiparamtest Cdecl Alias "getmidiparamtest" (ByRef param As String)As String '...
- Feb 20, 2020 8:45
- Forum: Windows
- Topic: midipiano_dll a dll to play midi files in background thread
- Replies: 0
- Views: 810
midipiano_dll a dll to play midi files in background thread
midipiano_dll chung is a free dll to play midi files in background thread (piano or orchestra) . it is written in freebasic but may be called by any program as a standard dll . set/get param : pause, loop, drum, noteonly, delay, resonance, volume, position, nrecord . => http://chungswebsite.blogspot...
- Feb 11, 2020 14:32
- Forum: Projects
- Topic: mydungeon_chung hack & slash dungeon arcade game
- Replies: 5
- Views: 1496
Re: mydungeon_chung hack & slash dungeon arcade game
(11/02/2020) Gandalf's quests added (see center of map)
(14/02/2020) full 3D view added

(14/02/2020) full 3D view added

- Feb 05, 2020 4:34
- Forum: Projects
- Topic: mydungeon_chung hack & slash dungeon arcade game
- Replies: 5
- Views: 1496
Re: mydungeon_chung hack & slash dungeon massacre game
(02/02/2020) G key => gender (male/female,mage)
(03/02/2020) fireball cast spell added
(04/02/2020) boss(es) added
(06/02/2020) switch 2D / 3D virew added
3D view

(03/02/2020) fireball cast spell added
(04/02/2020) boss(es) added
(06/02/2020) switch 2D / 3D virew added
3D view

- Jan 30, 2020 10:37
- Forum: Projects
- Topic: mydungeon_chung hack & slash dungeon arcade game
- Replies: 5
- Views: 1496
Re: mydungeon_chung hack & slash dungeon massacre game
(30/01/2020) sand; river, bush, nature sounds, macromap added (31/01/2020) select weapons & shields added to perso & animation (01/02/2020) show / hide unexplored areas (rogue like) (on/off) (01/02/2020) save / load added https://a.fsdn.com/con/app/proj/mydungeon-chung/screenshots/mydungeon....