Author |
Message |
ian-s

Joined: Apr 01, 2004 Posts: 2672 Location: Auckland, New Zealand
Audio files: 42
G2 patch files: 626
|
Posted: Fri Feb 28, 2014 4:41 pm Post subject:
NMG2 online utilities app Subject description: Sample converter/Midi converter etc |
 |
|
Sorry for new topic but seems best to have a single place to discus the yomo2g2 web app.
The app has had some html tidying and bug fixes recently.
Very sorry to anyone who may have tried the midi function. A mysterious bug was causing some notes to disappear. Turns out the code was fine but I made a patching error. Accidentally connected the clock to the reset on one of the sequencers in bank C. It's not the first time hard to track bugs turned out to be errors in the underlying template patch.
My plans to chain the samples in adjacent variations have come unstuck temporarily due to what seems like a 70ms minimum delay between sending a CC70 and the variation actually changing. I'm not sure if I can solve this with a better control patch.
Plan B would be to split the patch into two slots (VA->SlotC, FX->SlotD) and have the PC occur while the other half is playing. Will need to do more testing.
Made a better start on the online docs, haven't actually done any scala code yet, not sure if there is any demand. Last edited by ian-s on Sat Mar 01, 2014 10:58 am; edited 1 time in total |
|
Back to top
|
|
 |
paalolav
Joined: Jul 08, 2009 Posts: 12 Location: Oslo
|
Posted: Sat Mar 01, 2014 8:07 am Post subject:
|
 |
|
Great work! This will give my G2X even more to do in the studio.  |
|
Back to top
|
|
 |
ian-s

Joined: Apr 01, 2004 Posts: 2672 Location: Auckland, New Zealand
Audio files: 42
G2 patch files: 626
|
Posted: Sun Mar 02, 2014 12:44 am Post subject:
|
 |
|
Thanks paalolav.
I've updated the live app, made a start on the scala section. No pch2 yet, just the file passing and display. I'm not sure what to do with the mapping. I was going to allow one optional map file per set of tuning files but it might make more sense to have an optional map file for each variation.
The old simplistic docs menu had the unfortunate effect of killing any list you might be working on (because the links were separate pages). I have ajaxed it now so the various documentation pages get inserted into a slider panel.
For those who are not quite so fond of red, there is a monochomatic theme.
The audio tables now have a working delete row button. I'm thinking I might go back to a low clock speed 512 sample per variation template that fits into one VA. Then use use a variation on Tim's ram module to load the samples from consecutive variations for a 2048 sample full audio rate playback.
Has anyone seen a good Dr Who theme midi file that follows the original structure very closely? |
|
Back to top
|
|
 |
Electromagnetic Wave

Joined: Apr 28, 2013 Posts: 305 Location: Kebek
G2 patch files: 38
|
Posted: Sun Mar 02, 2014 10:34 pm Post subject:
|
 |
|
Hi ian-s,
Quote: | I've updated the live app, made a start on the scala section. No pch2 yet, just the file passing and display. I'm not sure what to do with the mapping. |
Good! Do you integrate middle note, reference note and reference frequency. I know that a .pch2 can not act on the "Master Tune" system setting... But We can manually change the value (from Oscillator or Master Tune) after. When the patch is generated, a value would tell us how many cent to detune the Osc/Master Tune.
The java G2 tool will be very useful for me to make changes on my filter from the scala patch. To adjust my drum roll and so on!
I tried the wav, aiff, rom to .pch2 with your drum machine BIN file collection. It works well! I look forward to further testing.
MIDI to .pch2 : WOW Thanks MAN !!! I love it!
Congratulation! Continue this excelent work.
EDIT :
Quote: | Has anyone seen a good Dr Who theme midi file that follows the original structure very closely? |
http://www.armory.com/~keeper/1/drwhoami.mid
http://www.mediafire.com/download/ioft6mgfg9kfw3f/1987+MIDI.mid
and this you have probably heard :
http://www.groovymid.com/files3/dr_who_1970.mid
That's the best I can do. |
|
Back to top
|
|
 |
ian-s

Joined: Apr 01, 2004 Posts: 2672 Location: Auckland, New Zealand
Audio files: 42
G2 patch files: 626
|
|
Back to top
|
|
 |
ian-s

Joined: Apr 01, 2004 Posts: 2672 Location: Auckland, New Zealand
Audio files: 42
G2 patch files: 626
|
Posted: Sat Mar 08, 2014 1:36 pm Post subject:
Significant scala update Subject description: added searchable archive feature |
 |
|
Searchable scala archive now working. I may duplicate this with the drum rom archive later but the binary data might be too much for the postMessage api.
Searches are case sensitive (case insensitivity is a pita with xpath 1) and I need to redo the xml with proper character encoding but mostly done. |
|
Back to top
|
|
 |
GovernorSilver

Joined: Apr 26, 2004 Posts: 1349 Location: Washington DC Metro
G2 patch files: 1
|
|
Back to top
|
|
 |
Electromagnetic Wave

Joined: Apr 28, 2013 Posts: 305 Location: Kebek
G2 patch files: 38
|
Posted: Wed Mar 12, 2014 8:00 pm Post subject:
|
 |
|
Quote: | Whoa, you added Scala .kbm file support!!! |
Does that mean we can change the reference frequency ? I only see how to change the reference note.
Edit : I think I understand ... I can choose the reference frequency manually on my patch. It does not affect the ratio between the notes or the reference note. |
|
Back to top
|
|
 |
ian-s

Joined: Apr 01, 2004 Posts: 2672 Location: Auckland, New Zealand
Audio files: 42
G2 patch files: 626
|
Posted: Wed Mar 12, 2014 10:01 pm Post subject:
|
 |
|
The code will read a kbm file, but the only part actually used at the moment is the map section. When calculating each tune adjustment value, the code looks up the cent difference from ET for a given note indirectly via the map array. This allows for example, tuning more than one of the 12 notes on the keyboard to the same frequency. I think this would make it easier to play the <12 note turnings. The root or centre note from the KBM does update the onscreen keyboard but as yet it changes nothing in the tuning. I think all I need to do is add ((60-root) mod 12) to the cents lookup then adjust all frequencies octaves by 4 -floor((60-root)/12) or something. Master tuning, including the octave offset would probably just be done by adding a master oscillator module and setting that. |
|
Back to top
|
|
 |
ian-s

Joined: Apr 01, 2004 Posts: 2672 Location: Auckland, New Zealand
Audio files: 42
G2 patch files: 626
|
|
Back to top
|
|
 |
|