Search found 323 matches

by Loe
Aug 12, 2015 8:48
Forum: General
Topic: audio library to check cutoff frequency
Replies: 3
Views: 1362

Re: audio library to check cutoff frequency

With BASS you would probably use the BASS_ChannelGetData function to get the FFT data. I cannot give details here without trying it myself, but I should be rather easy (provided that you understand the signal processing theory behind it, but I assume that's the case). Yes st_w signal processing the...
by Loe
Aug 11, 2015 16:20
Forum: General
Topic: audio library to check cutoff frequency
Replies: 3
Views: 1362

audio library to check cutoff frequency

Hi, I just read in google about fake lossless audiofile. Say it is flac or high bitrate mp3, ex 512kbps mp3. It fake because its was originaly loss or low bitrate up converted file. The article also talk about relation between cutoff frequency & bitrate. We can check it real lossless or high bit...
by Loe
May 24, 2015 0:21
Forum: Linux
Topic: [SOLVED] HELP FB1.01 in LinuxMint 17.1 32bit
Replies: 9
Views: 3266

Re: HELP FB1.01 in LinuxMint 17.1 32bit

Gotcha
it seem linuxmint disable root login by default, so I use this command to enable it
sudo su
and fb can install correctly
by Loe
May 23, 2015 23:39
Forum: Linux
Topic: [SOLVED] HELP FB1.01 in LinuxMint 17.1 32bit
Replies: 9
Views: 3266

Re: HELP FB1.01 in LinuxMint 17.1 32bit

I feel really dumb now irsyad@irsyad-TA790GX-128M ~/Downloads $ cd FreeBASIC-1.01.0-linux-x86 irsyad@irsyad-TA790GX-128M ~/Downloads/FreeBASIC-1.01.0-linux-x86 $ ls bin changelog.txt doc examples include install.sh lib readme.txt irsyad@irsyad-TA790GX-128M ~/Downloads/FreeBASIC-1.01.0-linux-x86 $ su...
by Loe
May 23, 2015 13:12
Forum: Linux
Topic: [SOLVED] HELP FB1.01 in LinuxMint 17.1 32bit
Replies: 9
Views: 3266

Re: HELP FB1.01 in LinuxMint 17.1 32bit

This 3rd time i fresh install linuxmint then with downloaded fb linux i follow your way: cd FreeBASIC-1.02.1-linux-x86 sudo ./install.sh -i and this is the result: irsyad@irsyad-TA790GX-128M ~/Downloads/FreeBASIC-1.01.0-linux-x86 $ sudo ./install.sh -i [sudo] password for irsyad: sudo: ./install.sh:...
by Loe
May 21, 2015 12:42
Forum: Linux
Topic: [SOLVED] HELP FB1.01 in LinuxMint 17.1 32bit
Replies: 9
Views: 3266

Re: HELP FB1.01 in LinuxMint 17.1 32bit

Permissions of the the FB libs looking ok:
I dont have permission, think have to re-install linuxmint as yours

thank you
by Loe
May 20, 2015 14:33
Forum: Linux
Topic: [SOLVED] HELP FB1.01 in LinuxMint 17.1 32bit
Replies: 9
Views: 3266

Re: HELP FB1.01 in LinuxMint 17.1 32bit

try to compile in terminal, it failed with same error message.
try to compile with sudo fbc hello.bas, it give output hello but can not execute

anybody had succeeed install & compile fb 1.0 in linuxmint?
by Loe
May 19, 2015 6:04
Forum: Linux
Topic: [SOLVED] HELP FB1.01 in LinuxMint 17.1 32bit
Replies: 9
Views: 3266

Re: HELP FB1.01 in LinuxMint 17.1 32bit

Hmm, strange... yes it strange. Before that Ive tried to install fb in linuxmint x64 and it failed (I follow with additional 32bit lib in readme.txt) Do the files exist under /usr/local/lib/freebasic/linux-x86/? I think it is Are the permissions ok? (i.e. are they readable for non-root users?) I lo...
by Loe
May 17, 2015 14:39
Forum: Linux
Topic: [SOLVED] HELP FB1.01 in LinuxMint 17.1 32bit
Replies: 9
Views: 3266

[SOLVED] HELP FB1.01 in LinuxMint 17.1 32bit

I followed http://freebasic.net/forum/viewtopic.php?f=2&t=23382&hilit=sudo+sh+install.sh+i to install fb 1.01 in linuxmint 17.1 32bit then install geany I try to compile hello.bas and it the result: fbc -w all "hello.bas" (in directory: /media/irsyad/New Volume/data/freebasic/FreeB...
by Loe
Apr 12, 2015 6:53
Forum: Community Discussion
Topic: Freebasic for Android?
Replies: 4
Views: 2563

Re: Freebasic for Android?

Thank you st_w, it seems i lose information so long.
I will try to follow what they achieved rather than to start a new step.

Thank you all
by Loe
Apr 12, 2015 0:08
Forum: Community Discussion
Topic: Freebasic for Android?
Replies: 4
Views: 2563

Re: Freebasic for Android?

where can i get fb rtlib? is it came in fb installation package?
i have downloaded android ndk but still dont know yet how to use it

thank you dkl
by Loe
Apr 11, 2015 2:28
Forum: Community Discussion
Topic: Freebasic for Android?
Replies: 4
Views: 2563

Freebasic for Android?

Anybody had any success to port/emit android source code?
As I understand with GCC,it allow to emit/produce a code, like ASM or C or am I wrong?
If it possible what route should i take to produce android application with freebasic & gcc

thank you
by Loe
Apr 11, 2015 2:10
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 149940

Re: FireFly Visual Designer for FreeBASIC (Updated Mar 29, 2

oops forgot to request, 1.yes firefly had link to 'help' file, but it lack a feature to point to highlighted topic. I mean if our cursor positioned in messagebox, then if we click F1 it will bring us to the topic in help file 2.feature to open include file just to position cursor in #include once &q...
by Loe
Apr 10, 2015 23:47
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 149940

Re: FireFly Visual Designer for FreeBASIC (Updated Mar 29, 2

@Paul & Marc, yes i know, Paul had mention firefly made with PB. in FB we can use % 'type' mark in deprecated mode if I recall correctly. I found %SW_SHOWNORMAL bug in MDI sample generated code. % bug was cause it can not compiled. After I look in exe I found 2 other bug. But as I said it wasn't...
by Loe
Apr 09, 2015 6:08
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 149940

Re: FireFly Visual Designer for FreeBASIC (Updated Mar 29, 2

Hi Paul,
thank you for your update.

I found some tiny bug in 3.73 version
1. it still show 3.72 version in about box
2. it still use %SW_SHOWNORMAL
3. it still use %SW_SHOWMINIMIZED
4. it still use %SW_SHOWMAXIMIZED

for 2-4 I just have to use hex editor to replace % with [space]