Closed ledm closed 3 weeks ago
HI, I do not currently know the answer - sorry! I am just glad to see that there is someone else out there that is just as interested in this particular topic as me. I'm really just barely dusting off my old coding skill. Maybe someday I will have answers.
Hi, I've found a solution. This package is basically a wrapper for the midiutils package: https://github.com/sole/MIDIUtils
So, I've started using that package which has a finer control of the midi notes, including stuff like changing tempo, channels, etc. However, I did make the first 7 pieces in this playlist using miditime: https://www.youtube.com/playlist?list=PL27v682n8E2Sla8U7jJph9w9M6nYln-W3
Hey, thanks for the links. What a great way to start my day. The World Ocean Day Quintet was amazing, but Giant Steps Spin Up was the one the was almost radio ready😄. Do you have the raw data online?
On Wed, Jun 24, 2020, 12:26 AM Lee de Mora notifications@github.com wrote:
Hi, I've found a solution. This package is basically a wrapper for the midiutils package: https://github.com/sole/MIDIUtils
So, I've started using that package which has a finer control of the midi notes, including stuff like changing tempo, channels, etc. However, I did make the first 7 pieces in this playlist using miditime: https://www.youtube.com/playlist?list=PL27v682n8E2Sla8U7jJph9w9M6nYln-W3
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cirlabs/miditime/issues/16#issuecomment-648645872, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQB2SQPCS2VJ4VKNOYP6YB3RYGTDJANCNFSM4MZTUIRQ .
Thanks! It's good fun to play around with data like this.
In terms of data availability.... Sort of... the raw data is available through CMIP6 (https://esgf-node.llnl.gov/search/cmip6/), which I processed into time series data using BGC-val, https://gmd.copernicus.org/articles/11/4215/2018/
The processed time series data is not available unfortunately. I'm hoping to publish the code at some point too, but it could be a while.
Cool beans. Maybe one day we could collaborate on a project I've been working on. I think you will seriously enjoy it. Until then, thanks for the good work!
-best
On Fri, Jun 26, 2020 at 1:09 AM Lee de Mora notifications@github.com wrote:
Thanks! It's good fun to play around with data like this.
In terms of data availability.... Sort of... the raw data is available through CMIP6 (https://esgf-node.llnl.gov/search/cmip6/), which I processed into time series data using BGC-val, https://gmd.copernicus.org/articles/11/4215/2018/
The processed time series data is not available unfortunately. I'm hoping to publish the code at some point too, but it could be a while.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cirlabs/miditime/issues/16#issuecomment-650045595, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQB2SQPMVPSVYD2LELRISZTRYRJS3ANCNFSM4MZTUIRQ .
Hi all: I know this is an old ticket, but with the latest updates you can now change programs/instruments.
At the moment, a MIDI note is specified by its pitch, duration, time, and velocity. Many VST's also include a channel, which impacts things like whether the note uses staccato or a sustained sample. Is there anyway to add a channel variable to MIDITime?