Online Sequencer Make music online
  • Sequences
  • Members
  • Import MIDI
  • Forum

Existing user? Sign In Create account
Login at Online Sequencer Forums

Online Sequencer Forums › Online Sequencer › News
1 2 Next »

Offline Sequencer

Pages (6): 1 2 3 4 5 6 Next »
Thread tools
Offline Sequencer
Jacob_ Offline
Administrator
301 Posts:
 
#1
04-14-2018, 08:37 PM
http://onlinesequencer.net/OfflineSequencer.zip

I only made this because I got bored and it probably doesn't work, but someone might find it useful. Its a single file that has the whole website in; open it and you can compose things without the need for internet access! Save your work to a local file and you can later load it in either the offline or online version.


  • x7
  • x6
  • x1
  • x1
  • x1
    • x7
    • broomboy
    • eepic
    • Benvisions
    • TwinPuttyOnOnlineSequencer
    • Ryanbread
    • Sequence_Mastuh Alt
    • Lopyt
    • x6
    • broomboy
    • MazeMazerMusic
    • DMA_Revenant
    • boaz4
    • Guest
    • BasilBerylium
    • x1
    • extremonomia
    • x1
    • 44
    • x1
    • Firebolt391d
Reply
Eandrew Offline
A man that can do both
101 Posts:
   
#2
04-14-2018, 08:37 PM
Noice


Check my OS Music, Soundcloud, or MIDI Art Smile
Reply
Firebolt391d Away
Can fly you to Hogwarts with great Music
517 Posts:
   
#3
04-14-2018, 08:37 PM (This post was last modified: 04-14-2018, 08:38 PM by Firebolt391d.)
Amazing!


  • x1
    • x1
    • MazeMazerMusic
Reply
dfhwze Offline
Member
41 Posts:
 
#4
04-14-2018, 09:55 PM (This post was last modified: 04-14-2018, 11:46 PM by dfhwze.)
Are we allowed to try to add some tools to it and reupload?

edit: my song reversal tool is available \o/

Code:
'reverse': {
           name: 'Reverse',
           action: function () {
               var reverseNotes = function (measureLength) {
                   /* get time index of last note that ends */
                   var lastNoteEndExact = 0;
                   for (i = 0; i < song.notes.length; i++) {
                       var note = song.notes[i];
                       if (isNumber(note.time) && isNumber(note.length) && note.time + note.length > lastNoteEndExact) {
                           lastNoteEndExact = note.time + note.length;
                       }
                   }
                   /* determine time index of end of song based on last note and grid measures */
                   var lastNoteEnd = Math.floor(lastNoteEndExact);
                   var songEnd = lastNoteEnd - lastNoteEnd % measureLength;
                   songEnd += lastNoteEndExact > songEnd ? measureLength : 0;
                   /* reverse all notes in time */
                   for (i = 0; i < song.notes.length; i++) {
                       var note = song.notes[i];
                       if (isNumber(note.time) && isNumber(note.length)) {
                           var newTime = songEnd - note.time - note.length;
                           song.moveNote(
                                    note,
                                    note.instrument,
                                    note.instrument,
                                    note.time,
                                    newTime,
                                    note.type,
                                    note.type);
                           song.update(note);
                       }
                   }
                   keySelect.selectedIndex = 0;
                   keySelect.onchange();
               }
               /* grid measure is by default 16 (4 beats of 4 '1/4th' notes) */
               /* TODO calculate measureLength from current grid settings */
               reverseNotes(16);
           }
       },


  • x2
    • x2
    • Lopyt
    • DMA_Revenant
Reply
LucentTear Offline
Somebody Who Does A Bit Of Everything
914 Posts:
 
#5
04-15-2018, 02:09 AM
Pinning. It's about time.


I do art commissions now! Please visit https://lucent.crd.co/ for more information.
  • x1
    • x1
    • MazeMazerMusic
Reply
Alex!   Offline
music man
384 Posts:
 
#6
04-15-2018, 04:46 AM
Thank you


Man who has no life
  • x1
    • x1
    • MazeMazerMusic
Reply
XStep Offline
at the age of 5 i was born without a face.
150 Posts:
 
#7
04-15-2018, 07:25 AM
***** yes.


[waiting for the bus in the rain, in the rain, wai- waiting for the bus in the rain]
Reply
Alex!   Offline
music man
384 Posts:
 
#8
04-15-2018, 11:33 AM
one bug i have noticed is that when you import local file, it doesnt play the sounds


Man who has no life
Reply
Guest Offline
Member
500 Posts:
 
#9
04-15-2018, 07:41 PM
jacob is the best


  • x2
  • x1
    • x2
    • MazeMazerMusic
    • Lopyt
    • x1
    • Glace
Reply
Alex!   Offline
music man
384 Posts:
 
#10
04-23-2018, 12:56 PM
can you please re edit offline sequencer to have the new guitar?


Man who has no life
  • x1
  • x1
    • x1
    • MazeMazerMusic
    • x1
    • Lopyt
Reply
Pages (6): 1 2 3 4 5 6 Next »



Users browsing this thread:   1 Guest(s)


  •  Return to Top
  •  Contact Us
  •   Home
  •  Lite mode
© Rush Crafted with ❤ by iAndrew
Powered By MyBB, © 2002-2023 MyBB Group.
Linear Mode
Threaded Mode
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend