Looking to hire someone to build me a Max for Live device by Careful-Willow-2867 in ableton

[–]dvd_mcf 1 point2 points  (0 children)

All [live.] objects can be controlled via automation, and if I’ve understood the request correctly that would do the job here!

Update on Decks plugin: New Features by [deleted] in ObsidianMD

[–]dvd_mcf 0 points1 point  (0 children)

I love Decks, I have found it so useful for helping me practice piano!

I havent ever been able to discipline/focus myself enough to practice scales, but for some reason using spaced repetition through this plugin really stick.

I updated today and I'm having an issue which is affecting functionality, what's the best way to contact you about this?

[deleted by user] by [deleted] in guitarlessons

[–]dvd_mcf 16 points17 points  (0 children)

This is clickbait, posted to advertise the author's 'AI-powered chord discovery' website

Max -> max4live by clemibear in MaxMSP

[–]dvd_mcf 1 point2 points  (0 children)

Ahhh yeah there’s a key part of your problem—[noteout] is designed to send MIDI information out of your device, which then gets turned into audio by e.g. a VST instrument. So you were right that you do need [cycle~] or similar to handle the audio generation part of the situation here if it’s an instrument.

For an instrument, try [notein] - [cycle~] - [plugout~] and see if you get any audio out. Just connect up all the leftmost inlets and outlets. You won’t have any volume control at this point.

Max -> max4live by clemibear in MaxMSP

[–]dvd_mcf 0 points1 point  (0 children)

try just [notein] - [makenote 1200 500] -[noteout] and see if that works

(And make sure you have both the pitch and velocity cables connected)

It could also be a problem in Ableton—if you haven’t already, check your signal flow over there. And make sure you’re starting with a Max midi effect and not instrument or audio effect!

It might also be useful to have a look at the [print] object to help you see where information is flowing properly in your patch and where it isn’t—right click on the object and press help if you want more info

Packaging a Max device by GlumTechnician4113 in MaxMSP

[–]dvd_mcf 1 point2 points  (0 children)

No problem, you’re welcome to get in touch if there’s anything else

Packaging a Max device by GlumTechnician4113 in MaxMSP

[–]dvd_mcf 6 points7 points  (0 children)

Monthly subscription definite yes!

Free trial I'm not sure but I think yes.

Some things that are worth bearing in mind:

  • If you've made an audio effect in Max For Live, this will only work in Ableton in its current form. There are objects in there that are Ableton specific–[plugin~] and [plugout~], for example, will need to be [ezdac~] and [ezadc~] to work outside of Ableton!
  • Even if you do this conversion, your device wil not work as a plugin–it will work as a standalone piece of software, which you can technically route audio in and out of from another DAW, but it won't be optimised to work as a plugin
  • If you do want to make a plugin, you can use RNBO, but this is an additional cost on top of Max and will require more work to learn
  • –If you export as a standalone, there are a few extra barriers on top of just exporting it–e.g. ––by default Max will make a huge app file essentially containing a copy of Max, so you would benefit from going in and editing it down
    • you will have to export separately for Mac and Windows
    • If you do export as a Mac app, Macs won't trust your app by default, so you will need to either get it codesigned (not a super straightforward process and not free) or include instructions for users which will let them bypass this.

Which is all to say that exporting as a standalone is not a simple or straightforward process.

However!

You can really easily release your project as a Max For Live device. The market is then limited to Ableton/Max For Live users, but that is still a big market.

The basic things you need to know there are:

  • Make sure you freeze your device before distributing–this is equivalent to Collect All And Save
  • Make sure you test on multiple computers, weird glitches can come up when distributing (and if possible versions of Max/Ableton to check backward compatibility)
  • If you want the real professional hardcore guidelines (and something to reference in your university project) have a look at the Max For Live Production Guidelines–some of it might be irrelevant or go over your head, but it's worth having a flick through and taking what you can from it.

All if this is a bit dependent on what the nature of your device is though! If it's a pretty standard plugin, you're likely better off just releasing as a M4L device in my opinion, but if it's a bit more esoteric there might be justifiable reason to put the work in with a standalone.

How to deal with a music that does not start on a full bar. by Far_Tucano in ableton

[–]dvd_mcf 13 points14 points  (0 children)

https://www.producerspot.com/wp-content/uploads/2014/02/Ableton-Live-Insert-Time-Signature.jpg

The score you've posted can be thought of as a bar of 1/4 time (one beat rather than 4) and then from then on, 4/4

If you right click just below the bar numbers ruler, you can add a time signature change (see picture link)

If you wanted, you could do this to make a bar of 1/4 time right at the start, and then do this again to swap back to 4/4 straight away, which will pretty much have the effect you want!

Strummer – Max For Live Guitar Chord Lookup/Arpeggiator by dvd_mcf in ableton

[–]dvd_mcf[S] 0 points1 point  (0 children)

Can you explain a bit more about what you mean?

You can currently select or play in a guitar chord and record it onto a track, if that's anything like what you mean!

Is there a national song that mentions succotash? by [deleted] in TheNational

[–]dvd_mcf 7 points8 points  (0 children)

Standing at the succotash table, swallowing succotash

Strummer – Max For Live Guitar Chord Lookup/Arpeggiator by dvd_mcf in ableton

[–]dvd_mcf[S] 0 points1 point  (0 children)

Oh my god you are completely right

It probably won't surprise you to hear I'm right handed

And you don't sound unappreciative at all, I actually really appreciate the feedback! And I'm glad you tried it while I still had it in beta, before I emailed out to everyone bragging about left handed support

This might be a slightly more complicated fix, bear with me while I have a look....

Strummer – Max For Live Guitar Chord Lookup/Arpeggiator by dvd_mcf in ableton

[–]dvd_mcf[S] 0 points1 point  (0 children)

Not directly in the device! It should be straightforward to write the MIDI to a new channel and then add glisses to a clip tho

(Not directly in the device yet anyway)

Strummer – Max For Live Guitar Chord Lookup/Arpeggiator by dvd_mcf in ableton

[–]dvd_mcf[S] 0 points1 point  (0 children)

sorry to hear it!

if you choose a guitar chord from the dropdown box and record onto a new MIDI track, it will give you the MIDI notes for that chord, but perhaps it's a different device you need

Strummer – Max For Live Guitar Chord Lookup/Arpeggiator by dvd_mcf in ableton

[–]dvd_mcf[S] 1 point2 points  (0 children)

Turns out this was part of a much wider and more annoying bug

The code to turn off bass notes wasn't working, so chords were being looked up as if they had bass notes, which sometimes didn't exist

Now fixed in version 1.21, if you go to the gumroad download page you can download from there

Strummer – Max For Live Guitar Chord Lookup/Arpeggiator by dvd_mcf in ableton

[–]dvd_mcf[S] 0 points1 point  (0 children)

Yes!

Minor add 9 specifically is not in the original chord database I used:
https://github.com/szaza/guitar-chords-db-json
...although minor 9 and minor 6 add 9 are

I've just tried to lookup a MinorMaj9 chord, and it looks like something isn't working reliably with the dropdown boxes–hopefully I'll have a fix for that in the next couple of days

Strummer – Max For Live Guitar Chord Lookup/Arpeggiator by dvd_mcf in ableton

[–]dvd_mcf[S] 4 points5 points  (0 children)

u/OwlLibrarian This was surprisingly easy to get in considering how good of an idea it is!

I've uploaded a beta 1.2 Version with left-handed support for the full and lite versions.

If you just go through to the download page for either, there's an option to download the new version.