Auto Hotkey Scripts

Discuss how to use FL Studio

Return to “FL Studio Users Forum (Looptalk)”

Forum rules
Please read them here.
[You can only see part of this thread as you are not logged in to the forums]
Michael Dow
Sat Aug 20, 2022 8:17 am

x

Auto Hotkey Scripts

Hi All, i have just found out about this program (durrrr)

I have made some scripts you might like.


Now with this hot key when you right click a playlist track it does these things in this order:

1. goes to track mode,
2. then audio track,
2. then selects track 17 (or whatever is next in line, you can change this as you need by chagin the amount of " SendInput {Down} " )

4. it then right clicks the playlist track again automatically,
5. opens audio track
6. opens up the audio input.

This means that now, when you right click a track and press Alt + R, you will automatically fully create an audio track. Now all you have to do is pick your audio input, and press F2 when you have done so, to rename the track and mixer channel.


This is the script

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

#IfWinActive ahk_class TFruityLoopsMainForm
!r::
SendInput {T}
SendInput {A}
SendInput {Down}
SendInput {Down}
SendInput {Down}
SendInput {Down}
SendInput {Down}
SendInput {Down}
SendInput {Down}
SendInput {Down}
SendInput {Down}
SendInput {Down}
SendInput {Down}
SendInput {Down}
SendInput {Down}
SendInput {Down}
SendInput {Down}
SendInput {Down}
SendInput {Down}
SendInput {Enter}
SendInput {Click,Right}
SendInput {T}
SendInput {S}
Return



This one opens up an Edison - by opening up the plugin database folder in the brwoser, and then automatically pressing through the folders until it opens up edison. Change your send inputs depending on where your edison is.. Or really, whatever plugin you want to open up.

#IfWinActive ahk_class TFruityLoopsMainForm
!::
SendInput {Alt&F8}
SendInput {Down}
SendInput {Down}
SendInput {Down}
SendInput {Enter}
SendInput {Down}
SendInput {Enter}
SendInput {E}
SendInput {Enter}


this opens up midi settings

#IfWinActive ahk_class TFruityLoopsMainForm
!m::
SendInput {F12}
SendInput {F6}
SendInput {F3}
SendInput {Left}
SendInput {Left}
SendInput {Left}
SendInput {M}
SendInput {F9}
SendInput {F5}
Return


This opens up project info

#IfWinActive ahk_class TFruityLoopsMainForm
!p::
SendInput {F12}
SendInput {F6}
SendInput {F3}
SendInput {Left}
SendInput {Left}
SendInput {Left}
SendInput {P}
SendInput {P}
SendInput {Enter}
SendInput {F9}
SendInput {F5}
Return

This auto creates an automation clip for the last tweaked parameter

#IfWinActive ahk_class TFruityLoopsMainForm
!a::
SendInput {F12}
SendInput {F6}
SendInput {F3}
SendInput {Left}
SendInput {Left}
SendInput {L}
SendInput {A}
SendInput {F9}
SendInput {F5}
Return



Return

This really is a powerful tool and i cant believe i've only just found it.

Would love to see what else you guys have done

Michael Dow
Sat Aug 20, 2022 8:24 am

x

Re: Auto Hotkey Scripts

stuff.jpg Also, this will automatically open u...
You do not have the required permissions to view the files attached to this post.

Michael Dow
Sat Aug 20, 2022 8:39 am

x

Re: Auto Hotkey Scripts

It would be good if you could navigate menus an...

Pierre Sosa
Sat Aug 20, 2022 12:40 pm

x

Re: Auto Hotkey Scripts

Michael Dow wrote: ↑Sat Aug 20, 2022 8:17 am T...

hermann
Sat Aug 20, 2022 1:04 pm

x

Re: Auto Hotkey Scripts

looking for ahk script to minimize/capitalize, ...
Last edited by hermann on Sat Aug 20, 2022 1:53 pm, edited 2 times in total.

Pierre Sosa
Sat Aug 20, 2022 1:36 pm

x

Re: Auto Hotkey Scripts

