first vst plugin test » Breads & Baking » Forum
Forum
  Поиск   Users   Registration   Entrance
Today: 11.04.2025 - 21:40:02
Pages:  1  2  3  

first vst plugin test

Advertising

CROWD links from forums - 0,9 USD


MessageAuthor

my first vst plugin! a simple svf (state variable filter) lowpass, highpass, bandpass, notch for testing purposes mainly i would like to hear if there's any problems with the code! if it works in various hosts, if the win32 version is ok, etc.. axonlib, my app/vst framework is (or should be) portable and cross-compileable (the .dll is compiled for win32 from within linux with mingw32) but, as i don't have windows, i can't test it in it's native environment. there's been years since i've done any serious coding in windows, and almost nothing in linux, so i had ro re-learn everything, almost from scratch. both platforms.. and no external libs or frameworks is used, plain gdi/xlib only it seems to work as intended in wine, though. (how 'true' is wine, by the way?) 32-bit: windows: (130kb) linux: (109kb) when i have ironed out the most obvious bugs and issues, and finished the small final details, i will release it (framework, plugins, apps) as opensource, and start converting all my JS plugins to vst (win32/linux) - ccernn

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

kbjohan

main-users




Statistics:
Messages: 26
Registration: 10.16.2003
17.02.22 - 16:07:03
Message # 1
RE: first vst plugin test

Appears to be working under Reaper x86 in Windows 7/64 bit.

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

Stav318is

main-users




Statistics:
Messages: 347
Registration: 10.16.2003
17.02.22 - 16:13:44
Message # 2
RE: first vst plugin test

Played with it (automation, presets,... XP only) => works fine

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

M3Romeo

main-users




Statistics:
Messages: 34
Registration: 12.30.2002
17.02.22 - 16:20:54
Message # 3
RE: first vst plugin test

First, very usable GUI. Now the nitpicks...Frequency as a 1 and the decimal fractions doesn't make a whole lot of sense. Am getting very harsh, almost feedback, sounds when using the modes badpass, highpass, and lowpass in the lower bandwidths around 0-30. Overall, if you can either iron those things out or limit the bandwidth from 100-30 to avoid those sound, it is a nice filter to work with.

---------------------
Channing Preston Madison Motorsports

ecpreston

main-users




Statistics:
Messages: 26
Registration: 07.23.2002
17.02.22 - 16:29:40
Message # 4
RE: first vst plugin test

new test 

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

///Manuel

main-users




Statistics:
Messages: 97
Registration: 08.14.2001
17.02.22 - 16:35:03
Message # 5
RE: first vst plugin test

some warnings: Mingw/GCC 3.4.2 Code:

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

Prodigal_M

main-users




Statistics:
Messages: 87
Registration: 04.16.2003
17.02.22 - 16:42:36
Message # 6
RE: first vst plugin test

Just some minor things (only regarding the code) that I noticed while quickly glazing at the code. For one the fact that there a lot of semicolons after function declarations, which shouldn't be there, though many compilers ignore it, while it is against the ISO (ANSI too(?)) standard as far as I know, so that could lead to problems when porting to different platforms/compile systems (just try compiling with gcc and the -pedantic flag on and it should give you an error for every semicolon where there shouldn't be one). Next thing I noticed were the datatype #defines in axDefines.h, while those defines will work on (most) 32bit systems they will be wrong on others and especially on 64bit systems, so why not use stdint.h's datatype defines for those, like: Code:

---------------------
Chuck Taylor SpecE30 #218, E60 535xi, 2002 911 Carrera Cabriolet

ctbimmer

main-users




Statistics:
Messages: 316
Registration: 05.25.2003
17.02.22 - 16:51:12
Message # 7
RE: first vst plugin test

screenshot 

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

WRX19

main-users




Statistics:
Messages: 254
Registration: 11.26.2003
17.02.22 - 16:57:33
Message # 8
RE: first vst plugin test

a little 'teaser' screenshot might indicate where we're heading... - ccernn

---------------------
- 98 m3, techno/anthrazit cloth, 124k and officially worthless - 89 m3, alpine/black 143k and officially old - 2000 323it, tiag/grey, 169k and officially boring

notMpowered

main-users




Statistics:
Messages: 2,952
Registration: 09.24.2002
17.02.22 - 17:01:30
Message # 9
RE: first vst plugin test

screenshot.png 

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

Brad @ evosport

main-users




Statistics:
Messages: 25
Registration: 09.05.2001
17.02.22 - 17:13:03
Message # 10
RE: first vst plugin test
RealVideo 9 or DivX... You choose... : Previous topicNext topic: 740 Instrumernt Bulbs
Pages:  1  2  3  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants