How to programme an amp simulation for mac?

yakko

so far ,so good,so what..
Oct 29, 2008
66
1
8
Turkey-Ankara
I'm not shure if this is the wrong section or not ,but I wanted to make amateur professionals aware ( like le pou ) on an open forum.
Like many of us I need a realy working amp simulation on mac.
1- Which programme could you advice for this to build on my own ? ( my software knowledge is limited )
2- İf this is a very hard stage over my amateur knowledge ,Is there any volunteer to build this programme ? I myself ready to pay for this. ( of course on logical limits :loco: )
 
First you would need to read up on signal processing.

There is a guy named Fourier. You're gonna learn to hate him :)
 
It's easy, get your old Spectrum an type:

10 INPUT "Bugera sim amp for Mac: ", U$
20 PRINT "Hi Gain "; U$
30 INPUT "Crunch: ", N
40 S$ = "Tad Donley Model"
50 FOR I = 1 TO N
60 S$ = S$ + "*"
70 NEXT I
80 PRINT S$ "" "Behriger Tube Screamer"
90 INPUT "Do you want more fizziness? ", A$_PodXT
100 IF LEN(A$) = 0 THEN GOTO 90
110 A$ = LEFT$(A$, 1)
120 IF A$ = "Y" OR A$ = "y" THEN GOTO 30
130 GOSUB "Format C: "; U$
140 END OK
150 Input "End of the world, Y/N"
160 IF 150 "Y" THEN 170; "N" THEN GOTO 10
170 END OF THE WORLD