00:00:00 --- log: started forth/09.08.27 00:16:19 --- join: DrunkTomato (n=DEDULO@ext-gw.wellcom.tomsk.ru) joined #forth 00:25:18 --- quit: kar8nga (Remote closed the connection) 00:29:03 --- quit: segher (Read error: 60 (Operation timed out)) 01:40:11 --- join: gogonkt_ (n=info@59.38.200.176) joined #forth 01:42:01 --- join: aguaithefreak (i=aguai@114.36.119.183) joined #forth 01:52:48 --- quit: gogonkt (Read error: 110 (Connection timed out)) 02:11:19 --- quit: f[x] (Read error: 110 (Connection timed out)) 02:54:27 --- join: GeDaMo (n=gedamo@212.225.115.96) joined #forth 04:41:39 --- quit: GeDaMo ("Leaving.") 05:06:07 --- quit: DrunkTomato () 05:33:44 --- join: DrunkTomato (n=DEDULO@ext-gw.wellcom.tomsk.ru) joined #forth 05:43:19 --- join: f[x] (n=user@211-38-133-95.pool.ukrtel.net) joined #forth 05:55:16 --- quit: aguaithefreak (Read error: 145 (Connection timed out)) 07:10:26 --- join: GeDaMo (n=gedamo@212.225.115.96) joined #forth 07:35:51 --- join: kar8nga (n=kar8nga@a-60.vc-graz.ac.at) joined #forth 08:24:01 --- join: pgas (n=user@pdpc/supporter/active/pgas) joined #forth 09:03:12 --- quit: kar8nga (Remote closed the connection) 09:15:09 --- join: Judofyr (n=Judofyr@cAF9BBF51.dhcp.bluecom.no) joined #forth 09:16:17 --- quit: pgas ("/quit") 09:50:09 --- nick: gogonkt_ -> gogonkt 09:59:22 --- quit: Snoopy_1611 (Read error: 110 (Connection timed out)) 10:00:00 --- join: aguaithefreak (i=aguai@114-24-241-125.dynamic.hinet.net) joined #forth 10:00:45 --- quit: aguaithefreak (SendQ exceeded) 10:01:10 --- join: aguaithefreak (i=aguai@114-24-241-125.dynamic.hinet.net) joined #forth 11:08:09 --- join: Maki (n=Maki@dynamic-78-30-139-176.adsl.eunet.rs) joined #forth 11:41:31 --- quit: Judofyr (Read error: 104 (Connection reset by peer)) 11:42:19 --- join: Judofyr (n=Judofyr@cAF9BBF51.dhcp.bluecom.no) joined #forth 11:44:15 --- quit: Judofyr (Read error: 104 (Connection reset by peer)) 11:46:30 --- join: Snoopy_1611 (i=Snoopy_1@dslb-088-068-197-163.pools.arcor-ip.net) joined #forth 11:46:44 --- quit: jauaor () 11:47:48 --- join: Judofyr (n=Judofyr@cAF9BBF51.dhcp.bluecom.no) joined #forth 12:47:36 --- join: madwork_ (n=madgarde@204.138.110.15) joined #forth 12:49:18 --- quit: madwork (wolfe.freenode.net irc.freenode.net) 12:49:46 --- quit: f[x] (Read error: 110 (Connection timed out)) 13:31:55 --- join: impomatic (n=John@nat67.mia.three.co.uk) joined #forth 13:31:59 Hi :-) 13:32:20 Hi impomatic :) 13:48:19 --- quit: Judofyr (Read error: 104 (Connection reset by peer)) 13:52:25 --- join: Judofyr (n=Judofyr@cAF9BBF51.dhcp.bluecom.no) joined #forth 14:06:46 --- quit: DrunkTomato () 14:28:34 --- nick: madwork_ -> madwork 14:34:32 --- quit: Maki ("Leaving") 14:54:31 --- quit: GeDaMo ("Leaving.") 15:00:40 --- join: Judofyr_ (n=Judofyr@cEB95BF51.dhcp.bluecom.no) joined #forth 15:03:25 --- quit: Judofyr (Read error: 60 (Operation timed out)) 15:59:08 --- join: Qcoder00 (n=chatzill@212.225.126.223) joined #forth 15:59:25 Evening all 15:59:36 Anyone here heard of a FORTH like system called AMPLE 15:59:38 ? 16:35:28 --- join: tgunr (n=tgunr@66.249.166.10) joined #forth 16:41:57 Qcoder00: look at http://bbcmicro.net/old-8bs/manuals.htm for scans of some docs relating to AMPLE 16:42:05 crc: Yeah 16:42:37 Now What I was wondering was is someone was prepared to write the code to run AMPLE in gforth or simmilar 16:42:39 ;) 16:43:03 OK maybe you can't do realtime DSP in forth but, surely you can make syscalls from it? 16:43:14 depends on the forth 16:44:33 OK In any case DSP has to be done in asm because it's real time... 16:44:42 Hmm... 16:44:56 Alternate thought.. MIDI is only writing to port numbers isn't it? 16:45:26 I don't know how to ensure realtime hardware access on a hosted forth system 16:46:19 In this instance the specifc access needed is to DX 16:46:29 *DirectX or OpenAL 16:48:32 gforth can be built to support FFI for access to libraries, but I have no real experience with that 16:49:24 well stdcall should be straightforward to work with 16:49:36 You just have to move the FORTH stack to the machine stack 16:49:42 (in terms of params) 16:54:29 if the forth lets you see the hardware :) 16:55:47 another site with info on it: http://www.colinfraser.com/m5000/m5000.htm 16:58:13 * crc wonders what the value of recreating this would be 17:05:50 crc: I have those all bookmarked :( 17:06:00 modern sound sequncers can't do the things AMPLE can 17:06:02 :) 17:07:13 AMPLE was a hardware/software combination; you'd have to recreate the hardware to duplicate it exactly 17:07:29 crc: Well... something approaching the hardware 17:07:41 which is why i was aying you'd need some kind of DSP in asm module 17:16:25 it'd be a substantial amount of work for whatever perceived benefits AMPLE can provide 17:16:58 Sometimes people climb mountains because they are there :) 17:17:13 --- join: segher (n=rehges@84-105-60-153.cable.quicknet.nl) joined #forth 17:17:39 * crc is too pragmatic for that. I need a valid reason to pursue a project that has material costs involved. 17:59:50 Good night . I need some sleep 17:59:51 --- part: Qcoder00 left #forth 18:10:27 --- join: nighty__ (n=nighty@210.188.173.245) joined #forth 18:31:58 --- join: Judofyr (n=Judofyr@c0492BF51.dhcp.bluecom.no) joined #forth 18:37:14 --- quit: Judofyr_ (Read error: 110 (Connection timed out)) 18:43:52 --- nick: tgunr -> tgunr_away 19:19:48 --- join: Judofyr_ (n=Judofyr@c0492BF51.dhcp.bluecom.no) joined #forth 19:25:02 --- quit: Judofyr (Read error: 110 (Connection timed out)) 19:29:28 --- join: Judofyr (n=Judofyr@c0492BF51.dhcp.bluecom.no) joined #forth 19:40:44 --- quit: Judofyr_ (Read error: 110 (Connection timed out)) 19:51:03 --- quit: Judofyr (Read error: 104 (Connection reset by peer)) 19:53:33 --- join: Judofyr (n=Judofyr@81.191.146.4) joined #forth 20:06:27 --- quit: Judofyr (Read error: 131 (Connection reset by peer)) 20:08:44 --- join: Judofyr (n=Judofyr@c0492BF51.dhcp.bluecom.no) joined #forth 20:31:09 --- quit: Judofyr (Read error: 104 (Connection reset by peer)) 20:41:43 --- join: Judofyr (n=Judofyr@c0492BF51.dhcp.bluecom.no) joined #forth 20:51:15 --- join: Snoopy_1711 (i=Snoopy_1@dslb-088-068-197-163.pools.arcor-ip.net) joined #forth 21:08:53 --- quit: Snoopy_1611 (Read error: 110 (Connection timed out)) 21:29:52 --- quit: Judofyr (Read error: 60 (Operation timed out)) 21:34:18 --- join: Judofyr (n=Judofyr@c0492BF51.dhcp.bluecom.no) joined #forth 22:02:38 --- quit: Judofyr (Read error: 104 (Connection reset by peer)) 22:04:18 --- join: Judofyr (n=Judofyr@c0492BF51.dhcp.bluecom.no) joined #forth 22:31:24 --- quit: Judofyr (Read error: 104 (Connection reset by peer)) 22:36:04 --- join: Judofyr (n=Judofyr@c0492BF51.dhcp.bluecom.no) joined #forth 23:03:52 --- quit: gogonkt (Remote closed the connection) 23:04:27 --- join: gogonkt (n=info@59.38.200.176) joined #forth 23:33:45 --- quit: Judofyr (Remote closed the connection) 23:59:59 --- log: ended forth/09.08.27