Michael Dow wrote: ↑Sat Aug 20, 2022 8:39 am Al...

Michael Dow
Sat Aug 20, 2022 10:19 pm

x

Re: Auto Hotkey Scripts

Pierre Sosa wrote: ↑Sat Aug 20, 2022 12:40 pm M...

Michael Dow
Sat Aug 20, 2022 11:59 pm

x

Re: Auto Hotkey Scripts

Pierre Sosa wrote: ↑Sat Aug 20, 2022 1:36 pm Mi...

Pierre Sosa
Sun Aug 21, 2022 12:20 am

x

Re: Auto Hotkey Scripts

Michael Dow wrote: ↑Sat Aug 20, 2022 11:59 pm P...

Michael Dow
Sun Aug 21, 2022 3:56 am

x

Re: Auto Hotkey Scripts

Pierre Sosa wrote: ↑Sun Aug 21, 2022 12:20 am ...

D3Mens
Sun Aug 21, 2022 9:58 am

x

Re: Auto Hotkey Scripts

If you want to correctly recall/open/close/move...

Pierre Sosa
Sun Aug 21, 2022 11:19 am

x

Re: Auto Hotkey Scripts

Michael Dow wrote: ↑Sun Aug 21, 2022 3:56 am Pi...

Pierre Sosa
Sun Aug 21, 2022 2:50 pm

x

Re: Auto Hotkey Scripts

Btw yesterday I made a script that allows to ki...
You do not have the required permissions to view the files attached to this post.

Omnifold
Sun Aug 21, 2022 3:56 pm

x

Re: Auto Hotkey Scripts

Michael Dow wrote: ↑Sat Aug 20, 2022 8:39 am It...


D3Mens
Sun Aug 21, 2022 8:15 pm

x

Re: Auto Hotkey Scripts

Pierre Sosa wrote: ↑Sun Aug 21, 2022 2:50 pm Bt...

Pierre Sosa
Sun Aug 21, 2022 8:43 pm

x

Re: Auto Hotkey Scripts

D3Mens wrote: ↑Sun Aug 21, 2022 8:15 pm Pierre ...

Trancelmania
Sun Aug 21, 2022 9:50 pm

x

Re: Auto Hotkey Scripts

hermann wrote: ↑Sat Aug 20, 2022 1:04 pm lookin...

Ryota Lore
Mon Aug 22, 2022 7:38 am

x

Re: Auto Hotkey Scripts

Michael Dow wrote: ↑Sat Aug 20, 2022 8:17 amThi...

Michael Dow
Mon Aug 22, 2022 11:25 pm

x

Re: Auto Hotkey Scripts

Pierre Sosa wrote: ↑Sun Aug 21, 2022 2:50 pm Bt...

Michael Dow
Mon Aug 22, 2022 11:26 pm

x

Re: Auto Hotkey Scripts

Ryota Lore wrote: ↑Mon Aug 22, 2022 7:38 am Mic...

Pierre Sosa
Sat Oct 01, 2022 9:00 pm

x

Re: Auto Hotkey Scripts

Poor Man's Mixer Scenes FLMSAHK.mp4
You do not have the required permissions to view the files attached to this post.

D3Mens
Sun Oct 02, 2022 5:57 pm

x

Re: Auto Hotkey Scripts

Pierre Sosa wrote: ↑Sat Oct 01, 2022 9:00 pm Po...

Pierre Sosa
Sun Oct 02, 2022 6:26 pm

x

Re: Auto Hotkey Scripts

D3Mens wrote: ↑Sun Oct 02, 2022 5:57 pm Pierre ...

Michael Dow
Fri Oct 14, 2022 5:13 am

x

Re: Auto Hotkey Scripts

How do i make auto hot key activate a new open ...

D3Mens
Fri Oct 14, 2022 7:10 am

x

Re: Auto Hotkey Scripts

Michael Dow wrote: ↑Fri Oct 14, 2022 5:13 am Ho...

Pierre Sosa
Fri Oct 14, 2022 2:01 pm

x

Re: Auto Hotkey Scripts

