Short: MIDI sequencer for the AMIGA Author: pearl_harbor@esseerre.mailshell.com (Stefano Maria Regattin) Uploader: pearl_harbor@esseerre.mailshell.com (Stefano Maria Regattin) Version: 0.13 Type: mus/edit Distribution: OK Date: Tuesday, 22th October 2002 Name of the program: AmySequencer This archive retains my idea of a MIDI and samples sequencer; it is not fully working yet, there is a lot to do; you can modify by yourself the source code of this prog, converted into text format, using Blitz2 (Blitz Basic 2.1) which by it has been made; if you have not purchased a copy of Blitz2, You will be happy to know that surfing on http://www.blitz-2000.co.uk/ you can get AmiBlitz2, the freeware evolution of Blitz2; so there are no excuses to not programming you own MIDI sequencer for the AMIGA! I have changed the version from 1.0 to 0.12 seen that this prog is still a beta version. I am sorry but this freeware version of Blitz2, as choice of the developer, runs only on the AMIGAs that have a math coprocessor (FPU); this crashes on my AMIGA 1200 but it runs fine under the latest version of WinUAE that emulates a 68040! The source code can be freely modified, on condition that you mention me in your resulting final program. Now, thanking Michael Clarke that have e-mailed me about the data kind of "all notes off", I have a clever idea of this; so now all should go fine! Now each line in the main window is no more a sequence, it is a track: this can have one or more sequences; at the moment the editing of a sequence is a little unfriendly, this means that you will never allowed to leave empty space trails after the last sequence, so the only way to add a sequence at the end of the last one is to create a bridge sequence that exceeds the end of the last sequence; this is not a bug, it is by my choice. Now are taken in count only the existing sequence, no more all the sequences; this results in a general speed increment; I have fixed general problems create by this new sequences management. Now the bars counting into the sequence editor should be correct, also with tempo change. Removed two bugs bars counting related. Removed a bug of the non note events displacement. Removed a typing error that not allows the show of the value of the dragged event. Removed a bug that vanified the drag and drop of the selected events. There was a wrong pitchbend events displacement; now the problem is almost fixed. For a typing error the SHOW DRAGGED EVENT VALUE sequence editor menu option could not be activated; now the problem is solved. Now the BPM events are correctly managed. Now the AMIGA sounds management is a bit unfriendly but it is more efficient. Now you can select a sound and free its channel if all the channel are used. Now the AMIGA sound management is great! I have enclosed into the archive the source extra file (AmySequencer.bb2.xtra) that handles the AmySequencer development environment: this because before to compile the source code by Blitz or AmiBlitz, you must disable the errors checking to allow the command SetPeriod to work and you must set the sound objects maximum to 32 sounds; if you don't want to do so, here is this extra data file supplied for you. Bug reports and suggestions are welcome! I am not responsible of any damage this program can occurs to your system; you use it at your own risk! At end see my homepage to the following Internet address: http://space.tin.it/clubnet/aregat/ The following is the same text for italians: Data: martedì, 22 ottobre 2002 Nome del programma: AmySequencer Questo archivio contiene la mia idea di un sequencer MIDI e di campioni audio; non è ancora completamente funzionante, c'è molto da fare; potete modificare da soli il codice sorgente di questo programma, convertito in formato di testo, usando Blitz2 (Blitz Basic 2.1) con cui questo è stato fatto; se non avete acquistato una copia di Blitz2, vi farà felici sapere che navigando su http://www.blitz-2000.co.uk/ potete trovare AmiBlitz2, l'evoluzione gratuita di Blitz2; così non avete piu' scuse per non fare il vostro sequencer MIDI per l'AMIGA! Ho cambiato la versione da 1.0 a 0.12 visto che questo programma è tuttora una versione beta. Sono spiacente ma questa versione gratuita di Blitz2, per scelta dello sviluppatore, funziona solo sugli AMIGA dotati di coprocessore matematico (FPU); Questo blocca il mio AMIGA 1200 ma funziona egregiamente con l'ultima versione di WinUAE che emula un 68040! Ora. ringraziando Michael Clarke che mi ha mandato un messaggio di posta elettronica riguardo il tipo di dati di "all notes off" (ferma tutte le note), ho un'idea più chiara di questo; così ora dovrebbe andare tutto bene. Ora ogni linea nella finestra principale non è più una sequenza, è una traccia: questa può avere una o più sequenze; al momento l'editazione di una sequenza non è molto amichevole, ciò significa che non vi è permesso di lasciare spazio vuoto dietro l'ultima sequenza, perciò l'unico modo per aggiungere una sequenza dopo quest'ultima è quello di creare una sequenza ponte che superi la fine della dell'ultima sequenza; questo non è un baco, è una scelta personale. Ora viene tenuto conto solo delle sequenze esistenti, non più di tutte le sequenze; ciò risulta in un generale incremento della velocità; ho fissato i problemi creati da questa nuova gestione delle sequenze. Ora il conteggio delle misure nell'editore di sequenza dovrebbe essere corretto, anche con cambi di tempo. Rimossi due bachi relativi al conteggio delle misure. Rimosso un baco della visualzzazione degli eventi non note. Rimosso un errore di digitazione che non consentiva la visualizzazione del valore dell'evento musicale spostato con il mouse. Rimosso un baco che vanificava il DragAndDrop (tieni e molla) degli eventi selezionati. C'era un'erronea visualizzazione degli eventi di pithcbend; ora il problema è quasi risolto. Per un errore di digitazione l'attivazione dell'opzione del menu dell'editore della sequenza che abilitala visualizzazione del valore dell'evento trascinato (SHOW DRAGGED EVENT VALUE) non era possibile; ora il problema è risolto. Ora gli eventi delle Battute Per Minuto (BPM) sono gestiti correttamente. Ora la gestione dei suoni AMIGA è un po' meno amichevole ma è più efficiente. Ora potete selezionare un suono e liberare il suo canale se sono usati tutti i canali. Ora la gestione dei suoni AMIGA è grandiosa! Ho aggiunto all'archivio il file extra del sorgente (AmySequencer.bb2.xtra): ciò perché prima di compilare il codice sorgente con Blitz2 o AmiBlitz2 dovete prima disabilitare il controllo degli errori per consentire al comando SetPeriod di funzionare e poi portare a 32 suoni il numero massimo di suoni da gestire; se non volete fare tutto questo, per un corretto funzionamento di AmySequencer c'è già questo file extra con tutti i dati necessari. La segnalazione di bachi ed i suggerimenti sono benvenuti! Non sono responsabile di alcun danno che questo programma può arrecare al vostro sistema; lo usate a vostro esclusivo rischio! Per finire guardate la mia pagina su Internet all'indirizzo: http://space.tin.it/clubnet/aregat/ Ciao!