Welcome, Guest. Please login or register.


Author Topic: SE-ONE music file player (Read 24316 times)

Offline TMTLOGIC

  • Beginner
  • *
  • Posts: 42
  • Country: nl
    • www.tmtlogic.com
Re: SE-ONE music file player
« Reply #30 on: 2018.April.19. 21:19:43 »
Infomation about the SE-ONE can be found at www.tmtlogic.com.

If more than 15 people are interested in an enterprise version of the SE-ONE, I can make this card for you.

Price will be approximately € 59. (exlc shipping cost from the Netherlands)
If a midi interface needs to be added, the price will rise.

Thanks to gflorez for making the msx to enterprice adaptor !

MSX SE-ONE version  is normaly enough in stock.

There is also an SE-ONE for the CPC computer
WWW.TMTLOGIC.COM

Offline TMTLOGIC

  • Beginner
  • *
  • Posts: 42
  • Country: nl
    • www.tmtlogic.com
Re: SE-ONE music file player
« Reply #31 on: 2018.April.19. 21:25:14 »
Are there also enterprise users in the Netherlands?
WWW.TMTLOGIC.COM

Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14721
  • Country: hu
    • http://enterprise.iko.hu/
Re: SE-ONE music file player
« Reply #32 on: 2018.April.19. 21:31:12 »
I think will be good idea write article to the next Enterpress magazine, for more peoples hear about it.
Gflorez, what do you think?

Offline szipucsu

  • Global Moderator
  • EP addict
  • *
  • Posts: 9898
  • Country: hu
    • Támogató Támogató
    • Webnyelv.hu - Tanuljunk nyelveket!
Re:SE-ONE music file player
« Reply #33 on: 2018.April.19. 22:02:28 »
New dirty video showing the SEplayer.bas listing working on Enterprise Basic.
This is really amazing!
Anyway, you can make the printing faster using OUT 191,12 and POKE 56,201. However the latest stops the interrupts. Switching them on again: POKE 56,245. Or, if you use separate video channels and switch between them using DISPLAY command you can save the time of printing the text again, it would be faster.

Anyway, won't you have an own Youtube channel? Uploading and playing the "dirty" videos would be easier.
100 SOUND SOURCE 2,STYLE 128,PITCH 25.2,SYNC 1
110 SOUND PITCH 25,SYNC 1
120 ! Videos

Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14721
  • Country: hu
    • http://enterprise.iko.hu/
Re: SE-ONE music file player
« Reply #34 on: 2018.April.19. 22:18:43 »
Are there also enterprise users in the Netherlands?
Long time ago there were a lot. You can find Dutch Enterprise magazines in the magazine collection.

Currently I know only edoz, he is also in MSX/SymbOS community.
« Last Edit: 2018.April.19. 22:53:51 by szipucsu »

Offline TMTLOGIC

  • Beginner
  • *
  • Posts: 42
  • Country: nl
    • www.tmtlogic.com
Re: SE-ONE music file player
« Reply #35 on: 2018.April.19. 23:17:45 »
Thank you, I will ask Edo or Jorn. Enterprise is new to me. Never heard of it before :shock:
WWW.TMTLOGIC.COM

Offline gflorez

  • EP addict
  • *
  • Posts: 3607
  • Country: es
    • Támogató Támogató
Re: SE-ONE music file player
« Reply #36 on: 2018.April.19. 23:25:51 »
Of course, I can write a very heavy and boring article....

Nah... I like to spread the knowledge I found. I will put all my motivation.

_-----------

I know, I know, it could be done better and nicer.... But it is only a demonstration, a stright translation of the MSX Basic listing from Hans.

I had some problems without the RIGHT$  and LEFT$ commands, or without writting and reading directly to the screen text buffer. But Enterprise Basic has a$(x:x) and very useful escape commands....

Offline szipucsu

  • Global Moderator
  • EP addict
  • *
  • Posts: 9898
  • Country: hu
    • Támogató Támogató
    • Webnyelv.hu - Tanuljunk nyelveket!
Re: SE-ONE music file player
« Reply #37 on: 2018.April.19. 23:29:21 »
I know, I know, it could be done better and nicer.... But it is only a demonstration, a stright translation of the MSX Basic listing from Hans.
Anyway, it is really cool!
100 SOUND SOURCE 2,STYLE 128,PITCH 25.2,SYNC 1
110 SOUND PITCH 25,SYNC 1
120 ! Videos

Offline BruceTanner

  • EP lover
  • *
  • Posts: 607
  • Country: gb
Re: SE-ONE music file player
« Reply #38 on: 2018.April.20. 00:41:35 »
I know, I know, it could be done better and nicer.... But it is only a demonstration, a straight translation of the MSX Basic listing from Hans.
Yes, you should have got MSX Basic running on the EP! :mrgreen: :roll: :lol:

Offline gflorez

  • EP addict
  • *
  • Posts: 3607
  • Country: es
    • Támogató Támogató
Re: SE-ONE music file player
« Reply #39 on: 2018.April.20. 08:17:15 »
I have asked Hans about how powerful is the Arm processor inside the SE-ONE cartridge...

Because I have an idea, and when I think.... an heavenly cherub loses his wings or a lovely kitten dies....:

How about to use the Arm processor as an Enterprise  coprocessor?

He has answered: "400MHz....., in excess to do the MP3 decoding, and yes, it is possible to pass it  functions to calculate on its serial RAM(?) by AT commands". But he adds: "I will study some way to do it faster".

I think:(I don't know if this Arm processor has a FPU, but at 400MHz it can give a boost to the Enterprise mathematical functions....)

Then I start to digress  about AM9511A emulation, or better, 80287 emulation on BCD mode....

And Hans says: "can you give me a C code listing of that?"....
« Last Edit: 2018.April.20. 09:36:19 by gflorez »

Offline geco

  • EP addict
  • *
  • Posts: 7081
  • Country: hu
    • Támogató Támogató
Re: SE-ONE music file player
« Reply #40 on: 2018.April.20. 08:47:24 »
Coooool !!! I would buy one if it goes to production for EP.

Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14721
  • Country: hu
    • http://enterprise.iko.hu/
Re: SE-ONE music file player
« Reply #41 on: 2018.April.20. 09:31:33 »
Coooool !!! I would buy one if it goes to production for EP.
I'm also!

Offline gflorez

  • EP addict
  • *
  • Posts: 3607
  • Country: es
    • Támogató Támogató
Re: SE-ONE music file player
« Reply #42 on: 2018.April.20. 13:51:53 »
Of course I want, and one unit of his current project, a clone of the Sunrise GFX9000 MSX cartridge...

Offline gflorez

  • EP addict
  • *
  • Posts: 3607
  • Country: es
    • Támogató Támogató
Re: SE-ONE music file player
« Reply #43 on: 2018.April.20. 20:50:48 »
I misunderstood Hans on the speed aspect. The actual is 168MHz, but he has plans to switch to 400MHz after the summer. Also some other things will change on the hardware but with the same specs and way of control.

Offline gflorez

  • EP addict
  • *
  • Posts: 3607
  • Country: es
    • Támogató Támogató
Re: SE-ONE music file player
« Reply #44 on: 2018.May.17. 21:53:20 »
« Last Edit: 2018.May.17. 23:53:49 by gflorez »