Michael Dow wrote: ↑Fri Oct 14, 2022 5:13 am Ho...

D3Mens
Fri Oct 14, 2022 6:32 pm

x

Re: Auto Hotkey Scripts

Pierre Sosa wrote: ↑Fri Oct 14, 2022 2:01 pm Mi...

Michael Dow
Fri Oct 14, 2022 8:14 pm

x

Re: Auto Hotkey Scripts

Thanks i'll try this. I already managed to get ...

Michael Dow
Fri Oct 14, 2022 8:31 pm

x

Re: Auto Hotkey Scripts

D3Mens wrote: ↑Fri Oct 14, 2022 6:32 pm Pierre ...

Michael Dow
Fri Oct 14, 2022 8:38 pm

x

Re: Auto Hotkey Scripts

Opened up a new project and now doesn't work at...

Michael Dow
Fri Oct 14, 2022 8:40 pm

x

Re: Auto Hotkey Scripts

Oh wait it is, just realised you have to click ...

Michael Dow
Sat Oct 15, 2022 12:27 am

x

Re: Auto Hotkey Scripts

So i'm trying to make a shortcut function for m...

Michael Dow
Sat Oct 15, 2022 7:04 am

x

Re: Auto Hotkey Scripts

Weirdly what it IS doing is changing playlist f...

Pierre Sosa
Sat Oct 15, 2022 11:35 am

x

Re: Auto Hotkey Scripts

Michael Dow wrote: ↑Sat Oct 15, 2022 7:04 am We...

Michael Dow
Sat Oct 15, 2022 7:37 pm

x

Re: Auto Hotkey Scripts

Pierre Sosa wrote: ↑Sat Oct 15, 2022 11:35 am M...

Hevy (IL)
Technical Support
Mon Oct 17, 2022 6:27 am

x

Re: Auto Hotkey Scripts

https://www.autohotkey.com/docs/commands/Loop.h...

myrsnipe1
Mon Oct 17, 2022 1:15 pm

x

Re: Auto Hotkey Scripts

Pierre Sosa wrote: ↑Sat Oct 01, 2022 9:00 pm Po...

Michael Dow
Wed Oct 19, 2022 11:08 am

x

Re: Auto Hotkey Scripts

I have no idea why, but half of my AHK scripts ...

D3Mens
Wed Oct 19, 2022 11:15 am

x

Re: Auto Hotkey Scripts

Michael Dow wrote: ↑Wed Oct 19, 2022 11:08 am I...



Michael Dow
Thu Oct 20, 2022 11:43 pm

x

Re: Auto Hotkey Scripts

FlstudioFanatic55 wrote: ↑Wed Oct 19, 2022 6:39...

highkoo
Fri Oct 21, 2022 2:09 am

x

Re: Auto Hotkey Scripts

I dont get fancy, but two crucial keyboard shor...

Michael Dow
Fri Oct 21, 2022 5:47 am

x

Re: Auto Hotkey Scripts

highkoo wrote: ↑Fri Oct 21, 2022 2:09 am I dont...

Michael Dow
Sat Oct 22, 2022 2:59 am

x

Re: Auto Hotkey Scripts

Does anyone know how to do scripts on a second ...

Pierre Sosa
Thu Dec 01, 2022 7:01 pm

x

Re: Auto Hotkey Scripts

Michael Dow wrote: ↑Sat Oct 22, 2022 2:59 am Do...

Michael Dow
Mon Dec 05, 2022 4:11 am

x

Re: Auto Hotkey Scripts

Pierre Sosa wrote: ↑Thu Dec 01, 2022 7:01 pm Mi...

Pierre Sosa
Mon Dec 05, 2022 3:25 pm

x

Re: Auto Hotkey Scripts

Michael Dow wrote: ↑Mon Dec 05, 2022 4:11 am Pi...

Michael Dow
Tue Dec 06, 2022 10:21 am

x

Re: Auto Hotkey Scripts

Pierre Sosa wrote: ↑Mon Dec 05, 2022 3:25 pm Mi...


Return to “FL Studio Users Forum (Looptalk)”