e.s.c. wrote:
systmcrsh wrote:

haven't been here in ages and just happened to visit today. been watching the twitch stream while nursing a hangover and cleaning up the apartment... this was fucking cool smile

i apologize for the random volume spikes in my set, my bad



i put my set up on bandcamp already
https://e-s-c.bandcamp.com/album/live-a … -28th-2018

perfect, i can relive my hangover smile

haven't been here in ages and just happened to visit today. been watching the twitch stream while nursing a hangover and cleaning up the apartment... this was fucking cool smile

ive never owned a 500 so i cant really say, but it seems like the aca500 is pretty popular, i imagine there will be more stock soon. it also seems like the best bang for your dollar... you get ide and an accelerator, and can accelerate even further with one of the aca1200 accelerators as an expansion.

personally i cant imagine the pain in the ass running software or loading modules from floppies, whether its a real floppy or emulated floppy. but as long as you are making music, who cares? i dont think you have to ditch your 500 for 600 or better... i just think there are better options for your 500 than floppy emulation... unless its strictly for software that requires a physical disk sector level floppy present to run. that doesn't sound like the case though...

akira^8GB wrote:

... you can't expect them to be cheap.

but you can expect them to be lovely smile

i guess i meant why even are floppy disk images used instead of say a bootable compact flash card? by external devices do you mean something like the aca500?

why do people still use floppies on amiga? is it strictly for games or demos? i removed the floppy from my 600 ages ago and replaced it with a terminator... http://amigakit.leamancomputing.com/cat … cts_id=832

awesome, i'll send you a pm wink

adrdesign wrote:
systmcrsh wrote:

i'm curious... i've seen a couple of your posts on eab as well...

do you use octamed?

Yes, I used it since 1994. I must say I preffer the Protracker replay routine (it has no clicks), but I LOVE the editing capabilities of OctaMED/SoundStudio (including REXX use).

People in EAB are very friendly and creative, I discovered CHIPMUSIC after some musicians from there. So here I am doin the sharing thing... hope you like it! wink

Thanks for the feedback!!

PS: As always, shame on my english smile

awesome, ive been writing some plugins for octamed... been looking for a couple of ppl to beta test before releasing, i'll pm you after the weekend if u r up for it wink

i'm curious... i've seen a couple of your posts on eab as well...

do you use octamed?

Victory Road wrote:

... without realising it's been taken for 20+ years...

google?

ny was a fun show smile)

11

(51 replies, posted in Past Events)

awesome will totally make this tomorrow... hope you use your amiga wink

as far as compact flash cards go, you should definitely install one internally... they can be a pain in the ass to set up but its worth it in the end and theres a lot of support in the community (amiga forums, etc). personally these are the flash cards i use (internally): http://www.logicsupply.com/components/s … f4000xi4g/

and these adapters: http://www.dx.com/p/compactflash-cf-car … 3gRR3YSumw

but if you dont wanna fuck with crap too much i bet these are fine and easy to set up:
http://amigakit.leamancomputing.com/cat … cts_id=883

ive ordered from amigakit before, they are great and relatively quick

you will still want a way to transfer files from your pc to amiga though.... pcmcia compact flash is easiest (with fat95, etc) but you still need a
compatible CF card and compatible CF adapter...

as far as the problems sampling... i had a weird problem once too and thought something was fried but i forget what i did to fix it:
http://chipmusic.org/forums/topic/5207/ … nt-sample/

and as far as the plugins for octamed... i abandon that for a while, but i've rewritten all of them (and some new) in AmigaE... they are much faster and much better than the arexx versions... they arent completely done but i expect they will be sometime soonish, at which point i may have a few people help test them before releasing them...

in the meantime if you really want the resample plug you can have a command line version of it here: http://dirtybomb.tk/timebomb_cli_01b1.zip

the E versions require the NSM patched version of octamed ss (included)... no other version of octamed will work...

contents of the zip:

-> nsmport - communicates with octamed. it must be run before octamed
-> OctaMED_NSM - the nsm patched version of octamed
-> Run_NSM - just a script that runs everything for you. you can run all of these things from the command line yourself if you have problems running it:

RexxMast >NIL:
Run >NIL: nsmport
Run >NIL: OctaMED_NSM

-> timebomb_cli - the command line version of timebomb. there is a gui version but it will be released as part of a package with the others smile

easiest thing to do is just copy all of those files to your octamed ss folder and 2x click run_nsm... then open a dos shell from octamed...

i cant stand writing documentation, but there are some examples by running timebomb_cli ? and a video below smile

https://www.youtube.com/watch?v=5xfcXXLKY4M

oh, and if anyone is good at assembly it would be rad to make a new patch for octamed that doesn't require nsmport...

i occasionally stalk these conversations but im honestly having so much fucking fun in my life right now that... anyway ive been meaning to post something useful here ill try in the next day or so wink

fun smile)

TSC wrote:

I just ignore everything and do what sounds good. Or bad.

that works too smile

not sure about 16b samples i only use 8b mono samples... its a little complicated to explain... but say you want a sample to play at C3 (use period table below) your target sample rate would be 16574 for a PAL machine or 16726 for an NTSC machine... its basically clock/period so for a PAL machine its 3546895 / 214 (pal clock / period) or NTSC 3579545 / 214 (nstc clock / period)... too look up the period value for the note you want your sample to play at use the table below (C-1=856,C-2=428,C-3=214, etc)...

    ->  C    C#   D    D#   E    F    F#   G    G#   A    A#   B
        0856,0808,0762,0720,0678,0640,0604,0570,0538,0508,0480,0453 -> 1
        0428,0404,0381,0360,0339,0320,0302,0285,0269,0254,0240,0226 -> 2
        0214,0202,0190,0180,0170,0160,0151,0143,0135,0127,0120,0113 -> 3
        0107,0101,0095,0090,0085,0080,0075,0071,0067,0063,0060,0056 -> 4
        0053,0050,0047,0045,0042,0040,0037,0035,0033,0031,0030,0028 -> 5
        0026,0025,0023,0022,0021,0020,0018,0017,0016,0015,0015,0014 -> 6

then divide that number into the clock value... PAL clock = 3546895, NTSC clock = 3579545...

then use sox to resample at that rate ie:

sox INFILE -r 16574 -b 8 -c 1 OUTFILE

if using mixing mode in octamed you can use this period table:

    ->  C    C#   D    D#   E    F    F#   G    G#   A    A#   B
        3424,3232,3048,2880,2712,2560,2416,2280,2152,2032,1920,1812 -> 1
        1712,1616,1524,1440,1356,1280,1208,1140,1076,1016,0960,0906 -> 2
        0856,0808,0762,0720,0678,0640,0604,0570,0538,0508,0480,0453 -> 3
        0428,0404,0381,0360,0339,0320,0302,0285,0269,0254,0240,0226 -> 4
        0214,0202,0190,0180,0170,0160,0151,0143,0135,0127,0120,0113 -> 5
        0107,0101,0095,0090,0085,0080,0075,0071,0067,0063,0060,0056 -> 6
        0053,0050,0047,0045,0042,0040,0037,0035,0033,0031,0030,0028 -> 7
        0026,0025,0023,0022,0021,0020,0018,0017,0016,0015,0015,0014 -> 8