Author Topic: MUSEINC: Make musicmaking in Axe easier!  (Read 26289 times)

0 Members and 1 Guest are viewing this topic.

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: MUSEINC: Make musicmaking in Axe easier!
« Reply #60 on: October 21, 2011, 06:50:52 am »
I have been working on a tracker with mono 3 channel ;D
It uses arpeggio's to blend the sounds. 2 squares and 1 noise drum, but there is a strange bug. It worked nicely, but it has gone glitchy
If you like my work: why not give me an internet?








Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: MUSEINC: Make musicmaking in Axe easier!
« Reply #61 on: October 21, 2011, 07:03:01 am »
would you care to explain about the multiplying wavelength that you mentioned?
Sig wipe!

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: MUSEINC: Make musicmaking in Axe easier!
« Reply #62 on: October 21, 2011, 08:31:13 am »
Noooooo. Multiply the time...
If you like my work: why not give me an internet?








Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: MUSEINC: Make musicmaking in Axe easier!
« Reply #63 on: October 21, 2011, 08:31:30 am »
oh. XP
EDIT:Screenshot v2 XD
« Last Edit: October 21, 2011, 08:45:48 am by yeongJIN_COOL »
Sig wipe!

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: MUSEINC: Make musicmaking in Axe easier!
« Reply #64 on: October 21, 2011, 08:49:13 am »
Do yo use my code?
If you like my work: why not give me an internet?








Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: MUSEINC: Make musicmaking in Axe easier!
« Reply #65 on: October 21, 2011, 08:50:48 am »
Do yo use my code?
Not yet. I'll going to after I'm done with my tracker first.
seems like that all I have to do to implement your code is to change the parsing program which is much easier to do XD
Sig wipe!

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: MUSEINC: Make musicmaking in Axe easier!
« Reply #66 on: October 21, 2011, 08:53:31 am »
Nice, it looks cool!

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: MUSEINC: Make musicmaking in Axe easier!
« Reply #67 on: October 21, 2011, 10:50:28 pm »
thank you! XD
UPDATE: Shortened the parsing(?) process to 50% XD
Next update planned: preview music XD
Sig wipe!

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: MUSEINC: Make musicmaking in Axe easier!
« Reply #68 on: October 22, 2011, 09:17:11 am »
New noise engine for ya:
Code: [Select]
Lbl NOISE
If r2>r1
r2/r1->r4
r2^r1>r5
For(r3,0,r4
rand^2->port
For(r6,0,r1-1
End
End
0->port
For(r1,0,r5
End
Else
For(r1,0,r2
End
End

Sub(NOISE,wave,time
It plays a noise for a given amount of time.

Edit:Put a drum in front of every note. When you dont want to hear a drum use Sub(NOISE,time+1,time
« Last Edit: October 22, 2011, 09:22:39 am by Keoni29 »
If you like my work: why not give me an internet?








Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: MUSEINC: Make musicmaking in Axe easier!
« Reply #69 on: October 22, 2011, 08:08:13 pm »
Good luck with the music preview thing. Hopefully it goes fine.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: MUSEINC: Make musicmaking in Axe easier!
« Reply #70 on: October 22, 2011, 08:10:12 pm »
Good luck with the music preview thing. Hopefully it goes fine.
I got the code work, and all I have to do is implement it in program!
Beta v2 coming soon (as soon as he gets it to work)
« Last Edit: October 22, 2011, 08:24:52 pm by yeongJIN_COOL »
Sig wipe!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: MUSEINC: Make musicmaking in Axe easier!
« Reply #71 on: October 22, 2011, 08:28:03 pm »
Cool to hear :D

Backup often, though. <.<
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: MUSEINC: Make musicmaking in Axe easier!
« Reply #72 on: October 22, 2011, 08:29:40 pm »
also, just for fun, I wrote a installation software that will install museinc only if you type the password XD. I'll also post the screenshot whenever I have a chance.
Sig wipe!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: MUSEINC: Make musicmaking in Axe easier!
« Reply #73 on: October 22, 2011, 08:32:01 pm »
What do you mean? Do you mean it's possible to password-protect your music when you finished it or in its project form? ???
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: MUSEINC: Make musicmaking in Axe easier!
« Reply #74 on: October 22, 2011, 08:36:18 pm »
no. when I release the next beta version, It'll only have 2 files: the program that stores the data, and installation file that only creates the MUSEINC program for you only if you type the password. force-ppl-to-RTM XD
« Last Edit: October 22, 2011, 08:47:19 pm by yeongJIN_COOL »
Sig wipe!