Skip to content

Commit 9c2b091

Browse files
committed
upload 1
1 parent 8813564 commit 9c2b091

433 files changed

Lines changed: 112675 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
495 KB
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
$Page Wow! You found me!
2+
3+
This project was made in such a way that it could be compiled into the Autohotkey script without taking up too much space, as a large project would be very difficult to hide.
4+
We managed to fit this entire song inside a 2mb exe file!
5+
For consistency we also decided to include it in the MacOS version.
6+
So without further ado, here's a wacky song we made in a few hours, just for your enjoyment :)
7+
8+
- Inverted Silence & Aevi
380 KB
Binary file not shown.
25.8 KB
Binary file not shown.
30.7 KB
Binary file not shown.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>Disabled</key>
6+
<false/>
7+
<key>Label</key>
8+
<string>Live Enhancement Suite.app</string>
9+
<key>ProgramArguments</key>
10+
<array>
11+
<string>/Applications/Live\ Enhancement\ Suite.app</string>
12+
</array>
13+
<key>RunAtLoad</key>
14+
<true/>
15+
</dict>
16+
</plist>
20.1 KB
Binary file not shown.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
; menu items are added in pairs of two as follows:
2+
; [menu display name]
3+
; [search query]
4+
5+
; categories for menu items are added with /[category name]
6+
; every item below the category marker will be placed in said category
7+
; the nocategory marker is unique, in that it will place the items below it in no category.
8+
9+
; when a menu item is clicked, a search query is entered in the search bar. Try to find one that places the item you need at the top!
10+
; quotation marks can be used for literal searches in the search query if you have two plugins with very similar names. I.E. Ozone imager and Ozone 5 imager
11+
; in order to further narrow down your search query, it is possible to specifically request a VST plugin by adding "vst" at the end of the search query.
12+
13+
; you can add a divider line in the menu by typing "--"
14+
15+
; you can add submenus in submenus by using more / in the category header.
16+
; you can go back one directory with ..
17+
18+
; The configuration below is an example, demonstrating all the features. Please configure it to your liking!!
19+
20+
;========================================================================
21+
22+
/Instruments
23+
Serum
24+
"Serum" vst
25+
26+
Drum Rack
27+
Drum Rack
28+
29+
/Effects
30+
31+
Utility
32+
Utility
33+
34+
Reverb
35+
"Reverb"
36+
37+
//EQ
38+
EQ Three
39+
EQ Three
40+
..
41+
42+
Auto Pan
43+
Auto Pan
44+
45+
/nocategory
46+
MIDI Pitch
47+
MIDI Pitch
48+
49+
--
50+
51+
Readme
52+
53+
;V DONT REMOVE THIS OR THE PROGRAM WILL NOT WORK V
54+
End
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
autoadd = 1
2+
; automatically add plugins after looking them up
3+
4+
loadspeed = 0.3
5+
; amount of seconds it takes for LES to attempt to add the item after looking it up.
6+
; increase this value if you have a slow hard disk, which could cause LES to try to add items before they’ve been found.
7+
8+
resettobrowserbookmark = 0
9+
; optional feature where LES will click a certain point on your screen after using the menu. This can be used to click a collection, or close a browser.
10+
; Due to limitations in macOS, this feature is only enabled on fullscreen mode for the time being.
11+
12+
bookmarkx = 500
13+
bookmarky = 500
14+
; the X and Y coordinates in pixels on the screen, on which to click
15+
; the default values are just some random spot
16+
; use the screenshot tool to find the coords you want.
17+
18+
;=============================================================================
19+
20+
disableloop = 1
21+
; this prevents the loop button from being enabled by default in midi clips created with the Cmd + Shift + M shortcut.
22+
23+
saveasnewver = 1
24+
; toggles the cmd + alt + s shortcut that duplicates and saves your project as a new version similar to FL Studio.
25+
; the syntax is in this format [project name]_[version].
26+
27+
altgrmarker = 1
28+
; switches the marker shortcut from Shift + L to Alt + L.
29+
; it is recommended to keep this on in the mac version if you like capitalising letters.
30+
31+
double0todelete = 1
32+
; toggles the double 0 to delete shortcut
33+
34+
ctrlabsoluteduplicate = 0
35+
; maps the absolute duplicate shortcut to cmd + ctrl + D if you don’t want to disable or overwrite the default dock hide/unhide shortcut on prefences > keyboard > shortcuts.
36+
37+
;=============================================================================
38+
39+
dynamicreload = 0
40+
; setting that sets LES to refresh menuconfig.ini contents every time the menu is opened. (does not refresh settings.ini)
41+
; Not recommended to be used alongside large config files.
42+
; Performance hit depends on hardware.
43+
44+
pianorollmacro = §
45+
; the key that is used as the piano roll macro.
46+
47+
texticon = 0
48+
; replaces the menubar icon graphic in the top right with text saying “LES”
49+
50+
addtostartup = 0
51+
; sets LES to launch on login
52+
53+
enabledebug = 0
54+
; toggles access to debug options used for development and debugging, such as the console
8.95 KB
Binary file not shown.

0 commit comments

Comments
 (0)