FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SRLCD/src/LoopClass.cpp at master · wh200720041/SRLCD · GitHub
wh200720041
/
SRLCD
Public
Notifications
You must be signed in to change notification settings
Fork
17
Star
96
Code
Issues
3
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
SRLCD
/
src
/
LoopClass.cpp
Copy path
More file actions
More file actions
Latest commit
History
History
History
7 lines (6 loc) · 193 Bytes
Breadcrumbs
SRLCD
/
src
/
LoopClass.cpp
Copy path
File metadata and controls
7 lines (6 loc) · 193 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
#
include
"
LoopClass.h
"
Loop::Loop
(
int
current_frame_in,
int
loop_frame_in,
float
similarity_in) {
current_frame = current_frame_in;
loop_frame = loop_frame_in;
similarity = similarity_in;
}
Back
|
FazBrowse Home
|
New Git URL