Search found 1 match

by jmg49
Tue Jun 12, 2018 5:07 pm
Forum: Coding Questions
Topic: Draw a waveform with Purebasic and BASS library
Replies: 60
Views: 19279

Re: Draw a waveform with Purebasic and BASS library

hi,

perharps this one :

file.s => your file.mp3

MP3D needed but you can easily revert to native code , there were scrolltexts and rasters in this code too



;credits PureBasic fr for snippets

IncludeFile "fmodex(short).pbi"

Enumeration
#Mainform
#Wave
#spectrum
#win
EndEnumeration ...